Html Css Color HEX #600077 Indigo

📋 copy color: '#600077'

red 96 ◦ green 0 ◦ blue 119

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

Shades of Indigo #600077

Tints of Indigo #600077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.65%
G = 0%
B = 55.35%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#600077 (or 0x600077) is known color: Indigo. HEX triplet: 60, 00 and 77. RGB value is (96,0,119). Sum of RGB (Red+Green+Blue) = 96+0+119=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #600077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600077 is #9FFF88. Grayscale: #292929. Windows color (decimal): -10485641 or 7798880. OLE color: 7798880.

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

Color convert

RGB 96 0 119 -
CMYK 0.19 1 0 0.53
HSL 288.4º 1% 0.23% -
HSV(B) 288.4º 1% 0.47% -
XYZ 8.15 3.82 17.76 -
YUV 42.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 96 0 119 0.19 1 0 0.53 288.4 1 0.23
Hex 60 0 77 13 64 0 35 120 64 17
Octal 140 0 167 23 144 0 65 440 144 27
Binary 1100000 0 1110111 10011 1100100 0 110101 100100000 1100100 10111

Color Harmonies of #600077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600077

Black with #600077

Text Example


Text Example

White with #600077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600077; }

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

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

background-color css

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

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

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

border-color css

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

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

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