#5F1699

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

Shades of Indigo #5F1699

Tints of Indigo #5F1699

Color information

#5F1699 (or 0x5F1699) is unknown color: approx Indigo. HEX triplet: 5F, 16 and 99. RGB value is (95,22,153). Sum of RGB (Red+Green+Blue) = 95+22+153=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F1699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1699 is #A0E966. Grayscale: #3A3A3A. Windows color (decimal): -10545511 or 10032735. OLE color: 10032735.

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

Color convert

RGB9522153-
CMYK0.380.8600.4
HSL273.44º74.86%34.31%-
HSV(B)273.44º85.62%60%-
XYZ10.765.3130.59-
YUV58.76181.18153.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.19%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=35.19%
G=8.15%
B=56.67%

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
Decimal95221530.380.8600.4273.4474.8634.31
Hex5F169926560281114b22
Octal137262314612605042111342
Binary10111111011010011001100110101011001010001000100011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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