Html Css Color HEX #503F8A Blue Gem

📋 copy color: '#503F8A'

red 80 ◦ green 63 ◦ blue 138

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

Shades of Blue Gem #503F8A

Tints of Blue Gem #503F8A

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

 BLUE value IS 138 (54.3% from 255) = 49.11%

R = 28.47%
G = 22.42%
B = 49.11%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#503F8A (or 0x503F8A) is known color: Blue Gem. HEX triplet: 50, 3F and 8A. RGB value is (80,63,138). Sum of RGB (Red+Green+Blue) = 80+63+138=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #503F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F8A is #AFC075. Grayscale: #4C4C4C. Windows color (decimal): -11518070 or 9060176. OLE color: 9060176.

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

Color convert

RGB 80 63 138 -
CMYK 0.42 0.54 0 0.46
HSL 253.6º 0.37% 0.39% -
HSV(B) 253.6º 0.54% 0.54% -
XYZ 9.67 7.1 24.9 -
YUV 76.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 80 63 138 0.42 0.54 0 0.46 253.6 0.37 0.39
Hex 50 3F 8A 2A 36 0 2E FE 25 27
Octal 120 77 212 52 66 0 56 376 45 47
Binary 1010000 111111 10001010 101010 110110 0 101110 11111110 100101 100111

Color Harmonies of #503F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F8A

Black with #503F8A

Text Example


Text Example

White with #503F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503F8A; }

 p { color: rgb(80,63,138); }

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

background-color css

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

 a { background-color: rgb(80,63,138); }

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

border-color css

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

 span { border-color: rgb(80,63,138); }

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