#601192

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

Shades of Indigo #601192

Tints of Indigo #601192

Color information

#601192 (or 0x601192) is unknown color: approx Indigo. HEX triplet: 60, 11 and 92. RGB value is (96,17,146). Sum of RGB (Red+Green+Blue) = 96+17+146=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #601192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601192 is #9FEE6D. Grayscale: #363636. Windows color (decimal): -10481262 or 9572704. OLE color: 9572704.

HSL color Cylindrical-coordinate representation of color #601192: hue angle of 276.74º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601192 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9617146-
CMYK0.340.8800.43
HSL276.74º79.14%31.96%-
HSV(B)276.74º88.36%57.25%-
XYZ10.214.9627.61-
YUV55.33179.17157.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 17 (7.03% from 255) = 6.56%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=37.07%
G=6.56%
B=56.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96171460.340.8800.43276.7479.1431.96
Hex601192225802B1154f20
Octal140212224213005342511740
Binary11000001000110010010100010101100001010111000101011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601192; }

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

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

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

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

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

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

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

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