#601190

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

Shades of Indigo #601190

Tints of Indigo #601190

Color information

#601190 (or 0x601190) is unknown color: approx Indigo. HEX triplet: 60, 11 and 90. RGB value is (96,17,144). Sum of RGB (Red+Green+Blue) = 96+17+144=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #601190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601190 is #9FEE6F. Grayscale: #363636. Windows color (decimal): -10481264 or 9441632. OLE color: 9441632.

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

Color convert

RGB9617144-
CMYK0.330.8800.44
HSL277.32º78.88%31.57%-
HSV(B)277.32º88.19%56.47%-
XYZ10.064.926.8-
YUV55.1178.17157.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=37.35%
G=6.61%
B=56.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96171440.330.8800.44277.3278.8831.57
Hex601190215802C1154f20
Octal140212204113005442511740
Binary11000001000110010000100001101100001011001000101011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601190; }

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

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

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

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

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

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

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

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