Html Css Color HEX #4D1E99 Daisy Bush

📋 copy color: '#4D1E99'

red 77 ◦ green 30 ◦ blue 153

#4D1E99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #4D1E99

Tints of Daisy Bush #4D1E99

RGB

 RED value IS 77 (30.47% from 255) = 29.62%

 GREEN value IS 30 (12.11% from 255) = 11.54%

 BLUE value IS 153 (60.16% from 255) = 58.85%

R = 29.62%
G = 11.54%
B = 58.85%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4D1E99 (or 0x4D1E99) is known color: Daisy Bush. HEX triplet: 4D, 1E and 99. RGB value is (77,30,153). Sum of RGB (Red+Green+Blue) = 77+30+153=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D1E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1E99 is #B2E166. Grayscale: #393939. Windows color (decimal): -11723111 or 10034765. OLE color: 10034765.

HSL color Cylindrical-coordinate representation of color #4D1E99: hue angle of 262.93º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1E99 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 30 153 -
CMYK 0.50 0.80 0 0.4
HSL 262.93º 0.67% 0.36% -
HSV(B) 262.93º 0.8% 0.6% -
XYZ 9.27 4.81 30.58 -
YUV 58.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 77 30 153 0.50 0.80 0 0.4 262.93 0.67 0.36
Hex 4D 1E 99 32 50 0 28 107 43 24
Octal 115 36 231 62 120 0 50 407 103 44
Binary 1001101 11110 10011001 110010 1010000 0 101000 100000111 1000011 100100

Color Harmonies of #4D1E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E99

Black with #4D1E99

Text Example


Text Example

White with #4D1E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,153); }

 H1.HeaderClassName
 {
   color: #4D1E99;
 }
 .AnyTagClassName
 {
   color: #4D1E99;
 }
</style>

background-color css

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

 a { background-color: rgb(77,30,153); }

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

border-color css

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

 span { border-color: rgb(77,30,153); }

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