#5F0196

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

Shades of Indigo #5F0196

Tints of Indigo #5F0196

Color information

#5F0196 (or 0x5F0196) is unknown color: approx Indigo. HEX triplet: 5F, 01 and 96. RGB value is (95,1,150). Sum of RGB (Red+Green+Blue) = 95+1+150=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F0196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0196 is #A0FE69. Grayscale: #2D2D2D. Windows color (decimal): -10550890 or 9830751. OLE color: 9830751.

HSL color Cylindrical-coordinate representation of color #5F0196: hue angle of 277.85º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0196 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB951150-
CMYK0.370.9900.41
HSL277.85º98.68%29.61%-
HSV(B)277.85º99.33%58.82%-
XYZ10.244.6629.21-
YUV46.09186.64162.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.62%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=38.62%
G=0.41%
B=60.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9511500.370.9900.41277.8598.6829.61
Hex5F1962563029116631e
Octal13712264514305142614336
Binary101111111001011010010111000110101001100010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,150); }

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

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

 a { background-color: rgb(95,1,150); }

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

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

 span { border-color: rgb(95,1,150); }

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