#5D159F

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

Shades of Indigo #5D159F

Tints of Indigo #5D159F

Color information

#5D159F (or 0x5D159F) is unknown color: approx Indigo. HEX triplet: 5D, 15 and 9F. RGB value is (93,21,159). Sum of RGB (Red+Green+Blue) = 93+21+159=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D159F is #A2EA60. Grayscale: #393939. Windows color (decimal): -10676833 or 10425693. OLE color: 10425693.

HSL color Cylindrical-coordinate representation of color #5D159F: hue angle of 271.3º degrees, saturation: 0.77, 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 #5D159F is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9321159-
CMYK0.420.8700.38
HSL271.3º76.67%35.29%-
HSV(B)271.3º86.79%62.35%-
XYZ11.045.3733.25-
YUV58.26184.85152.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=34.07%
G=7.69%
B=58.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93211590.420.8700.38271.376.6735.29
Hex5D159F2A5702610f4d23
Octal135252375212704641711543
Binary10111011010110011111101010101011101001101000011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D159F; }

 p { color: rgb(93,21,159); }

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

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

 a { background-color: rgb(93,21,159); }

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

<style>
 span { border-color: #5D159F; }

 span { border-color: rgb(93,21,159); }

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