#4F0E99

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

Shades of Indigo #4F0E99

Tints of Indigo #4F0E99

Color information

#4F0E99 (or 0x4F0E99) is unknown color: approx Indigo. HEX triplet: 4F, 0E and 99. RGB value is (79,14,153). Sum of RGB (Red+Green+Blue) = 79+14+153=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F0E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0E99 is #B0F166. Grayscale: #303030. Windows color (decimal): -11596135 or 10030671. OLE color: 10030671.

HSL color Cylindrical-coordinate representation of color #4F0E99: hue angle of 268.06º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0E99 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7914153-
CMYK0.480.9100.4
HSL268.06º83.23%32.75%-
HSV(B)268.06º90.85%60%-
XYZ9.134.2830.48-
YUV49.28186.53149.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 14 (5.86% from 255) = 5.69%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=32.11%
G=5.69%
B=62.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79141530.480.9100.4268.0683.2332.75
Hex4FE99305B02810c5321
Octal117162316013305041412341
Binary1001111111010011001110000101101101010001000011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,14,153); }

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

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

 a { background-color: rgb(79,14,153); }

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

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

 span { border-color: rgb(79,14,153); }

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