Html Css Color HEX #503195 Blue Gem

📋 copy color: '#503195'

red 80 ◦ green 49 ◦ blue 149

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

Shades of Blue Gem #503195

Tints of Blue Gem #503195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 28.78%
G = 17.63%
B = 53.6%

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

#503195 (or 0x503195) is known color: Blue Gem. HEX triplet: 50, 31 and 95. RGB value is (80,49,149). Sum of RGB (Red+Green+Blue) = 80+49+149=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #503195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503195 is #AFCE6A. Grayscale: #454545. Windows color (decimal): -11521643 or 9777488. OLE color: 9777488.

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

Color convert

RGB 80 49 149 -
CMYK 0.46 0.67 0 0.42
HSL 258.6º 0.51% 0.39% -
HSV(B) 258.6º 0.67% 0.58% -
XYZ 9.83 6.07 29.09 -
YUV 69.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 80 49 149 0.46 0.67 0 0.42 258.6 0.51 0.39
Hex 50 31 95 2E 43 0 2A 103 33 27
Octal 120 61 225 56 103 0 52 403 63 47
Binary 1010000 110001 10010101 101110 1000011 0 101010 100000011 110011 100111

Color Harmonies of #503195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503195

Black with #503195

Text Example


Text Example

White with #503195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503195; }

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

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

background-color css

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

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

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

border-color css

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

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

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