#600179

Color #600179 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #600179

Tints of Indigo #600179

Color information

#600179 (or 0x600179) is unknown color: approx 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

RGB961121-
CMYK0.210.9900.53
HSL287.5º98.36%23.92%-
HSV(B)287.5º99.17%47.45%-
XYZ8.293.8918.4-
YUV43.08171.97165.74-

RGB Variations

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

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.50%
R=44.04%
G=0.46%
B=55.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9611210.210.9900.53287.598.3623.92
Hex6017915630351206218
Octal14011712514306544014230
Binary1100000111110011010111000110110101100100000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>