#52179D

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

Shades of Indigo #52179D

Tints of Indigo #52179D

Color information

#52179D (or 0x52179D) is unknown color: approx Indigo. HEX triplet: 52, 17 and 9D. RGB value is (82,23,157). Sum of RGB (Red+Green+Blue) = 82+23+157=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #52179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52179D is #ADE862. Grayscale: #373737. Windows color (decimal): -11397219 or 10295122. OLE color: 10295122.

HSL color Cylindrical-coordinate representation of color #52179D: hue angle of 266.42º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52179D is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8223157-
CMYK0.480.8500.38
HSL266.42º74.44%35.29%-
HSV(B)266.42º85.35%61.57%-
XYZ9.874.8432.31-
YUV55.92185.05146.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 23 (9.38% from 255) = 8.78%
BLUE value IS 157 (61.72% from 255) = 59.92%
R=31.30%
G=8.78%
B=59.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82231570.480.8500.38266.4274.4435.29
Hex52179D305502610a4a23
Octal122272356012504641211243
Binary10100101011110011101110000101010101001101000010101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52179D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52179D; }

 p { color: rgb(82,23,157); }

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

<style>
 a { background-color: #52179D; }

 a { background-color: rgb(82,23,157); }

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

<style>
 span { border-color: #52179D; }

 span { border-color: rgb(82,23,157); }

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