Html Css Color HEX #600173 Indigo

📋 copy color: '#600173'

red 96 ◦ green 1 ◦ blue 115

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

Shades of Indigo #600173

Tints of Indigo #600173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 45.28%
G = 0.47%
B = 54.25%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600173 (or 0x600173) is known color: Indigo. HEX triplet: 60, 01 and 73. RGB value is (96,1,115). Sum of RGB (Red+Green+Blue) = 96+1+115=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #600173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600173 is #9FFE8C. Grayscale: #2A2A2A. Windows color (decimal): -10485389 or 7536992. OLE color: 7536992.

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

Color convert

RGB 96 1 115 -
CMYK 0.17 0.99 0 0.55
HSL 290º 0.98% 0.23% -
HSV(B) 290º 0.99% 0.45% -
XYZ 7.93 3.75 16.52 -
YUV 42.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 96 1 115 0.17 0.99 0 0.55 290 0.98 0.23
Hex 60 1 73 11 63 0 37 122 62 17
Octal 140 1 163 21 143 0 67 442 142 27
Binary 1100000 1 1110011 10001 1100011 0 110111 100100010 1100010 10111

Color Harmonies of #600173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600173

Black with #600173

Text Example


Text Example

White with #600173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600173; }

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

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

background-color css

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

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

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

border-color css

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

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

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