Html Css Color HEX #601899 Indigo

📋 copy color: '#601899'

red 96 ◦ green 24 ◦ blue 153

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

Shades of Indigo #601899

Tints of Indigo #601899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 35.16%
G = 8.79%
B = 56.04%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#601899 (or 0x601899) is known color: Indigo. HEX triplet: 60, 18 and 99. RGB value is (96,24,153). Sum of RGB (Red+Green+Blue) = 96+24+153=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #601899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601899 is #9FE766. Grayscale: #3B3B3B. Windows color (decimal): -10479463 or 10033248. OLE color: 10033248.

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

Color convert

RGB 96 24 153 -
CMYK 0.37 0.84 0 0.4
HSL 273.49º 0.73% 0.35% -
HSV(B) 273.49º 0.84% 0.6% -
XYZ 10.9 5.44 30.61 -
YUV 60.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 96 24 153 0.37 0.84 0 0.4 273.49 0.73 0.35
Hex 60 18 99 25 54 0 28 111 49 23
Octal 140 30 231 45 124 0 50 421 111 43
Binary 1100000 11000 10011001 100101 1010100 0 101000 100010001 1001001 100011

Color Harmonies of #601899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601899

Black with #601899

Text Example


Text Example

White with #601899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601899; }

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

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

background-color css

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

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

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

border-color css

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

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

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