#52177B

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

Shades of Indigo #52177B

Tints of Indigo #52177B

Color information

#52177B (or 0x52177B) is unknown color: approx Indigo. HEX triplet: 52, 17 and 7B. RGB value is (82,23,123). Sum of RGB (Red+Green+Blue) = 82+23+123=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #52177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52177B is #ADE884. Grayscale: #333333. Windows color (decimal): -11397253 or 8066898. OLE color: 8066898.

HSL color Cylindrical-coordinate representation of color #52177B: hue angle of 275.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52177B is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8223123-
CMYK0.330.8100.52
HSL275.4º68.49%28.63%-
HSV(B)275.4º81.3%48.24%-
XYZ7.363.8419.09-
YUV52.04168.05149.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=35.96%
G=10.09%
B=53.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82231230.330.8100.52275.468.4928.63
Hex52177B2151034113441d
Octal122271734112106442310435
Binary101001010111111101110000110100010110100100010011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52177B; }

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

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

<style>
 a { background-color: #52177B; }

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

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

<style>
 span { border-color: #52177B; }

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

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