#4F0777

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

Shades of Indigo #4F0777

Tints of Indigo #4F0777

Color information

#4F0777 (or 0x4F0777) is unknown color: approx Indigo. HEX triplet: 4F, 07 and 77. RGB value is (79,7,119). Sum of RGB (Red+Green+Blue) = 79+7+119=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F0777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0777 is #B0F888. Grayscale: #282828. Windows color (decimal): -11597961 or 7800655. OLE color: 7800655.

HSL color Cylindrical-coordinate representation of color #4F0777: hue angle of 278.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0777 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB797119-
CMYK0.340.9400.53
HSL278.57º88.89%24.71%-
HSV(B)278.57º94.12%46.67%-
XYZ6.633.1517.71-
YUV41.3171.85154.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.54%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=38.54%
G=3.41%
B=58.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7971190.340.9400.53278.5788.8924.71
Hex4F777225E0351175919
Octal11771674213606542713131
Binary1001111111111011110001010111100110101100010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,7,119); }

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

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

 a { background-color: rgb(79,7,119); }

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

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

 span { border-color: rgb(79,7,119); }

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