#503DAD

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

Shades of Blue Gem #503DAD

Tints of Blue Gem #503DAD

Color information

#503DAD (or 0x503DAD) is unknown color: approx Blue Gem. HEX triplet: 50, 3D and AD. RGB value is (80,61,173). Sum of RGB (Red+Green+Blue) = 80+61+173=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #503DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503DAD is #AFC252. Grayscale: #4F4F4F. Windows color (decimal): -11518547 or 11353424. OLE color: 11353424.

HSL color Cylindrical-coordinate representation of color #503DAD: hue angle of 250.18º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503DAD is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8061173-
CMYK0.540.6500.32
HSL250.18º47.86%45.88%-
HSV(B)250.18º64.74%67.84%-
XYZ12.528.0640.43-
YUV79.45180.79128.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=25.48%
G=19.43%
B=55.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80611730.540.6500.32250.1847.8645.88
Hex503DAD3641020fa302e
Octal12075255661010403726056
Binary1010000111101101011011101101000001010000011111010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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