#4F1EA1

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

Shades of Daisy Bush #4F1EA1

Tints of Daisy Bush #4F1EA1

Color information

#4F1EA1 (or 0x4F1EA1) is unknown color: approx Daisy Bush. HEX triplet: 4F, 1E and A1. RGB value is (79,30,161). Sum of RGB (Red+Green+Blue) = 79+30+161=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 161 (63.28% from 255 or 59.63% from 270); Max value from RGB is 161 - color contains mainly: blue. Hex color #4F1EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1EA1 is #B0E15E. Grayscale: #3B3B3B. Windows color (decimal): -11592031 or 10559055. OLE color: 10559055.

HSL color Cylindrical-coordinate representation of color #4F1EA1: hue angle of 262.44º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F1EA1 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7930161-
CMYK0.510.8100.37
HSL262.44º68.59%37.45%-
HSV(B)262.44º81.37%63.14%-
XYZ10.125.1634.18-
YUV59.58185.23141.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 161 (63.28% from 255) = 59.63%
R=29.26%
G=11.11%
B=59.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79301610.510.8100.37262.4468.5937.45
Hex4F1EA133510251064525
Octal117362416312104540610545
Binary10011111111010100001110011101000101001011000001101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,161); }

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

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

 a { background-color: rgb(79,30,161); }

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

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

 span { border-color: rgb(79,30,161); }

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