#52067F

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

Shades of Indigo #52067F

Tints of Indigo #52067F

Color information

#52067F (or 0x52067F) is unknown color: approx Indigo. HEX triplet: 52, 06 and 7F. RGB value is (82,6,127). Sum of RGB (Red+Green+Blue) = 82+6+127=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #52067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52067F is #ADF980. Grayscale: #2A2A2A. Windows color (decimal): -11401601 or 8324690. OLE color: 8324690.

HSL color Cylindrical-coordinate representation of color #52067F: hue angle of 277.69º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52067F is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB826127-
CMYK0.350.9500.50
HSL277.69º90.98%26.08%-
HSV(B)277.69º95.28%49.8%-
XYZ7.383.4620.36-
YUV42.52175.68156.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 127 (50% from 255) = 59.07%
R=38.14%
G=2.79%
B=59.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8261270.350.9500.50277.6990.9826.08
Hex5267F235F0321165b1a
Octal12261774313706242613332
Binary1010010110111111110001110111110110010100010110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52067F; }

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

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

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

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

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

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

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

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