#503faf

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

Shades of Rich Blue #503FAF

Tints of Rich Blue #503FAF

Color information

#503FAF (or 0x503FAF) is unknown color: approx Rich Blue. HEX triplet: 50, 3F and AF. RGB value is (80,63,175). Sum of RGB (Red+Green+Blue) = 80+63+175=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #503FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503FAF is #AFC050. Grayscale: #505050. Windows color (decimal): -11518033 or 11485008. OLE color: 11485008.

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

Color convert

RGB8063175-
CMYK0.540.6400.31
HSL249.11º47.06%46.67%-
HSV(B)249.11º64%68.63%-
XYZ12.828.3641.49-
YUV80.85181.13127.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=25.16%
G=19.81%
B=55.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80631750.540.6400.31249.1147.0646.67
Hex503FAF364001Ff92f2f
Octal12077257661000373715757
Binary101000011111110101111110110100000001111111111001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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