Html Css Color HEX #600476 Indigo

📋 copy color: '#600476'

red 96 ◦ green 4 ◦ blue 118

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

Shades of Indigo #600476

Tints of Indigo #600476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 44.04%
G = 1.83%
B = 54.13%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600476 (or 0x600476) is known color: Indigo. HEX triplet: 60, 04 and 76. RGB value is (96,4,118). Sum of RGB (Red+Green+Blue) = 96+4+118=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #600476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600476 is #9FFB89. Grayscale: #2C2C2C. Windows color (decimal): -10484618 or 7734368. OLE color: 7734368.

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

Color convert

RGB 96 4 118 -
CMYK 0.19 0.97 0 0.54
HSL 288.42º 0.93% 0.24% -
HSV(B) 288.42º 0.97% 0.46% -
XYZ 8.14 3.88 17.46 -
YUV 44.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 96 4 118 0.19 0.97 0 0.54 288.42 0.93 0.24
Hex 60 4 76 13 61 0 36 120 5D 18
Octal 140 4 166 23 141 0 66 440 135 30
Binary 1100000 100 1110110 10011 1100001 0 110110 100100000 1011101 11000

Color Harmonies of #600476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600476

Black with #600476

Text Example


Text Example

White with #600476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600476; }

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

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

background-color css

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

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

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

border-color css

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

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

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