Html Css Color HEX #501AA0 Daisy Bush

📋 copy color: '#501AA0'

red 80 ◦ green 26 ◦ blue 160

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

Shades of Daisy Bush #501AA0

Tints of Daisy Bush #501AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

 BLUE value IS 160 (62.89% from 255) = 60.15%

R = 30.08%
G = 9.77%
B = 60.15%

CMYK

 C value IS 0.5

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#501AA0 (or 0x501AA0) is known color: Daisy Bush. HEX triplet: 50, 1A and A0. RGB value is (80,26,160). Sum of RGB (Red+Green+Blue) = 80+26+160=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #501AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501AA0 is #AFE55F. Grayscale: #383838. Windows color (decimal): -11527520 or 10492496. OLE color: 10492496.

HSL color Cylindrical-coordinate representation of color #501AA0: hue angle of 264.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501AA0 is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 26 160 -
CMYK 0.5 0.84 0 0.37
HSL 264.18º 0.72% 0.36% -
HSV(B) 264.18º 0.84% 0.63% -
XYZ 10.02 4.98 33.69 -
YUV 57.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 80 26 160 0.5 0.84 0 0.37 264.18 0.72 0.36
Hex 50 1A A0 32 54 0 25 108 48 24
Octal 120 32 240 62 124 0 45 410 110 44
Binary 1010000 11010 10100000 110010 1010100 0 100101 100001000 1001000 100100

Color Harmonies of #501AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AA0

Black with #501AA0

Text Example


Text Example

White with #501AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,26,160); }

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

background-color css

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

 a { background-color: rgb(80,26,160); }

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

border-color css

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

 span { border-color: rgb(80,26,160); }

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