Html Css Color HEX #503193 Blue Gem

📋 copy color: '#503193'

red 80 ◦ green 49 ◦ blue 147

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

Shades of Blue Gem #503193

Tints of Blue Gem #503193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 28.99%
G = 17.75%
B = 53.26%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#503193 (or 0x503193) is known color: Blue Gem. HEX triplet: 50, 31 and 93. RGB value is (80,49,147). Sum of RGB (Red+Green+Blue) = 80+49+147=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #503193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503193 is #AFCE6C. Grayscale: #454545. Windows color (decimal): -11521645 or 9646416. OLE color: 9646416.

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

Color convert

RGB 80 49 147 -
CMYK 0.46 0.67 0 0.42
HSL 258.98º 0.5% 0.38% -
HSV(B) 258.98º 0.67% 0.58% -
XYZ 9.67 6.01 28.25 -
YUV 69.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 80 49 147 0.46 0.67 0 0.42 258.98 0.5 0.38
Hex 50 31 93 2E 43 0 2A 103 32 26
Octal 120 61 223 56 103 0 52 403 62 46
Binary 1010000 110001 10010011 101110 1000011 0 101010 100000011 110010 100110

Color Harmonies of #503193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503193

Black with #503193

Text Example


Text Example

White with #503193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503193; }

 p { color: rgb(80,49,147); }

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

background-color css

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

 a { background-color: rgb(80,49,147); }

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

border-color css

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

 span { border-color: rgb(80,49,147); }

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