#4F1174

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

Shades of Indigo #4F1174

Tints of Indigo #4F1174

Color information

#4F1174 (or 0x4F1174) is unknown color: approx Indigo. HEX triplet: 4F, 11 and 74. RGB value is (79,17,116). Sum of RGB (Red+Green+Blue) = 79+17+116=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F1174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1174 is #B0EE8B. Grayscale: #2E2E2E. Windows color (decimal): -11595404 or 7606607. OLE color: 7606607.

HSL color Cylindrical-coordinate representation of color #4F1174: hue angle of 277.58º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1174 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7917116-
CMYK0.320.8500.55
HSL277.58º74.44%26.08%-
HSV(B)277.58º85.34%45.49%-
XYZ6.583.3216.82-
YUV46.82167.04150.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.26%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=37.26%
G=8.02%
B=54.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79171160.320.8500.55277.5874.4426.08
Hex4F117420550371164a1a
Octal117211644012506742611232
Binary100111110001111010010000010101010110111100010110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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