#4F0891

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

Shades of Indigo #4F0891

Tints of Indigo #4F0891

Color information

#4F0891 (or 0x4F0891) is unknown color: approx Indigo. HEX triplet: 4F, 08 and 91. RGB value is (79,8,145). Sum of RGB (Red+Green+Blue) = 79+8+145=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F0891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0891 is #B0F76E. Grayscale: #2C2C2C. Windows color (decimal): -11597679 or 9504847. OLE color: 9504847.

HSL color Cylindrical-coordinate representation of color #4F0891: hue angle of 271.09º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0891 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB798145-
CMYK0.460.9400.43
HSL271.09º89.54%30%-
HSV(B)271.09º94.48%56.86%-
XYZ8.423.8827.09-
YUV44.85184.52152.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=34.05%
G=3.45%
B=62.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7981450.460.9400.43271.0989.5430
Hex4F8912E5E02B10f5a1e
Octal117102215613605341713236
Binary100111110001001000110111010111100101011100001111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,8,145); }

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

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

 a { background-color: rgb(79,8,145); }

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

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

 span { border-color: rgb(79,8,145); }

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