#52067E

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

Shades of Indigo #52067E

Tints of Indigo #52067E

Color information

#52067E (or 0x52067E) is unknown color: approx Indigo. HEX triplet: 52, 06 and 7E. RGB value is (82,6,126). Sum of RGB (Red+Green+Blue) = 82+6+126=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #52067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52067E is #ADF981. Grayscale: #2A2A2A. Windows color (decimal): -11401602 or 8259154. OLE color: 8259154.

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

Color convert

RGB826126-
CMYK0.350.9500.51
HSL278º90.91%25.88%-
HSV(B)278º95.24%49.41%-
XYZ7.313.4320.02-
YUV42.4175.18156.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 126 (49.61% from 255) = 58.88%
R=38.32%
G=2.80%
B=58.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8261260.350.9500.5127890.9125.88
Hex5267E235F0331165b1a
Octal12261764313706342613332
Binary1010010110111111010001110111110110011100010110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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