Html Css Color HEX #501DA3 Daisy Bush

📋 copy color: '#501DA3'

red 80 ◦ green 29 ◦ blue 163

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

Shades of Daisy Bush #501DA3

Tints of Daisy Bush #501DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 59.93%

R = 29.41%
G = 10.66%
B = 59.93%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#501DA3 (or 0x501DA3) is known color: Daisy Bush. HEX triplet: 50, 1D and A3. RGB value is (80,29,163). Sum of RGB (Red+Green+Blue) = 80+29+163=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 163 (64.06% from 255 or 59.93% from 272); Max value from RGB is 163 - color contains mainly: blue. Hex color #501DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501DA3 is #AFE25C. Grayscale: #3B3B3B. Windows color (decimal): -11526749 or 10689872. OLE color: 10689872.

HSL color Cylindrical-coordinate representation of color #501DA3: hue angle of 262.84º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501DA3 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 29 163 -
CMYK 0.51 0.82 0 0.36
HSL 262.84º 0.7% 0.38% -
HSV(B) 262.84º 0.82% 0.64% -
XYZ 10.36 5.23 35.11 -
YUV 59.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 80 29 163 0.51 0.82 0 0.36 262.84 0.7 0.38
Hex 50 1D A3 33 52 0 24 107 46 26
Octal 120 35 243 63 122 0 44 407 106 46
Binary 1010000 11101 10100011 110011 1010010 0 100100 100000111 1000110 100110

Color Harmonies of #501DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DA3

Black with #501DA3

Text Example


Text Example

White with #501DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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