Html Css Color HEX #50304E Loulou

📋 copy color: '#50304E'

red 80 ◦ green 48 ◦ blue 78

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

Shades of Loulou #50304E

Tints of Loulou #50304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 38.83%
G = 23.3%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50304E (or 0x50304E) is known color: Loulou. HEX triplet: 50, 30 and 4E. RGB value is (80,48,78). Sum of RGB (Red+Green+Blue) = 80+48+78=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #50304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50304E is #AFCFB1. Grayscale: #3C3C3C. Windows color (decimal): -11521970 or 5124176. OLE color: 5124176.

HSL color Cylindrical-coordinate representation of color #50304E: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50304E is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 78 -
CMYK 0 0.40 0.02 0.69
HSL 303.75º 0.25% 0.25% -
HSV(B) 303.75º 0.4% 0.31% -
XYZ 5.74 4.37 7.75 -
YUV 60.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 80 48 78 0 0.40 0.02 0.69 303.75 0.25 0.25
Hex 50 30 4E 0 28 2 45 130 19 19
Octal 120 60 116 0 50 2 105 460 31 31
Binary 1010000 110000 1001110 0 101000 10 1000101 100110000 11001 11001

Color Harmonies of #50304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50304E

Black with #50304E

Text Example


Text Example

White with #50304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50304E; }

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

 H1.HeaderClassName
 {
   color: #50304E;
 }
 .AnyTagClassName
 {
   color: #50304E;
 }
</style>

background-color css

<style>
 a { background-color: #50304E; }

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

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

border-color css

<style>
 span { border-color: #50304E; }

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

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