#4F1791

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

Shades of Indigo #4F1791

Tints of Indigo #4F1791

Color information

#4F1791 (or 0x4F1791) is unknown color: approx Indigo. HEX triplet: 4F, 17 and 91. RGB value is (79,23,145). Sum of RGB (Red+Green+Blue) = 79+23+145=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F1791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1791 is #B0E86E. Grayscale: #353535. Windows color (decimal): -11593839 or 9508687. OLE color: 9508687.

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

Color convert

RGB7923145-
CMYK0.460.8400.43
HSL267.54º72.62%32.94%-
HSV(B)267.54º84.14%56.86%-
XYZ8.644.3227.17-
YUV53.65179.55146.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 145 (57.03% from 255) = 58.70%
R=31.98%
G=9.31%
B=58.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79231450.460.8400.43267.5472.6232.94
Hex4F17912E5402B10c4921
Octal117272215612405341411141
Binary10011111011110010001101110101010001010111000011001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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