Html Css Color HEX #501AA1 Daisy Bush

📋 copy color: '#501AA1'

red 80 ◦ green 26 ◦ blue 161

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

Shades of Daisy Bush #501AA1

Tints of Daisy Bush #501AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 60.3%

R = 29.96%
G = 9.74%
B = 60.3%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#501AA1 (or 0x501AA1) is known color: Daisy Bush. HEX triplet: 50, 1A and A1. RGB value is (80,26,161). Sum of RGB (Red+Green+Blue) = 80+26+161=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 161 (63.28% from 255 or 60.30% from 267); Max value from RGB is 161 - color contains mainly: blue. Hex color #501AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501AA1 is #AFE55E. Grayscale: #393939. Windows color (decimal): -11527519 or 10558032. OLE color: 10558032.

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

Color convert

RGB 80 26 161 -
CMYK 0.50 0.84 0 0.37
HSL 264º 0.72% 0.37% -
HSV(B) 264º 0.84% 0.63% -
XYZ 10.11 5.02 34.15 -
YUV 57.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 80 26 161 0.50 0.84 0 0.37 264 0.72 0.37
Hex 50 1A A1 32 54 0 25 108 48 25
Octal 120 32 241 62 124 0 45 410 110 45
Binary 1010000 11010 10100001 110010 1010100 0 100101 100001000 1001000 100101

Color Harmonies of #501AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AA1

Black with #501AA1

Text Example


Text Example

White with #501AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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