Html Css Color HEX #501D9B Daisy Bush

📋 copy color: '#501D9B'

red 80 ◦ green 29 ◦ blue 155

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

Shades of Daisy Bush #501D9B

Tints of Daisy Bush #501D9B

RGB

 RED value IS 80 (31.64% from 255) = 30.3%

 GREEN value IS 29 (11.72% from 255) = 10.98%

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 30.3%
G = 10.98%
B = 58.71%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#501D9B (or 0x501D9B) is known color: Daisy Bush. HEX triplet: 50, 1D and 9B. RGB value is (80,29,155). Sum of RGB (Red+Green+Blue) = 80+29+155=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #501D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501D9B is #AFE264. Grayscale: #3A3A3A. Windows color (decimal): -11526757 or 10165584. OLE color: 10165584.

HSL color Cylindrical-coordinate representation of color #501D9B: hue angle of 264.29º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501D9B is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 29 155 -
CMYK 0.48 0.81 0 0.39
HSL 264.29º 0.68% 0.36% -
HSV(B) 264.29º 0.81% 0.61% -
XYZ 9.66 4.95 31.46 -
YUV 58.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 80 29 155 0.48 0.81 0 0.39 264.29 0.68 0.36
Hex 50 1D 9B 30 51 0 27 108 44 24
Octal 120 35 233 60 121 0 47 410 104 44
Binary 1010000 11101 10011011 110000 1010001 0 100111 100001000 1000100 100100

Color Harmonies of #501D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D9B

Black with #501D9B

Text Example


Text Example

White with #501D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501D9B; }

 p { color: rgb(80,29,155); }

 H1.HeaderClassName
 {
   color: #501D9B;
 }
 .AnyTagClassName
 {
   color: #501D9B;
 }
</style>

background-color css

<style>
 a { background-color: #501D9B; }

 a { background-color: rgb(80,29,155); }

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

border-color css

<style>
 span { border-color: #501D9B; }

 span { border-color: rgb(80,29,155); }

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