#52026B

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

Shades of Indigo #52026B

Tints of Indigo #52026B

Color information

#52026B (or 0x52026B) is unknown color: approx Indigo. HEX triplet: 52, 02 and 6B. RGB value is (82,2,107). Sum of RGB (Red+Green+Blue) = 82+2+107=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #52026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52026B is #ADFD94. Grayscale: #252525. Windows color (decimal): -11402645 or 7012946. OLE color: 7012946.

HSL color Cylindrical-coordinate representation of color #52026B: hue angle of 285.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52026B is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB822107-
CMYK0.230.9800.58
HSL285.71º96.33%21.37%-
HSV(B)285.71º98.13%41.96%-
XYZ6.162.914.15-
YUV37.89167159.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=42.93%
G=1.05%
B=56.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8221070.230.9800.58285.7196.3321.37
Hex5226B176203A11e6015
Octal12221532714207243614025
Binary10100101011010111011111000100111010100011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52026B; }

 p { color: rgb(82,2,107); }

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

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

 a { background-color: rgb(82,2,107); }

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

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

 span { border-color: rgb(82,2,107); }

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