Html Css Color HEX #600076 Indigo

📋 copy color: '#600076'

red 96 ◦ green 0 ◦ blue 118

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

Shades of Indigo #600076

Tints of Indigo #600076

RGB

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

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

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

R = 44.86%
G = 0%
B = 55.14%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600076 (or 0x600076) is known color: Indigo. HEX triplet: 60, 00 and 76. RGB value is (96,0,118). Sum of RGB (Red+Green+Blue) = 96+0+118=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #600076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600076 is #9FFF89. Grayscale: #292929. Windows color (decimal): -10485642 or 7733344. OLE color: 7733344.

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

Color convert

RGB 96 0 118 -
CMYK 0.19 1 0 0.54
HSL 288.81º 1% 0.23% -
HSV(B) 288.81º 1% 0.46% -
XYZ 8.09 3.79 17.45 -
YUV 42.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 96 0 118 0.19 1 0 0.54 288.81 1 0.23
Hex 60 0 76 13 64 0 36 121 64 17
Octal 140 0 166 23 144 0 66 441 144 27
Binary 1100000 0 1110110 10011 1100100 0 110110 100100001 1100100 10111

Color Harmonies of #600076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600076

Black with #600076

Text Example


Text Example

White with #600076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600076; }

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

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

background-color css

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

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

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

border-color css

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

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

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