#530F9A

Color #530F9A Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #530F9A

Tints of Indigo #530F9A

Color information

#530F9A (or 0x530F9A) is unknown color: approx Indigo. HEX triplet: 53, 0F and 9A. RGB value is (83,15,154). Sum of RGB (Red+Green+Blue) = 83+15+154=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #530F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530F9A is #ACF065. Grayscale: #323232. Windows color (decimal): -11333734 or 10096467. OLE color: 10096467.

HSL color Cylindrical-coordinate representation of color #530F9A: hue angle of 269.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530F9A is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8315154-
CMYK0.460.9000.40
HSL269.35º82.25%33.14%-
HSV(B)269.35º90.26%60.39%-
XYZ9.574.5130.94-
YUV51.18186.03150.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 154 (60.55% from 255) = 61.11%
R=32.94%
G=5.95%
B=61.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83151540.460.9000.40269.3582.2533.14
Hex53F9A2E5A02810d5221
Octal123172325613205041512241
Binary1010011111110011010101110101101001010001000011011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530F9A; }

 p { color: rgb(83,15,154); }

 H1.HeaderClassName
 {
   color: #530F9A;
 }
 .AnyTagClassName
 {
   color: #530F9A;
 }
</style>
background-color css

<style>
 a { background-color: #530F9A; }

 a { background-color: rgb(83,15,154); }

 div.DivClassName
 {
   background-color: #530F9A;
 }
 .BgClassName
 {
   background-color: #530F9A;
 }
</style>
border-color css

<style>
 span { border-color: #530F9A; }

 span { border-color: rgb(83,15,154); }

 td.TdClassName
 {
   border-color: #530F9A;
 }
 .TagClassName
 {
   border-color: #530F9A;
 }
</style>