Html Css Color HEX #50308C Daisy Bush

📋 copy color: '#50308C'

red 80 ◦ green 48 ◦ blue 140

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

Shades of Daisy Bush #50308C

Tints of Daisy Bush #50308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 29.85%
G = 17.91%
B = 52.24%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50308C (or 0x50308C) is known color: Daisy Bush. HEX triplet: 50, 30 and 8C. RGB value is (80,48,140). Sum of RGB (Red+Green+Blue) = 80+48+140=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #50308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50308C is #AFCF73. Grayscale: #434343. Windows color (decimal): -11521908 or 9187408. OLE color: 9187408.

HSL color Cylindrical-coordinate representation of color #50308C: hue angle of 260.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50308C is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 48 140 -
CMYK 0.43 0.66 0 0.45
HSL 260.87º 0.49% 0.37% -
HSV(B) 260.87º 0.66% 0.55% -
XYZ 9.1 5.71 25.43 -
YUV 68.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 80 48 140 0.43 0.66 0 0.45 260.87 0.49 0.37
Hex 50 30 8C 2B 42 0 2D 105 31 25
Octal 120 60 214 53 102 0 55 405 61 45
Binary 1010000 110000 10001100 101011 1000010 0 101101 100000101 110001 100101

Color Harmonies of #50308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50308C

Black with #50308C

Text Example


Text Example

White with #50308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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