Html Css Color HEX #600576 Indigo

📋 copy color: '#600576'

red 96 ◦ green 5 ◦ blue 118

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

Shades of Indigo #600576

Tints of Indigo #600576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

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

R = 43.84%
G = 2.28%
B = 53.88%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600576 (or 0x600576) is known color: Indigo. HEX triplet: 60, 05 and 76. RGB value is (96,5,118). Sum of RGB (Red+Green+Blue) = 96+5+118=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #600576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600576 is #9FFA89. Grayscale: #2C2C2C. Windows color (decimal): -10484362 or 7734624. OLE color: 7734624.

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

Color convert

RGB 96 5 118 -
CMYK 0.19 0.96 0 0.54
HSL 288.32º 0.92% 0.24% -
HSV(B) 288.32º 0.96% 0.46% -
XYZ 8.15 3.9 17.46 -
YUV 45.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 96 5 118 0.19 0.96 0 0.54 288.32 0.92 0.24
Hex 60 5 76 13 60 0 36 120 5C 18
Octal 140 5 166 23 140 0 66 440 134 30
Binary 1100000 101 1110110 10011 1100000 0 110110 100100000 1011100 11000

Color Harmonies of #600576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600576

Black with #600576

Text Example


Text Example

White with #600576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600576; }

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

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

background-color css

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

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

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

border-color css

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

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

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