Html Css Color HEX #600573 Indigo

📋 copy color: '#600573'

red 96 ◦ green 5 ◦ blue 115

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

Shades of Indigo #600573

Tints of Indigo #600573

RGB

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

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

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

R = 44.44%
G = 2.31%
B = 53.24%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600573 (or 0x600573) is known color: Indigo. HEX triplet: 60, 05 and 73. RGB value is (96,5,115). Sum of RGB (Red+Green+Blue) = 96+5+115=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #600573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600573 is #9FFA8C. Grayscale: #2C2C2C. Windows color (decimal): -10484365 or 7538016. OLE color: 7538016.

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

Color convert

RGB 96 5 115 -
CMYK 0.17 0.96 0 0.55
HSL 289.64º 0.92% 0.24% -
HSV(B) 289.64º 0.96% 0.45% -
XYZ 7.97 3.83 16.54 -
YUV 44.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 96 5 115 0.17 0.96 0 0.55 289.64 0.92 0.24
Hex 60 5 73 11 60 0 37 122 5C 18
Octal 140 5 163 21 140 0 67 442 134 30
Binary 1100000 101 1110011 10001 1100000 0 110111 100100010 1011100 11000

Color Harmonies of #600573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600573

Black with #600573

Text Example


Text Example

White with #600573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600573; }

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

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

background-color css

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

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

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

border-color css

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

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

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