Html Css Color HEX #600276 Indigo

📋 copy color: '#600276'

red 96 ◦ green 2 ◦ blue 118

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

Shades of Indigo #600276

Tints of Indigo #600276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 44.44%
G = 0.93%
B = 54.63%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600276 (or 0x600276) is known color: Indigo. HEX triplet: 60, 02 and 76. RGB value is (96,2,118). Sum of RGB (Red+Green+Blue) = 96+2+118=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #600276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600276 is #9FFD89. Grayscale: #2A2A2A. Windows color (decimal): -10485130 or 7733856. OLE color: 7733856.

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

Color convert

RGB 96 2 118 -
CMYK 0.19 0.98 0 0.54
HSL 288.62º 0.97% 0.24% -
HSV(B) 288.62º 0.98% 0.46% -
XYZ 8.12 3.84 17.45 -
YUV 43.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 96 2 118 0.19 0.98 0 0.54 288.62 0.97 0.24
Hex 60 2 76 13 62 0 36 121 61 18
Octal 140 2 166 23 142 0 66 441 141 30
Binary 1100000 10 1110110 10011 1100010 0 110110 100100001 1100001 11000

Color Harmonies of #600276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600276

Black with #600276

Text Example


Text Example

White with #600276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600276; }

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

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

background-color css

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

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

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

border-color css

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

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

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