#503D9F

Color #503D9F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #503D9F

Tints of Blue Gem #503D9F

Color information

#503D9F (or 0x503D9F) is unknown color: approx Blue Gem. HEX triplet: 50, 3D and 9F. RGB value is (80,61,159). Sum of RGB (Red+Green+Blue) = 80+61+159=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #503D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D9F is #AFC260. Grayscale: #4D4D4D. Windows color (decimal): -11518561 or 10435920. OLE color: 10435920.

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

Color convert

RGB8061159-
CMYK0.500.6200.38
HSL251.63º44.55%43.14%-
HSV(B)251.63º61.64%62.35%-
XYZ11.247.5533.67-
YUV77.85173.79129.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 159 (62.5% from 255) = 53%
R=26.67%
G=20.33%
B=53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80611590.500.6200.38251.6344.5543.14
Hex503D9F323E026fc2d2b
Octal1207523762760463745553
Binary101000011110110011111110010111110010011011111100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,61,159); }

 H1.HeaderClassName
 {
   color: #503D9F;
 }
 .AnyTagClassName
 {
   color: #503D9F;
 }
</style>
background-color css

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

 a { background-color: rgb(80,61,159); }

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

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

 span { border-color: rgb(80,61,159); }

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