#4F0276

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

Shades of Indigo #4F0276

Tints of Indigo #4F0276

Color information

#4F0276 (or 0x4F0276) is unknown color: approx Indigo. HEX triplet: 4F, 02 and 76. RGB value is (79,2,118). Sum of RGB (Red+Green+Blue) = 79+2+118=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F0276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0276 is #B0FD89. Grayscale: #252525. Windows color (decimal): -11599242 or 7733839. OLE color: 7733839.

HSL color Cylindrical-coordinate representation of color #4F0276: hue angle of 279.83º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0276 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB792118-
CMYK0.330.9800.54
HSL279.83º96.67%23.53%-
HSV(B)279.83º98.31%46.27%-
XYZ6.523.0117.38-
YUV38.25173.01157.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.70%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 118 (46.48% from 255) = 59.30%
R=39.70%
G=1.01%
B=59.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7921180.330.9800.54279.8396.6723.53
Hex4F27621620361186118
Octal11721664114206643014130
Binary100111110111011010000111000100110110100011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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