#4F0279

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

Shades of Indigo #4F0279

Tints of Indigo #4F0279

Color information

#4F0279 (or 0x4F0279) is unknown color: approx Indigo. HEX triplet: 4F, 02 and 79. RGB value is (79,2,121). Sum of RGB (Red+Green+Blue) = 79+2+121=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #4F0279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0279 is #B0FD86. Grayscale: #262626. Windows color (decimal): -11599239 or 7930447. OLE color: 7930447.

HSL color Cylindrical-coordinate representation of color #4F0279: hue angle of 278.82º 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 #4F0279 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB792121-
CMYK0.350.9800.53
HSL278.82º96.75%24.12%-
HSV(B)278.82º98.35%47.45%-
XYZ6.73.0918.33-
YUV38.59174.51156.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.11%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=39.11%
G=0.99%
B=59.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7921210.350.9800.53278.8296.7524.12
Hex4F27923620351176118
Octal11721714314206542714130
Binary100111110111100110001111000100110101100010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0279; }

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

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

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

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

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

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

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

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