#503DB1

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

Shades of Rich Blue #503DB1

Tints of Rich Blue #503DB1

Color information

#503DB1 (or 0x503DB1) is unknown color: approx Rich Blue. HEX triplet: 50, 3D and B1. RGB value is (80,61,177). Sum of RGB (Red+Green+Blue) = 80+61+177=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #503DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503DB1 is #AFC24E. Grayscale: #4F4F4F. Windows color (decimal): -11518543 or 11615568. OLE color: 11615568.

HSL color Cylindrical-coordinate representation of color #503DB1: hue angle of 249.83º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503DB1 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8061177-
CMYK0.550.6600.31
HSL249.83º48.74%46.67%-
HSV(B)249.83º65.54%69.41%-
XYZ12.918.2242.5-
YUV79.9182.79128.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 61 (24.22% from 255) = 19.18%
BLUE value IS 177 (69.53% from 255) = 55.66%
R=25.16%
G=19.18%
B=55.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80611770.550.6600.31249.8348.7446.67
Hex503DB1374201Ffa312f
Octal12075261671020373726157
Binary101000011110110110001110111100001001111111111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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