Html Css Color HEX #600473 Indigo

📋 copy color: '#600473'

red 96 ◦ green 4 ◦ blue 115

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

Shades of Indigo #600473

Tints of Indigo #600473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 44.65%
G = 1.86%
B = 53.49%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600473 (or 0x600473) is known color: Indigo. HEX triplet: 60, 04 and 73. RGB value is (96,4,115). Sum of RGB (Red+Green+Blue) = 96+4+115=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #600473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600473 is #9FFB8C. Grayscale: #2B2B2B. Windows color (decimal): -10484621 or 7537760. OLE color: 7537760.

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

Color convert

RGB 96 4 115 -
CMYK 0.17 0.97 0 0.55
HSL 289.73º 0.93% 0.23% -
HSV(B) 289.73º 0.97% 0.45% -
XYZ 7.96 3.81 16.54 -
YUV 44.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 96 4 115 0.17 0.97 0 0.55 289.73 0.93 0.23
Hex 60 4 73 11 61 0 37 122 5D 17
Octal 140 4 163 21 141 0 67 442 135 27
Binary 1100000 100 1110011 10001 1100001 0 110111 100100010 1011101 10111

Color Harmonies of #600473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600473

Black with #600473

Text Example


Text Example

White with #600473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600473; }

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

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

background-color css

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

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

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

border-color css

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

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

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