#53126E

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

Shades of Indigo #53126E

Tints of Indigo #53126E

Color information

#53126E (or 0x53126E) is unknown color: approx Indigo. HEX triplet: 53, 12 and 6E. RGB value is (83,18,110). Sum of RGB (Red+Green+Blue) = 83+18+110=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #53126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53126E is #ACED91. Grayscale: #2F2F2F. Windows color (decimal): -11333010 or 7213651. OLE color: 7213651.

HSL color Cylindrical-coordinate representation of color #53126E: hue angle of 282.39º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53126E is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8318110-
CMYK0.250.8400.57
HSL282.39º71.88%25.1%-
HSV(B)282.39º83.64%43.14%-
XYZ6.63.415.06-
YUV47.92163.03153.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=39.34%
G=8.53%
B=52.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83181100.250.8400.57282.3971.8825.1
Hex53126E195403911a4819
Octal123221563112407143211031
Binary10100111001011011101100110101000111001100011010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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