#5F099F

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

Shades of Indigo #5F099F

Tints of Indigo #5F099F

Color information

#5F099F (or 0x5F099F) is unknown color: approx Indigo. HEX triplet: 5F, 09 and 9F. RGB value is (95,9,159). Sum of RGB (Red+Green+Blue) = 95+9+159=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F099F is #A0F660. Grayscale: #333333. Windows color (decimal): -10548833 or 10422623. OLE color: 10422623.

HSL color Cylindrical-coordinate representation of color #5F099F: hue angle of 274.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F099F is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB959159-
CMYK0.400.9400.38
HSL274.4º89.29%32.94%-
HSV(B)274.4º94.34%62.35%-
XYZ11.085.1333.21-
YUV51.81188.49158.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.12%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 159 (62.5% from 255) = 60.46%
R=36.12%
G=3.42%
B=60.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9591590.400.9400.38274.489.2932.94
Hex5F99F285E0261125921
Octal137112375013604642213141
Binary1011111100110011111101000101111001001101000100101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,9,159); }

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

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

 a { background-color: rgb(95,9,159); }

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

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

 span { border-color: rgb(95,9,159); }

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