#521575

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

Shades of Indigo #521575

Tints of Indigo #521575

Color information

#521575 (or 0x521575) is unknown color: approx Indigo. HEX triplet: 52, 15 and 75. RGB value is (82,21,117). Sum of RGB (Red+Green+Blue) = 82+21+117=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #521575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521575 is #ADEA8A. Grayscale: #313131. Windows color (decimal): -11397771 or 7673170. OLE color: 7673170.

HSL color Cylindrical-coordinate representation of color #521575: hue angle of 278.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521575 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8221117-
CMYK0.300.8200.54
HSL278.12º69.57%27.06%-
HSV(B)278.12º82.05%45.88%-
XYZ6.963.6117.16-
YUV50.18165.71150.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=37.27%
G=9.55%
B=53.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82211170.300.8200.54278.1269.5727.06
Hex5215751E52036116461b
Octal122251653612206642610633
Binary10100101010111101011111010100100110110100010110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521575; }

 p { color: rgb(82,21,117); }

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

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

 a { background-color: rgb(82,21,117); }

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

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

 span { border-color: rgb(82,21,117); }

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