Shades of Victoria #51478D
Tints of Victoria #51478D
RGB
CMYK
RGB Variations
Color information
#51478D (or 0x51478D) is known color: Victoria. HEX triplet: 51, 47 and 8D. RGB value is (81,71,141). Sum of RGB (Red+Green+Blue) = 81+71+141=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #51478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51478D is #AEB872. Grayscale: #515151. Windows color (decimal): -11450483 or 9258833. OLE color: 9258833.
HSL color Cylindrical-coordinate representation of color #51478D: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51478D is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 71 | 141 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.45 |
| HSL | 248.57º | 0.33% | 0.42% | - |
| HSV(B) | 248.57º | 0.5% | 0.55% | - |
| XYZ | 10.45 | 8.18 | 26.23 | - |
| YUV | 81.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 141 | 0.43 | 0.50 | 0 | 0.45 | 248.57 | 0.33 | 0.42 |
| Hex | 51 | 47 | 8D | 2B | 32 | 0 | 2D | F9 | 21 | 2A |
| Octal | 121 | 107 | 215 | 53 | 62 | 0 | 55 | 371 | 41 | 52 |
| Binary | 1010001 | 1000111 | 10001101 | 101011 | 110010 | 0 | 101101 | 11111001 | 100001 | 101010 |
Color Harmonies of #51478D
Complementary color
Monochromatic Colors of #51478D
Black with #51478D
Text Example
Text Example
White with #51478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51478D; }
p { color: rgb(81,71,141); }
H1.HeaderClassName
{
color: #51478D;
}
.AnyTagClassName
{
color: #51478D;
}
</style>
background-color css
<style>
a { background-color: #51478D; }
a { background-color: rgb(81,71,141); }
div.DivClassName
{
background-color: #51478D;
}
.BgClassName
{
background-color: #51478D;
}
</style>
border-color css
<style>
span { border-color: #51478D; }
span { border-color: rgb(81,71,141); }
td.TdClassName
{
border-color: #51478D;
}
.TagClassName
{
border-color: #51478D;
}
</style>