#5F096F

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

Shades of Indigo #5F096F

Tints of Indigo #5F096F

Color information

#5F096F (or 0x5F096F) is unknown color: approx Indigo. HEX triplet: 5F, 09 and 6F. RGB value is (95,9,111). Sum of RGB (Red+Green+Blue) = 95+9+111=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F096F is #A0F690. Grayscale: #2E2E2E. Windows color (decimal): -10548881 or 7276895. OLE color: 7276895.

HSL color Cylindrical-coordinate representation of color #5F096F: hue angle of 290.59º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F096F is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB959111-
CMYK0.140.9200.56
HSL290.59º85%23.53%-
HSV(B)290.59º91.89%43.53%-
XYZ7.693.7815.36-
YUV46.34164.49162.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.19%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=44.19%
G=4.19%
B=51.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9591110.140.9200.56290.598523.53
Hex5F96FE5C0381235518
Octal137111571613407044312530
Binary101111110011101111111010111000111000100100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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