Html Css Color HEX #50308F Daisy Bush

📋 copy color: '#50308F'

red 80 ◦ green 48 ◦ blue 143

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

Shades of Daisy Bush #50308F

Tints of Daisy Bush #50308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 143 (56.25% from 255) = 52.77%

R = 29.52%
G = 17.71%
B = 52.77%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50308F (or 0x50308F) is known color: Daisy Bush. HEX triplet: 50, 30 and 8F. RGB value is (80,48,143). Sum of RGB (Red+Green+Blue) = 80+48+143=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #50308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50308F is #AFCF70. Grayscale: #444444. Windows color (decimal): -11521905 or 9384016. OLE color: 9384016.

HSL color Cylindrical-coordinate representation of color #50308F: hue angle of 260.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50308F is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 48 143 -
CMYK 0.44 0.66 0 0.44
HSL 260.21º 0.5% 0.37% -
HSV(B) 260.21º 0.66% 0.56% -
XYZ 9.32 5.8 26.62 -
YUV 68.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 80 48 143 0.44 0.66 0 0.44 260.21 0.5 0.37
Hex 50 30 8F 2C 42 0 2C 104 32 25
Octal 120 60 217 54 102 0 54 404 62 45
Binary 1010000 110000 10001111 101100 1000010 0 101100 100000100 110010 100101

Color Harmonies of #50308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50308F

Black with #50308F

Text Example


Text Example

White with #50308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50308F; }

 p { color: rgb(80,48,143); }

 H1.HeaderClassName
 {
   color: #50308F;
 }
 .AnyTagClassName
 {
   color: #50308F;
 }
</style>

background-color css

<style>
 a { background-color: #50308F; }

 a { background-color: rgb(80,48,143); }

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

border-color css

<style>
 span { border-color: #50308F; }

 span { border-color: rgb(80,48,143); }

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