Html Css Color HEX #502F95 Daisy Bush

📋 copy color: '#502F95'

red 80 ◦ green 47 ◦ blue 149

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

Shades of Daisy Bush #502F95

Tints of Daisy Bush #502F95

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

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

R = 28.99%
G = 17.03%
B = 53.99%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502F95 (or 0x502F95) is known color: Daisy Bush. HEX triplet: 50, 2F and 95. RGB value is (80,47,149). Sum of RGB (Red+Green+Blue) = 80+47+149=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #502F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502F95 is #AFD06A. Grayscale: #444444. Windows color (decimal): -11522155 or 9776976. OLE color: 9776976.

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

Color convert

RGB 80 47 149 -
CMYK 0.46 0.68 0 0.42
HSL 259.41º 0.52% 0.38% -
HSV(B) 259.41º 0.68% 0.58% -
XYZ 9.75 5.91 29.06 -
YUV 68.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 80 47 149 0.46 0.68 0 0.42 259.41 0.52 0.38
Hex 50 2F 95 2E 44 0 2A 103 34 26
Octal 120 57 225 56 104 0 52 403 64 46
Binary 1010000 101111 10010101 101110 1000100 0 101010 100000011 110100 100110

Color Harmonies of #502F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F95

Black with #502F95

Text Example


Text Example

White with #502F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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