Shades of Rich Blue #513FAF
Tints of Rich Blue #513FAF
RGB
CMYK
RGB Variations
Color information
#513FAF (or 0x513FAF) is known color: Rich Blue. HEX triplet: 51, 3F and AF. RGB value is (81,63,175). Sum of RGB (Red+Green+Blue) = 81+63+175=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #513FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513FAF is #AEC050. Grayscale: #505050. Windows color (decimal): -11452497 or 11485009. OLE color: 11485009.
HSL color Cylindrical-coordinate representation of color #513FAF: hue angle of 249.64º 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 #513FAF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 63 | 175 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.31 |
| HSL | 249.64º | 0.47% | 0.47% | - |
| HSV(B) | 249.64º | 0.64% | 0.69% | - |
| XYZ | 12.91 | 8.4 | 41.5 | - |
| YUV | 81.15 | 180.96 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 175 | 0.54 | 0.64 | 0 | 0.31 | 249.64 | 0.47 | 0.47 |
| Hex | 51 | 3F | AF | 36 | 40 | 0 | 1F | FA | 2F | 2F |
| Octal | 121 | 77 | 257 | 66 | 100 | 0 | 37 | 372 | 57 | 57 |
| Binary | 1010001 | 111111 | 10101111 | 110110 | 1000000 | 0 | 11111 | 11111010 | 101111 | 101111 |
Color Harmonies of #513FAF
Complementary color
Monochromatic Colors of #513FAF
Black with #513FAF
Text Example
Text Example
White with #513FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FAF; }
p { color: rgb(81,63,175); }
H1.HeaderClassName
{
color: #513FAF;
}
.AnyTagClassName
{
color: #513FAF;
}
</style>
background-color css
<style>
a { background-color: #513FAF; }
a { background-color: rgb(81,63,175); }
div.DivClassName
{
background-color: #513FAF;
}
.BgClassName
{
background-color: #513FAF;
}
</style>
border-color css
<style>
span { border-color: #513FAF; }
span { border-color: rgb(81,63,175); }
td.TdClassName
{
border-color: #513FAF;
}
.TagClassName
{
border-color: #513FAF;
}
</style>