#4F048E

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

Shades of Indigo #4F048E

Tints of Indigo #4F048E

Color information

#4F048E (or 0x4F048E) is unknown color: approx Indigo. HEX triplet: 4F, 04 and 8E. RGB value is (79,4,142). Sum of RGB (Red+Green+Blue) = 79+4+142=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F048E is #B0FB71. Grayscale: #292929. Windows color (decimal): -11598706 or 9307215. OLE color: 9307215.

HSL color Cylindrical-coordinate representation of color #4F048E: hue angle of 272.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F048E is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB794142-
CMYK0.440.9700.44
HSL272.61º94.52%28.63%-
HSV(B)272.61º97.18%55.69%-
XYZ8.153.725.88-
YUV42.16184.35154.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=35.11%
G=1.78%
B=63.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7941420.440.9700.44272.6194.5228.63
Hex4F48E2C6102C1115f1d
Octal11742165414105442113735
Binary10011111001000111010110011000010101100100010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,4,142); }

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

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

 a { background-color: rgb(79,4,142); }

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

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

 span { border-color: rgb(79,4,142); }

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