Html Css Color HEX #601579 Indigo

📋 copy color: '#601579'

red 96 ◦ green 21 ◦ blue 121

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

Shades of Indigo #601579

Tints of Indigo #601579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.84%

R = 40.34%
G = 8.82%
B = 50.84%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601579 (or 0x601579) is known color: Indigo. HEX triplet: 60, 15 and 79. RGB value is (96,21,121). Sum of RGB (Red+Green+Blue) = 96+21+121=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #601579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601579 is #9FEA86. Grayscale: #363636. Windows color (decimal): -10480263 or 7935328. OLE color: 7935328.

HSL color Cylindrical-coordinate representation of color #601579: hue angle of 285º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601579 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 21 121 -
CMYK 0.21 0.83 0 0.53
HSL 285º 0.7% 0.28% -
HSV(B) 285º 0.83% 0.47% -
XYZ 8.54 4.4 18.49 -
YUV 54.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 96 21 121 0.21 0.83 0 0.53 285 0.7 0.28
Hex 60 15 79 15 53 0 35 11D 46 1C
Octal 140 25 171 25 123 0 65 435 106 34
Binary 1100000 10101 1111001 10101 1010011 0 110101 100011101 1000110 11100

Color Harmonies of #601579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601579

Black with #601579

Text Example


Text Example

White with #601579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601579; }

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

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

background-color css

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

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

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

border-color css

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

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

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