#53025E

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

Shades of Indigo #53025E

Tints of Indigo #53025E

Color information

#53025E (or 0x53025E) is unknown color: approx Indigo. HEX triplet: 53, 02 and 5E. RGB value is (83,2,94). Sum of RGB (Red+Green+Blue) = 83+2+94=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #53025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53025E is #ACFDA1. Grayscale: #242424. Windows color (decimal): -11337122 or 6160979. OLE color: 6160979.

HSL color Cylindrical-coordinate representation of color #53025E: hue angle of 292.83º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53025E is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB83294-
CMYK0.120.9800.63
HSL292.83º95.83%18.82%-
HSV(B)292.83º97.87%36.86%-
XYZ5.612.6910.81-
YUV36.71160.34161.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=46.37%
G=1.12%
B=52.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal832940.120.9800.63292.8395.8318.82
Hex5325EC6203F1256013
Octal12321361414207744514023
Binary1010011101011110110011000100111111100100101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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