Html Css Color HEX #503391 Blue Gem

📋 copy color: '#503391'

red 80 ◦ green 51 ◦ blue 145

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

Shades of Blue Gem #503391

Tints of Blue Gem #503391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 28.99%
G = 18.48%
B = 52.54%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#503391 (or 0x503391) is known color: Blue Gem. HEX triplet: 50, 33 and 91. RGB value is (80,51,145). Sum of RGB (Red+Green+Blue) = 80+51+145=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #503391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503391 is #AFCC6E. Grayscale: #464646. Windows color (decimal): -11521135 or 9515856. OLE color: 9515856.

HSL color Cylindrical-coordinate representation of color #503391: hue angle of 258.51º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503391 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 51 145 -
CMYK 0.45 0.65 0 0.43
HSL 258.51º 0.48% 0.38% -
HSV(B) 258.51º 0.65% 0.57% -
XYZ 9.6 6.12 27.46 -
YUV 70.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 80 51 145 0.45 0.65 0 0.43 258.51 0.48 0.38
Hex 50 33 91 2D 41 0 2B 103 30 26
Octal 120 63 221 55 101 0 53 403 60 46
Binary 1010000 110011 10010001 101101 1000001 0 101011 100000011 110000 100110

Color Harmonies of #503391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503391

Black with #503391

Text Example


Text Example

White with #503391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503391; }

 p { color: rgb(80,51,145); }

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

background-color css

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

 a { background-color: rgb(80,51,145); }

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

border-color css

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

 span { border-color: rgb(80,51,145); }

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