#4e1b9b

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

Shades of Daisy Bush #4E1B9B

Tints of Daisy Bush #4E1B9B

Color information

#4E1B9B (or 0x4E1B9B) is unknown color: approx Daisy Bush. HEX triplet: 4E, 1B and 9B. RGB value is (78,27,155). Sum of RGB (Red+Green+Blue) = 78+27+155=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E1B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1B9B is #B1E464. Grayscale: #383838. Windows color (decimal): -11658341 or 10165070. OLE color: 10165070.

HSL color Cylindrical-coordinate representation of color #4E1B9B: hue angle of 263.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E1B9B is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7827155-
CMYK0.500.8300.39
HSL263.91º70.33%35.69%-
HSV(B)263.91º82.58%60.78%-
XYZ9.454.7731.43-
YUV56.84183.4143.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30%
GREEN value IS 27 (10.94% from 255) = 10.38%
BLUE value IS 155 (60.94% from 255) = 59.62%
R=30%
G=10.38%
B=59.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78271550.500.8300.39263.9170.3335.69
Hex4E1B9B32530271084624
Octal116332336212304741010644
Binary10011101101110011011110010101001101001111000010001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e1b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,27,155); }

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

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

 a { background-color: rgb(78,27,155); }

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

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

 span { border-color: rgb(78,27,155); }

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