Html Css Color HEX #502D97 Daisy Bush

📋 copy color: '#502D97'

red 80 ◦ green 45 ◦ blue 151

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

Shades of Daisy Bush #502D97

Tints of Daisy Bush #502D97

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.3%

 BLUE value IS 151 (59.38% from 255) = 54.71%

R = 28.99%
G = 16.3%
B = 54.71%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#502D97 (or 0x502D97) is known color: Daisy Bush. HEX triplet: 50, 2D and 97. RGB value is (80,45,151). Sum of RGB (Red+Green+Blue) = 80+45+151=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #502D97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502D97 is #AFD268. Grayscale: #434343. Windows color (decimal): -11522665 or 9907536. OLE color: 9907536.

HSL color Cylindrical-coordinate representation of color #502D97: hue angle of 259.81º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502D97 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 45 151 -
CMYK 0.47 0.70 0 0.41
HSL 259.81º 0.54% 0.38% -
HSV(B) 259.81º 0.7% 0.59% -
XYZ 9.83 5.82 29.88 -
YUV 67.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 80 45 151 0.47 0.70 0 0.41 259.81 0.54 0.38
Hex 50 2D 97 2F 46 0 29 104 36 26
Octal 120 55 227 57 106 0 51 404 66 46
Binary 1010000 101101 10010111 101111 1000110 0 101001 100000100 110110 100110

Color Harmonies of #502D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D97

Black with #502D97

Text Example


Text Example

White with #502D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502D97; }

 p { color: rgb(80,45,151); }

 H1.HeaderClassName
 {
   color: #502D97;
 }
 .AnyTagClassName
 {
   color: #502D97;
 }
</style>

background-color css

<style>
 a { background-color: #502D97; }

 a { background-color: rgb(80,45,151); }

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

border-color css

<style>
 span { border-color: #502D97; }

 span { border-color: rgb(80,45,151); }

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