Html Css Color HEX #600873 Indigo

📋 copy color: '#600873'

red 96 ◦ green 8 ◦ blue 115

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

Shades of Indigo #600873

Tints of Indigo #600873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 43.84%
G = 3.65%
B = 52.51%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600873 (or 0x600873) is known color: Indigo. HEX triplet: 60, 08 and 73. RGB value is (96,8,115). Sum of RGB (Red+Green+Blue) = 96+8+115=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #600873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600873 is #9FF78C. Grayscale: #2E2E2E. Windows color (decimal): -10483597 or 7538784. OLE color: 7538784.

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

Color convert

RGB 96 8 115 -
CMYK 0.17 0.93 0 0.55
HSL 289.35º 0.87% 0.24% -
HSV(B) 289.35º 0.93% 0.45% -
XYZ 8.01 3.9 16.55 -
YUV 46.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 96 8 115 0.17 0.93 0 0.55 289.35 0.87 0.24
Hex 60 8 73 11 5D 0 37 121 57 18
Octal 140 10 163 21 135 0 67 441 127 30
Binary 1100000 1000 1110011 10001 1011101 0 110111 100100001 1010111 11000

Color Harmonies of #600873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600873

Black with #600873

Text Example


Text Example

White with #600873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600873; }

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

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

background-color css

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

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

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

border-color css

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

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

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