#521172

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

Shades of Indigo #521172

Tints of Indigo #521172

Color information

#521172 (or 0x521172) is unknown color: approx Indigo. HEX triplet: 52, 11 and 72. RGB value is (82,17,114). Sum of RGB (Red+Green+Blue) = 82+17+114=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #521172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521172 is #ADEE8D. Grayscale: #2F2F2F. Windows color (decimal): -11398798 or 7475538. OLE color: 7475538.

HSL color Cylindrical-coordinate representation of color #521172: hue angle of 280.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521172 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8217114-
CMYK0.280.8500.55
HSL280.21º74.05%25.69%-
HSV(B)280.21º85.09%44.71%-
XYZ6.723.4116.22-
YUV47.49165.53152.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=38.50%
G=7.98%
B=53.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82171140.280.8500.55280.2174.0525.69
Hex5211721C550371184a1a
Octal122211623412506743011232
Binary10100101000111100101110010101010110111100011000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521172; }

 p { color: rgb(82,17,114); }

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

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

 a { background-color: rgb(82,17,114); }

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

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

 span { border-color: rgb(82,17,114); }

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