Html Css Color HEX #600179 Indigo

📋 copy color: '#600179'

red 96 ◦ green 1 ◦ blue 121

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

Shades of Indigo #600179

Tints of Indigo #600179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55.5%

R = 44.04%
G = 0.46%
B = 55.5%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#600179 (or 0x600179) is known color: Indigo. HEX triplet: 60, 01 and 79. RGB value is (96,1,121). Sum of RGB (Red+Green+Blue) = 96+1+121=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #600179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600179 is #9FFE86. Grayscale: #2A2A2A. Windows color (decimal): -10485383 or 7930208. OLE color: 7930208.

HSL color Cylindrical-coordinate representation of color #600179: hue angle of 287.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600179 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 1 121 -
CMYK 0.21 0.99 0 0.53
HSL 287.5º 0.98% 0.24% -
HSV(B) 287.5º 0.99% 0.47% -
XYZ 8.29 3.89 18.4 -
YUV 43.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 96 1 121 0.21 0.99 0 0.53 287.5 0.98 0.24
Hex 60 1 79 15 63 0 35 120 62 18
Octal 140 1 171 25 143 0 65 440 142 30
Binary 1100000 1 1111001 10101 1100011 0 110101 100100000 1100010 11000

Color Harmonies of #600179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600179

Black with #600179

Text Example


Text Example

White with #600179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600179; }

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

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

background-color css

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

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

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

border-color css

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

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

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