#4F116E

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

Shades of Indigo #4F116E

Tints of Indigo #4F116E

Color information

#4F116E (or 0x4F116E) is unknown color: approx Indigo. HEX triplet: 4F, 11 and 6E. RGB value is (79,17,110). Sum of RGB (Red+Green+Blue) = 79+17+110=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F116E is #B0EE91. Grayscale: #2D2D2D. Windows color (decimal): -11595410 or 7213391. OLE color: 7213391.

HSL color Cylindrical-coordinate representation of color #4F116E: hue angle of 280º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F116E is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7917110-
CMYK0.280.8500.57
HSL280º73.23%24.9%-
HSV(B)280º84.55%43.14%-
XYZ6.243.1915.04-
YUV46.14164.04151.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=38.35%
G=8.25%
B=53.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79171100.280.8500.5728073.2324.9
Hex4F116E1C550391184919
Octal117211563412507143011131
Binary10011111000111011101110010101010111001100011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,17,110); }

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

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

 a { background-color: rgb(79,17,110); }

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

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

 span { border-color: rgb(79,17,110); }

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