#4F0668

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

Shades of Indigo #4F0668

Tints of Indigo #4F0668

Color information

#4F0668 (or 0x4F0668) is unknown color: approx Indigo. HEX triplet: 4F, 06 and 68. RGB value is (79,6,104). Sum of RGB (Red+Green+Blue) = 79+6+104=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F0668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0668 is #B0F997. Grayscale: #262626. Windows color (decimal): -11598232 or 6817359. OLE color: 6817359.

HSL color Cylindrical-coordinate representation of color #4F0668: hue angle of 284.69º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0668 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB796104-
CMYK0.240.9400.59
HSL284.69º89.09%21.57%-
HSV(B)284.69º94.23%40.78%-
XYZ5.792.7913.33-
YUV39164.68156.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.80%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=41.80%
G=3.17%
B=55.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7961040.240.9400.59284.6989.0921.57
Hex4F668185E03B11d5916
Octal11761503013607343513126
Binary100111111011010001100010111100111011100011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,6,104); }

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

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

 a { background-color: rgb(79,6,104); }

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

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

 span { border-color: rgb(79,6,104); }

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