#5D159D

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

Shades of Indigo #5D159D

Tints of Indigo #5D159D

Color information

#5D159D (or 0x5D159D) is unknown color: approx Indigo. HEX triplet: 5D, 15 and 9D. RGB value is (93,21,157). Sum of RGB (Red+Green+Blue) = 93+21+157=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D159D is #A2EA62. Grayscale: #393939. Windows color (decimal): -10676835 or 10294621. OLE color: 10294621.

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

Color convert

RGB9321157-
CMYK0.410.8700.38
HSL271.76º76.4%34.9%-
HSV(B)271.76º86.62%61.57%-
XYZ10.875.332.35-
YUV58.03183.85152.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.32%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 157 (61.72% from 255) = 57.93%
R=34.32%
G=7.75%
B=57.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93211570.410.8700.38271.7676.434.9
Hex5D159D29570261104c23
Octal135252355112704642011443
Binary10111011010110011101101001101011101001101000100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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