#600279

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

Shades of Indigo #600279

Tints of Indigo #600279

Color information

#600279 (or 0x600279) is unknown color: approx Indigo. HEX triplet: 60, 02 and 79. RGB value is (96,2,121). Sum of RGB (Red+Green+Blue) = 96+2+121=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #600279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600279 is #9FFD86. Grayscale: #2B2B2B. Windows color (decimal): -10485127 or 7930464. OLE color: 7930464.

HSL color Cylindrical-coordinate representation of color #600279: hue angle of 287.39º degrees, saturation: 0.97, 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 #600279 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB962121-
CMYK0.210.9800.53
HSL287.39º96.75%24.12%-
HSV(B)287.39º98.35%47.45%-
XYZ8.33.9118.41-
YUV43.67171.64165.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.84%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 121 (47.66% from 255) = 55.25%
R=43.84%
G=0.91%
B=55.25%

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
Decimal9621210.210.9800.53287.3996.7524.12
Hex60279156203511f6118
Octal14021712514206543714130
Binary11000001011110011010111000100110101100011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600279; }

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

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

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

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

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

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

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

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