Html Css Color HEX #600773 Indigo

📋 copy color: '#600773'

red 96 ◦ green 7 ◦ blue 115

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

Shades of Indigo #600773

Tints of Indigo #600773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 44.04%
G = 3.21%
B = 52.75%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600773 (or 0x600773) is known color: Indigo. HEX triplet: 60, 07 and 73. RGB value is (96,7,115). Sum of RGB (Red+Green+Blue) = 96+7+115=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #600773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600773 is #9FF88C. Grayscale: #2D2D2D. Windows color (decimal): -10483853 or 7538528. OLE color: 7538528.

HSL color Cylindrical-coordinate representation of color #600773: hue angle of 289.44º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600773 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 7 115 -
CMYK 0.17 0.94 0 0.55
HSL 289.44º 0.89% 0.24% -
HSV(B) 289.44º 0.94% 0.45% -
XYZ 7.99 3.88 16.55 -
YUV 45.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 96 7 115 0.17 0.94 0 0.55 289.44 0.89 0.24
Hex 60 7 73 11 5E 0 37 121 59 18
Octal 140 7 163 21 136 0 67 441 131 30
Binary 1100000 111 1110011 10001 1011110 0 110111 100100001 1011001 11000

Color Harmonies of #600773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600773

Black with #600773

Text Example


Text Example

White with #600773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600773; }

 p { color: rgb(96,7,115); }

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

background-color css

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

 a { background-color: rgb(96,7,115); }

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

border-color css

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

 span { border-color: rgb(96,7,115); }

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