Shades of Rich Blue #503FAF
Tints of Rich Blue #503FAF
RGB
CMYK
RGB Variations
Color information
#503FAF (or 0x503FAF) is known color: 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
| RGB | 80 | 63 | 175 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.31 |
| HSL | 249.11º | 0.47% | 0.47% | - |
| HSV(B) | 249.11º | 0.64% | 0.69% | - |
| XYZ | 12.82 | 8.36 | 41.49 | - |
| YUV | 80.85 | 181.13 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 175 | 0.54 | 0.64 | 0 | 0.31 | 249.11 | 0.47 | 0.47 |
| Hex | 50 | 3F | AF | 36 | 40 | 0 | 1F | F9 | 2F | 2F |
| Octal | 120 | 77 | 257 | 66 | 100 | 0 | 37 | 371 | 57 | 57 |
| Binary | 1010000 | 111111 | 10101111 | 110110 | 1000000 | 0 | 11111 | 11111001 | 101111 | 101111 |
Color Harmonies of #503FAF
Complementary color
Monochromatic Colors of #503FAF
Black with #503FAF
Text Example
Text Example
White with #503FAF
Text Example
Text Example
HTML Codes & Css Web 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>