Html Css Color HEX #501C9B Daisy Bush

📋 copy color: '#501C9B'

red 80 ◦ green 28 ◦ blue 155

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

Shades of Daisy Bush #501C9B

Tints of Daisy Bush #501C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.65%

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

R = 30.42%
G = 10.65%
B = 58.94%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#501C9B (or 0x501C9B) is known color: Daisy Bush. HEX triplet: 50, 1C and 9B. RGB value is (80,28,155). Sum of RGB (Red+Green+Blue) = 80+28+155=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #501C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501C9B is #AFE364. Grayscale: #393939. Windows color (decimal): -11527013 or 10165328. OLE color: 10165328.

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

Color convert

RGB 80 28 155 -
CMYK 0.48 0.82 0 0.39
HSL 264.57º 0.69% 0.36% -
HSV(B) 264.57º 0.82% 0.61% -
XYZ 9.64 4.9 31.45 -
YUV 58.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 80 28 155 0.48 0.82 0 0.39 264.57 0.69 0.36
Hex 50 1C 9B 30 52 0 27 109 45 24
Octal 120 34 233 60 122 0 47 411 105 44
Binary 1010000 11100 10011011 110000 1010010 0 100111 100001001 1000101 100100

Color Harmonies of #501C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C9B

Black with #501C9B

Text Example


Text Example

White with #501C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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