Html Css Color HEX #601279 Indigo

📋 copy color: '#601279'

red 96 ◦ green 18 ◦ blue 121

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

Shades of Indigo #601279

Tints of Indigo #601279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 40.85%
G = 7.66%
B = 51.49%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601279 (or 0x601279) is known color: Indigo. HEX triplet: 60, 12 and 79. RGB value is (96,18,121). Sum of RGB (Red+Green+Blue) = 96+18+121=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #601279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601279 is #9FED86. Grayscale: #343434. Windows color (decimal): -10481031 or 7934560. OLE color: 7934560.

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

Color convert

RGB 96 18 121 -
CMYK 0.21 0.85 0 0.53
HSL 285.44º 0.74% 0.27% -
HSV(B) 285.44º 0.85% 0.47% -
XYZ 8.49 4.3 18.47 -
YUV 53.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 96 18 121 0.21 0.85 0 0.53 285.44 0.74 0.27
Hex 60 12 79 15 55 0 35 11D 4A 1B
Octal 140 22 171 25 125 0 65 435 112 33
Binary 1100000 10010 1111001 10101 1010101 0 110101 100011101 1001010 11011

Color Harmonies of #601279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601279

Black with #601279

Text Example


Text Example

White with #601279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601279; }

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

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

background-color css

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

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

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

border-color css

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

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

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