#53139D

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

Shades of Indigo #53139D

Tints of Indigo #53139D

Color information

#53139D (or 0x53139D) is unknown color: approx Indigo. HEX triplet: 53, 13 and 9D. RGB value is (83,19,157). Sum of RGB (Red+Green+Blue) = 83+19+157=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #53139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53139D is #ACEC62. Grayscale: #353535. Windows color (decimal): -11332707 or 10294099. OLE color: 10294099.

HSL color Cylindrical-coordinate representation of color #53139D: hue angle of 267.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53139D is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8319157-
CMYK0.470.8800.38
HSL267.83º78.41%34.51%-
HSV(B)267.83º87.9%61.57%-
XYZ9.894.7432.29-
YUV53.87186.2148.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=32.05%
G=7.34%
B=60.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83191570.470.8800.38267.8378.4134.51
Hex53139D2F5802610c4e23
Octal123232355713004641411643
Binary10100111001110011101101111101100001001101000011001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53139D; }

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

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

<style>
 a { background-color: #53139D; }

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

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

<style>
 span { border-color: #53139D; }

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

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