Html Css Color HEX #601478 Indigo

📋 copy color: '#601478'

red 96 ◦ green 20 ◦ blue 120

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

Shades of Indigo #601478

Tints of Indigo #601478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.47%

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 40.68%
G = 8.47%
B = 50.85%

CMYK

 C value IS 0.2

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601478 (or 0x601478) is known color: Indigo. HEX triplet: 60, 14 and 78. RGB value is (96,20,120). Sum of RGB (Red+Green+Blue) = 96+20+120=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #601478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601478 is #9FEB87. Grayscale: #353535. Windows color (decimal): -10480520 or 7869536. OLE color: 7869536.

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

Color convert

RGB 96 20 120 -
CMYK 0.2 0.83 0 0.53
HSL 285.6º 0.71% 0.27% -
HSV(B) 285.6º 0.83% 0.47% -
XYZ 8.46 4.34 18.16 -
YUV 54.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 96 20 120 0.2 0.83 0 0.53 285.6 0.71 0.27
Hex 60 14 78 14 53 0 35 11E 47 1B
Octal 140 24 170 24 123 0 65 436 107 33
Binary 1100000 10100 1111000 10100 1010011 0 110101 100011110 1000111 11011

Color Harmonies of #601478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601478

Black with #601478

Text Example


Text Example

White with #601478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601478; }

 p { color: rgb(96,20,120); }

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

background-color css

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

 a { background-color: rgb(96,20,120); }

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

border-color css

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

 span { border-color: rgb(96,20,120); }

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