#520667

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

Shades of Indigo #520667

Tints of Indigo #520667

Color information

#520667 (or 0x520667) is unknown color: approx Indigo. HEX triplet: 52, 06 and 67. RGB value is (82,6,103). Sum of RGB (Red+Green+Blue) = 82+6+103=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #520667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520667 is #ADF998. Grayscale: #272727. Windows color (decimal): -11401625 or 6751826. OLE color: 6751826.

HSL color Cylindrical-coordinate representation of color #520667: hue angle of 287.01º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520667 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB826103-
CMYK0.200.9400.60
HSL287.01º88.99%21.37%-
HSV(B)287.01º94.17%40.39%-
XYZ5.992.913.08-
YUV39.78163.68158.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 103 (40.62% from 255) = 53.93%
R=42.93%
G=3.14%
B=53.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8261030.200.9400.60287.0188.9921.37
Hex52667145E03C11f5915
Octal12261472413607443713125
Binary101001011011001111010010111100111100100011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520667; }

 p { color: rgb(82,6,103); }

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

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

 a { background-color: rgb(82,6,103); }

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

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

 span { border-color: rgb(82,6,103); }

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