#4f149b

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

Shades of Indigo #4F149B

Tints of Indigo #4F149B

Color information

#4F149B (or 0x4F149B) is unknown color: approx Indigo. HEX triplet: 4F, 14 and 9B. RGB value is (79,20,155). Sum of RGB (Red+Green+Blue) = 79+20+155=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F149B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F149B is #B0EB64. Grayscale: #343434. Windows color (decimal): -11594597 or 10163279. OLE color: 10163279.

HSL color Cylindrical-coordinate representation of color #4F149B: hue angle of 266.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F149B is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7920155-
CMYK0.490.8700.39
HSL266.22º77.14%34.31%-
HSV(B)266.22º87.1%60.78%-
XYZ9.394.5331.39-
YUV53.03185.55146.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.10%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=31.10%
G=7.87%
B=61.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79201550.490.8700.39266.2277.1434.31
Hex4F149B315702710a4d22
Octal117242336112704741211542
Binary10011111010010011011110001101011101001111000010101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f149b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,155); }

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

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

 a { background-color: rgb(79,20,155); }

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

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

 span { border-color: rgb(79,20,155); }

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