#5F016E

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

Shades of Indigo #5F016E

Tints of Indigo #5F016E

Color information

#5F016E (or 0x5F016E) is unknown color: approx Indigo. HEX triplet: 5F, 01 and 6E. RGB value is (95,1,110). Sum of RGB (Red+Green+Blue) = 95+1+110=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F016E is #A0FE91. Grayscale: #292929. Windows color (decimal): -10550930 or 7209311. OLE color: 7209311.

HSL color Cylindrical-coordinate representation of color #5F016E: hue angle of 291.74º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F016E is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB951110-
CMYK0.140.9900.57
HSL291.74º98.2%21.76%-
HSV(B)291.74º99.09%43.14%-
XYZ7.543.5815.05-
YUV41.53166.64166.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=46.12%
G=0.49%
B=53.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9511100.140.9900.57291.7498.221.76
Hex5F16EE630391246216
Octal13711561614307144414226
Binary101111111101110111011000110111001100100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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