#600379

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

Shades of Indigo #600379

Tints of Indigo #600379

Color information

#600379 (or 0x600379) is unknown color: approx Indigo. HEX triplet: 60, 03 and 79. RGB value is (96,3,121). Sum of RGB (Red+Green+Blue) = 96+3+121=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #600379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600379 is #9FFC86. Grayscale: #2B2B2B. Windows color (decimal): -10484871 or 7930720. OLE color: 7930720.

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

Color convert

RGB963121-
CMYK0.210.9800.53
HSL287.29º95.16%24.31%-
HSV(B)287.29º97.52%47.45%-
XYZ8.313.9318.41-
YUV44.26171.31164.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 121 (47.66% from 255) = 55%
R=43.64%
G=1.36%
B=55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9631210.210.9800.53287.2995.1624.31
Hex60379156203511f5f18
Octal14031712514206543713730
Binary11000001111110011010111000100110101100011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600379; }

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

 H1.HeaderClassName
 {
   color: #600379;
 }
 .AnyTagClassName
 {
   color: #600379;
 }
</style>
background-color css

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

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

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

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

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

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