#5F1599

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

Shades of Indigo #5F1599

Tints of Indigo #5F1599

Color information

#5F1599 (or 0x5F1599) is unknown color: approx Indigo. HEX triplet: 5F, 15 and 99. RGB value is (95,21,153). Sum of RGB (Red+Green+Blue) = 95+21+153=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F1599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1599 is #A0EA66. Grayscale: #393939. Windows color (decimal): -10545767 or 10032479. OLE color: 10032479.

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

Color convert

RGB9521153-
CMYK0.380.8600.4
HSL273.64º75.86%34.12%-
HSV(B)273.64º86.27%60%-
XYZ10.745.2730.59-
YUV58.17181.52154.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.32%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 153 (60.16% from 255) = 56.88%
R=35.32%
G=7.81%
B=56.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95211530.380.8600.4273.6475.8634.12
Hex5F159926560281124c22
Octal137252314612605042211442
Binary10111111010110011001100110101011001010001000100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,21,153); }

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

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

 a { background-color: rgb(95,21,153); }

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

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

 span { border-color: rgb(95,21,153); }

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