#601196

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

Shades of Indigo #601196

Tints of Indigo #601196

Color information

#601196 (or 0x601196) is unknown color: approx Indigo. HEX triplet: 60, 11 and 96. RGB value is (96,17,150). Sum of RGB (Red+Green+Blue) = 96+17+150=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #601196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601196 is #9FEE69. Grayscale: #373737. Windows color (decimal): -10481258 or 9834848. OLE color: 9834848.

HSL color Cylindrical-coordinate representation of color #601196: hue angle of 275.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601196 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9617150-
CMYK0.360.8900.41
HSL275.64º79.64%32.75%-
HSV(B)275.64º88.67%58.82%-
XYZ10.535.0929.28-
YUV55.78181.17156.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 150 (58.98% from 255) = 57.03%
R=36.50%
G=6.46%
B=57.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96171500.360.8900.41275.6479.6432.75
Hex60119624590291145021
Octal140212264413105142412041
Binary11000001000110010110100100101100101010011000101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601196; }

 p { color: rgb(96,17,150); }

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

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

 a { background-color: rgb(96,17,150); }

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

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

 span { border-color: rgb(96,17,150); }

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