Html Css Color HEX #50305E Scarlet Gum

📋 copy color: '#50305E'

red 80 ◦ green 48 ◦ blue 94

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

Shades of Scarlet Gum #50305E

Tints of Scarlet Gum #50305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 36.04%
G = 21.62%
B = 42.34%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50305E (or 0x50305E) is known color: Scarlet Gum. HEX triplet: 50, 30 and 5E. RGB value is (80,48,94). Sum of RGB (Red+Green+Blue) = 80+48+94=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #50305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50305E is #AFCFA1. Grayscale: #3E3E3E. Windows color (decimal): -11521954 or 6172752. OLE color: 6172752.

HSL color Cylindrical-coordinate representation of color #50305E: hue angle of 281.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50305E is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 48 94 -
CMYK 0.15 0.49 0 0.63
HSL 281.74º 0.32% 0.28% -
HSV(B) 281.74º 0.49% 0.37% -
XYZ 6.39 4.63 11.15 -
YUV 62.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 80 48 94 0.15 0.49 0 0.63 281.74 0.32 0.28
Hex 50 30 5E F 31 0 3F 11A 20 1C
Octal 120 60 136 17 61 0 77 432 40 34
Binary 1010000 110000 1011110 1111 110001 0 111111 100011010 100000 11100

Color Harmonies of #50305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50305E

Black with #50305E

Text Example


Text Example

White with #50305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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