Html Css Color HEX #600477 Indigo

📋 copy color: '#600477'

red 96 ◦ green 4 ◦ blue 119

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

Shades of Indigo #600477

Tints of Indigo #600477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 43.84%
G = 1.83%
B = 54.34%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#600477 (or 0x600477) is known color: Indigo. HEX triplet: 60, 04 and 77. RGB value is (96,4,119). Sum of RGB (Red+Green+Blue) = 96+4+119=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #600477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600477 is #9FFB88. Grayscale: #2C2C2C. Windows color (decimal): -10484617 or 7799904. OLE color: 7799904.

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

Color convert

RGB 96 4 119 -
CMYK 0.19 0.97 0 0.53
HSL 288º 0.93% 0.24% -
HSV(B) 288º 0.97% 0.47% -
XYZ 8.2 3.91 17.77 -
YUV 44.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 96 4 119 0.19 0.97 0 0.53 288 0.93 0.24
Hex 60 4 77 13 61 0 35 120 5D 18
Octal 140 4 167 23 141 0 65 440 135 30
Binary 1100000 100 1110111 10011 1100001 0 110101 100100000 1011101 11000

Color Harmonies of #600477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600477

Black with #600477

Text Example


Text Example

White with #600477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600477; }

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

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

background-color css

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

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

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

border-color css

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

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

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