#53136C

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

Shades of Indigo #53136C

Tints of Indigo #53136C

Color information

#53136C (or 0x53136C) is unknown color: approx Indigo. HEX triplet: 53, 13 and 6C. RGB value is (83,19,108). Sum of RGB (Red+Green+Blue) = 83+19+108=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #53136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53136C is #ACEC93. Grayscale: #2F2F2F. Windows color (decimal): -11332756 or 7082835. OLE color: 7082835.

HSL color Cylindrical-coordinate representation of color #53136C: hue angle of 283.15º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53136C is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8319108-
CMYK0.230.8200.58
HSL283.15º70.08%24.9%-
HSV(B)283.15º82.41%42.35%-
XYZ6.513.3914.5-
YUV48.28161.7152.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=39.52%
G=9.05%
B=51.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83191080.230.8200.58283.1570.0824.9
Hex53136C175203A11b4619
Octal123231542712207243310631
Binary10100111001111011001011110100100111010100011011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53136C; }

 p { color: rgb(83,19,108); }

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

<style>
 a { background-color: #53136C; }

 a { background-color: rgb(83,19,108); }

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

<style>
 span { border-color: #53136C; }

 span { border-color: rgb(83,19,108); }

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