#53026B

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

Shades of Indigo #53026B

Tints of Indigo #53026B

Color information

#53026B (or 0x53026B) is unknown color: approx Indigo. HEX triplet: 53, 02 and 6B. RGB value is (83,2,107). Sum of RGB (Red+Green+Blue) = 83+2+107=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #53026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53026B is #ACFD94. Grayscale: #252525. Windows color (decimal): -11337109 or 7012947. OLE color: 7012947.

HSL color Cylindrical-coordinate representation of color #53026B: hue angle of 286.29º 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 #53026B is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB832107-
CMYK0.220.9800.58
HSL286.29º96.33%21.37%-
HSV(B)286.29º98.13%41.96%-
XYZ6.242.9414.15-
YUV38.19166.84159.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=43.23%
G=1.04%
B=55.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8321070.220.9800.58286.2996.3321.37
Hex5326B166203A11e6015
Octal12321532614207243614025
Binary10100111011010111011011000100111010100011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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