#53139A

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

Shades of Indigo #53139A

Tints of Indigo #53139A

Color information

#53139A (or 0x53139A) is unknown color: approx Indigo. HEX triplet: 53, 13 and 9A. RGB value is (83,19,154). Sum of RGB (Red+Green+Blue) = 83+19+154=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #53139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53139A is #ACEC65. Grayscale: #353535. Windows color (decimal): -11332710 or 10097491. OLE color: 10097491.

HSL color Cylindrical-coordinate representation of color #53139A: hue angle of 268.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53139A is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8319154-
CMYK0.460.8800.40
HSL268.44º78.03%33.92%-
HSV(B)268.44º87.66%60.39%-
XYZ9.634.6430.96-
YUV53.53184.7149.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 154 (60.55% from 255) = 60.16%
R=32.42%
G=7.42%
B=60.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83191540.460.8800.40268.4478.0333.92
Hex53139A2E5802810c4e22
Octal123232325613005041411642
Binary10100111001110011010101110101100001010001000011001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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