Html Css Color HEX #601077 Indigo

📋 copy color: '#601077'

red 96 ◦ green 16 ◦ blue 119

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

Shades of Indigo #601077

Tints of Indigo #601077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 41.56%
G = 6.93%
B = 51.52%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601077 (or 0x601077) is known color: Indigo. HEX triplet: 60, 10 and 77. RGB value is (96,16,119). Sum of RGB (Red+Green+Blue) = 96+16+119=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #601077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601077 is #9FEF88. Grayscale: #333333. Windows color (decimal): -10481545 or 7802976. OLE color: 7802976.

HSL color Cylindrical-coordinate representation of color #601077: hue angle of 286.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601077 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 16 119 -
CMYK 0.19 0.87 0 0.53
HSL 286.6º 0.76% 0.26% -
HSV(B) 286.6º 0.87% 0.47% -
XYZ 8.34 4.19 17.82 -
YUV 51.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 96 16 119 0.19 0.87 0 0.53 286.6 0.76 0.26
Hex 60 10 77 13 57 0 35 11F 4C 1A
Octal 140 20 167 23 127 0 65 437 114 32
Binary 1100000 10000 1110111 10011 1010111 0 110101 100011111 1001100 11010

Color Harmonies of #601077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601077

Black with #601077

Text Example


Text Example

White with #601077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601077; }

 p { color: rgb(96,16,119); }

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

background-color css

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

 a { background-color: rgb(96,16,119); }

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

border-color css

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

 span { border-color: rgb(96,16,119); }

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