#53128E

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

Shades of Indigo #53128E

Tints of Indigo #53128E

Color information

#53128E (or 0x53128E) is unknown color: approx Indigo. HEX triplet: 53, 12 and 8E. RGB value is (83,18,142). Sum of RGB (Red+Green+Blue) = 83+18+142=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #53128E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53128E is #ACED71. Grayscale: #333333. Windows color (decimal): -11332978 or 9310803. OLE color: 9310803.

HSL color Cylindrical-coordinate representation of color #53128E: hue angle of 271.45º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53128E is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8318142-
CMYK0.420.8700.44
HSL271.45º77.5%31.37%-
HSV(B)271.45º87.32%55.69%-
XYZ8.674.2225.95-
YUV51.57179.03150.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=34.16%
G=7.41%
B=58.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83181420.420.8700.44271.4577.531.37
Hex53128E2A5702C10f4e1f
Octal123222165212705441711637
Binary1010011100101000111010101010101110101100100001111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,18,142); }

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

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

 a { background-color: rgb(83,18,142); }

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

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

 span { border-color: rgb(83,18,142); }

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