#53189E

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

Shades of Indigo #53189E

Tints of Indigo #53189E

Color information

#53189E (or 0x53189E) is unknown color: approx Indigo. HEX triplet: 53, 18 and 9E. RGB value is (83,24,158). Sum of RGB (Red+Green+Blue) = 83+24+158=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #53189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53189E is #ACE761. Grayscale: #383838. Windows color (decimal): -11331426 or 10360915. OLE color: 10360915.

HSL color Cylindrical-coordinate representation of color #53189E: hue angle of 266.42º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53189E is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8324158-
CMYK0.470.8500.38
HSL266.42º73.63%35.69%-
HSV(B)266.42º84.81%61.96%-
XYZ10.074.9632.77-
YUV56.92185.05146.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=31.32%
G=9.06%
B=59.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83241580.470.8500.38266.4273.6335.69
Hex53189E2F5502610a4a24
Octal123302365712504641211244
Binary10100111100010011110101111101010101001101000010101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,24,158); }

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

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

 a { background-color: rgb(83,24,158); }

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

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

 span { border-color: rgb(83,24,158); }

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