Html Css Color HEX #601599 Indigo

📋 copy color: '#601599'

red 96 ◦ green 21 ◦ blue 153

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

Shades of Indigo #601599

Tints of Indigo #601599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 35.56%
G = 7.78%
B = 56.67%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#601599 (or 0x601599) is known color: Indigo. HEX triplet: 60, 15 and 99. RGB value is (96,21,153). Sum of RGB (Red+Green+Blue) = 96+21+153=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #601599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601599 is #9FEA66. Grayscale: #3A3A3A. Windows color (decimal): -10480231 or 10032480. OLE color: 10032480.

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

Color convert

RGB 96 21 153 -
CMYK 0.37 0.86 0 0.4
HSL 274.09º 0.76% 0.34% -
HSV(B) 274.09º 0.86% 0.6% -
XYZ 10.84 5.32 30.59 -
YUV 58.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 96 21 153 0.37 0.86 0 0.4 274.09 0.76 0.34
Hex 60 15 99 25 56 0 28 112 4C 22
Octal 140 25 231 45 126 0 50 422 114 42
Binary 1100000 10101 10011001 100101 1010110 0 101000 100010010 1001100 100010

Color Harmonies of #601599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601599

Black with #601599

Text Example


Text Example

White with #601599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601599; }

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

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

background-color css

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

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

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

border-color css

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

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

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