#53187E

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

Shades of Indigo #53187E

Tints of Indigo #53187E

Color information

#53187E (or 0x53187E) is unknown color: approx Indigo. HEX triplet: 53, 18 and 7E. RGB value is (83,24,126). Sum of RGB (Red+Green+Blue) = 83+24+126=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #53187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53187E is #ACE781. Grayscale: #343434. Windows color (decimal): -11331458 or 8263763. OLE color: 8263763.

HSL color Cylindrical-coordinate representation of color #53187E: hue angle of 274.71º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53187E is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8324126-
CMYK0.340.8100.51
HSL274.71º68%29.41%-
HSV(B)274.71º80.95%49.41%-
XYZ7.66420.11-
YUV53.27169.05149.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 24 (9.77% from 255) = 10.30%
BLUE value IS 126 (49.61% from 255) = 54.08%
R=35.62%
G=10.30%
B=54.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83241260.340.8100.51274.716829.41
Hex53187E2251033113441d
Octal123301764212106342310435
Binary101001111000111111010001010100010110011100010011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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