Html Css Color HEX #601199 Indigo

📋 copy color: '#601199'

red 96 ◦ green 17 ◦ blue 153

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

Shades of Indigo #601199

Tints of Indigo #601199

RGB

 RED value IS 96 (37.89% from 255) = 36.09%

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 36.09%
G = 6.39%
B = 57.52%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#601199 (or 0x601199) is known color: Indigo. HEX triplet: 60, 11 and 99. RGB value is (96,17,153). Sum of RGB (Red+Green+Blue) = 96+17+153=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #601199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601199 is #9FEE66. Grayscale: #373737. Windows color (decimal): -10481255 or 10031456. OLE color: 10031456.

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

Color convert

RGB 96 17 153 -
CMYK 0.37 0.89 0 0.4
HSL 274.85º 0.8% 0.33% -
HSV(B) 274.85º 0.89% 0.6% -
XYZ 10.77 5.19 30.57 -
YUV 56.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 96 17 153 0.37 0.89 0 0.4 274.85 0.8 0.33
Hex 60 11 99 25 59 0 28 113 50 21
Octal 140 21 231 45 131 0 50 423 120 41
Binary 1100000 10001 10011001 100101 1011001 0 101000 100010011 1010000 100001

Color Harmonies of #601199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601199

Black with #601199

Text Example


Text Example

White with #601199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601199; }

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

 H1.HeaderClassName
 {
   color: #601199;
 }
 .AnyTagClassName
 {
   color: #601199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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