#60109F

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

Shades of Indigo #60109F

Tints of Indigo #60109F

Color information

#60109F (or 0x60109F) is unknown color: approx Indigo. HEX triplet: 60, 10 and 9F. RGB value is (96,16,159). Sum of RGB (Red+Green+Blue) = 96+16+159=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #60109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60109F is #9FEF60. Grayscale: #373737. Windows color (decimal): -10481505 or 10424416. OLE color: 10424416.

HSL color Cylindrical-coordinate representation of color #60109F: hue angle of 273.57º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60109F is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9616159-
CMYK0.400.9000.38
HSL273.57º81.71%34.31%-
HSV(B)273.57º89.94%62.35%-
XYZ11.275.3633.24-
YUV56.22186156.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.42%
GREEN value IS 16 (6.64% from 255) = 5.90%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=35.42%
G=5.90%
B=58.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96161590.400.9000.38273.5781.7134.31
Hex60109F285A0261125222
Octal140202375013204642212242
Binary11000001000010011111101000101101001001101000100101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60109F; }

 p { color: rgb(96,16,159); }

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

<style>
 a { background-color: #60109F; }

 a { background-color: rgb(96,16,159); }

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

<style>
 span { border-color: #60109F; }

 span { border-color: rgb(96,16,159); }

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