#53159D

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

Shades of Indigo #53159D

Tints of Indigo #53159D

Color information

#53159D (or 0x53159D) is unknown color: approx Indigo. HEX triplet: 53, 15 and 9D. RGB value is (83,21,157). Sum of RGB (Red+Green+Blue) = 83+21+157=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #53159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53159D is #ACEA62. Grayscale: #363636. Windows color (decimal): -11332195 or 10294611. OLE color: 10294611.

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

Color convert

RGB8321157-
CMYK0.470.8700.38
HSL267.35º76.4%34.9%-
HSV(B)267.35º86.62%61.57%-
XYZ9.924.8132.3-
YUV55.04185.54147.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 157 (61.72% from 255) = 60.15%
R=31.80%
G=8.05%
B=60.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83211570.470.8700.38267.3576.434.9
Hex53159D2F5702610b4c23
Octal123252355712704641311443
Binary10100111010110011101101111101011101001101000010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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