#5D159B

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

Shades of Indigo #5D159B

Tints of Indigo #5D159B

Color information

#5D159B (or 0x5D159B) is unknown color: approx Indigo. HEX triplet: 5D, 15 and 9B. RGB value is (93,21,155). Sum of RGB (Red+Green+Blue) = 93+21+155=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D159B is #A2EA64. Grayscale: #393939. Windows color (decimal): -10676837 or 10163549. OLE color: 10163549.

HSL color Cylindrical-coordinate representation of color #5D159B: hue angle of 272.24º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D159B is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9321155-
CMYK0.40.8600.39
HSL272.24º76.14%34.51%-
HSV(B)272.24º86.45%60.78%-
XYZ10.75.2331.46-
YUV57.8182.85153.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=34.57%
G=7.81%
B=57.62%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93211550.40.8600.39272.2476.1434.51
Hex5D159B28560271104c23
Octal135252335012604742011443
Binary10111011010110011011101000101011001001111000100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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