Html Css Color HEX #502A95 Daisy Bush

📋 copy color: '#502A95'

red 80 ◦ green 42 ◦ blue 149

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

Shades of Daisy Bush #502A95

Tints of Daisy Bush #502A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.5%

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 29.52%
G = 15.5%
B = 54.98%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502A95 (or 0x502A95) is known color: Daisy Bush. HEX triplet: 50, 2A and 95. RGB value is (80,42,149). Sum of RGB (Red+Green+Blue) = 80+42+149=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #502A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502A95 is #AFD56A. Grayscale: #414141. Windows color (decimal): -11523435 or 9775696. OLE color: 9775696.

HSL color Cylindrical-coordinate representation of color #502A95: hue angle of 261.31º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502A95 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 42 149 -
CMYK 0.46 0.72 0 0.42
HSL 261.31º 0.56% 0.37% -
HSV(B) 261.31º 0.72% 0.58% -
XYZ 9.56 5.53 29 -
YUV 65.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 80 42 149 0.46 0.72 0 0.42 261.31 0.56 0.37
Hex 50 2A 95 2E 48 0 2A 105 38 25
Octal 120 52 225 56 110 0 52 405 70 45
Binary 1010000 101010 10010101 101110 1001000 0 101010 100000101 111000 100101

Color Harmonies of #502A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A95

Black with #502A95

Text Example


Text Example

White with #502A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,42,149); }

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

background-color css

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

 a { background-color: rgb(80,42,149); }

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

border-color css

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

 span { border-color: rgb(80,42,149); }

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