#53159a

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

Shades of Indigo #53159A

Tints of Indigo #53159A

Color information

#53159A (or 0x53159A) is unknown color: approx Indigo. HEX triplet: 53, 15 and 9A. RGB value is (83,21,154). Sum of RGB (Red+Green+Blue) = 83+21+154=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #53159A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53159A is #ACEA65. Grayscale: #363636. Windows color (decimal): -11332198 or 10098003. OLE color: 10098003.

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

Color convert

RGB8321154-
CMYK0.460.8600.40
HSL267.97º76%34.31%-
HSV(B)267.97º86.36%60.39%-
XYZ9.674.7130.97-
YUV54.7184.04148.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=32.17%
G=8.14%
B=59.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83211540.460.8600.40267.977634.31
Hex53159A2E5602810c4c22
Octal123252325612605041411442
Binary10100111010110011010101110101011001010001000011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53159a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53159a; }

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

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

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

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

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

<style>
 span { border-color: #53159a; }

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

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