#4F1691

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

Shades of Indigo #4F1691

Tints of Indigo #4F1691

Color information

#4F1691 (or 0x4F1691) is unknown color: approx Indigo. HEX triplet: 4F, 16 and 91. RGB value is (79,22,145). Sum of RGB (Red+Green+Blue) = 79+22+145=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F1691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1691 is #B0E96E. Grayscale: #343434. Windows color (decimal): -11594095 or 9508431. OLE color: 9508431.

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

Color convert

RGB7922145-
CMYK0.460.8500.43
HSL267.8º73.65%32.75%-
HSV(B)267.8º84.83%56.86%-
XYZ8.624.2827.16-
YUV53.06179.88146.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=32.11%
G=8.94%
B=58.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79221450.460.8500.43267.873.6532.75
Hex4F16912E5502B10c4a21
Octal117262215612505341411241
Binary10011111011010010001101110101010101010111000011001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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