Shades of Rich Blue #5145C1
Tints of Rich Blue #5145C1
RGB
CMYK
RGB Variations
Color information
#5145C1 (or 0x5145C1) is known color: Rich Blue. HEX triplet: 51, 45 and C1. RGB value is (81,69,193). Sum of RGB (Red+Green+Blue) = 81+69+193=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #5145C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145C1 is #AEBA3E. Grayscale: #565656. Windows color (decimal): -11450943 or 12666193. OLE color: 12666193.
HSL color Cylindrical-coordinate representation of color #5145C1: hue angle of 245.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5145C1 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 69 | 193 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.24 |
| HSL | 245.81º | 0.5% | 0.51% | - |
| HSV(B) | 245.81º | 0.64% | 0.76% | - |
| XYZ | 15.15 | 9.86 | 51.56 | - |
| YUV | 86.72 | 187.98 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 193 | 0.58 | 0.64 | 0 | 0.24 | 245.81 | 0.5 | 0.51 |
| Hex | 51 | 45 | C1 | 3A | 40 | 0 | 18 | F6 | 32 | 33 |
| Octal | 121 | 105 | 301 | 72 | 100 | 0 | 30 | 366 | 62 | 63 |
| Binary | 1010001 | 1000101 | 11000001 | 111010 | 1000000 | 0 | 11000 | 11110110 | 110010 | 110011 |
Color Harmonies of #5145C1
Complementary color
Monochromatic Colors of #5145C1
Black with #5145C1
Text Example
Text Example
White with #5145C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145C1; }
p { color: rgb(81,69,193); }
H1.HeaderClassName
{
color: #5145C1;
}
.AnyTagClassName
{
color: #5145C1;
}
</style>
background-color css
<style>
a { background-color: #5145C1; }
a { background-color: rgb(81,69,193); }
div.DivClassName
{
background-color: #5145C1;
}
.BgClassName
{
background-color: #5145C1;
}
</style>
border-color css
<style>
span { border-color: #5145C1; }
span { border-color: rgb(81,69,193); }
td.TdClassName
{
border-color: #5145C1;
}
.TagClassName
{
border-color: #5145C1;
}
</style>