Html Css Color HEX #601190 Indigo

📋 copy color: '#601190'

red 96 ◦ green 17 ◦ blue 144

#601190
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #601190

Tints of Indigo #601190

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 value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#601190 (or 0x601190) is known color: 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

RGB 96 17 144 -
CMYK 0.33 0.88 0 0.44
HSL 277.32º 0.79% 0.32% -
HSV(B) 277.32º 0.88% 0.56% -
XYZ 10.06 4.9 26.8 -
YUV 55.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 96 17 144 0.33 0.88 0 0.44 277.32 0.79 0.32
Hex 60 11 90 21 58 0 2C 115 4F 20
Octal 140 21 220 41 130 0 54 425 117 40
Binary 1100000 10001 10010000 100001 1011000 0 101100 100010101 1001111 100000

Color Harmonies of #601190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601190

Black with #601190

Text Example


Text Example

White with #601190

Text Example


Text Example

HTML Codes & Css Web 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>