#5F119A

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

Shades of Indigo #5F119A

Tints of Indigo #5F119A

Color information

#5F119A (or 0x5F119A) is unknown color: approx Indigo. HEX triplet: 5F, 11 and 9A. RGB value is (95,17,154). Sum of RGB (Red+Green+Blue) = 95+17+154=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F119A is #A0EE65. Grayscale: #373737. Windows color (decimal): -10546790 or 10096991. OLE color: 10096991.

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

Color convert

RGB9517154-
CMYK0.380.8900.40
HSL274.16º80.12%33.53%-
HSV(B)274.16º88.96%60.39%-
XYZ10.755.1731-
YUV55.94183.34155.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.71%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 154 (60.55% from 255) = 57.89%
R=35.71%
G=6.39%
B=57.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95171540.380.8900.40274.1680.1233.53
Hex5F119A26590281125022
Octal137212324613105042212042
Binary10111111000110011010100110101100101010001000100101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,17,154); }

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

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

 a { background-color: rgb(95,17,154); }

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

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

 span { border-color: rgb(95,17,154); }

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