Shades of Tory Blue #415180
Tints of Tory Blue #415180
RGB
CMYK
RGB Variations
Color information
#415180 (or 0x415180) is known color: Tory Blue. HEX triplet: 41, 51 and 80. RGB value is (65,81,128). Sum of RGB (Red+Green+Blue) = 65+81+128=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #415180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415180 is #BEAE7F. Grayscale: #515151. Windows color (decimal): -12496512 or 8409409. OLE color: 8409409.
HSL color Cylindrical-coordinate representation of color #415180: hue angle of 224.76º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #415180 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 81 | 128 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.50 |
| HSL | 224.76º | 0.33% | 0.38% | - |
| HSV(B) | 224.76º | 0.49% | 0.5% | - |
| XYZ | 9.02 | 8.57 | 21.6 | - |
| YUV | 81.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 128 | 0.49 | 0.37 | 0 | 0.50 | 224.76 | 0.33 | 0.38 |
| Hex | 41 | 51 | 80 | 31 | 25 | 0 | 32 | E1 | 21 | 26 |
| Octal | 101 | 121 | 200 | 61 | 45 | 0 | 62 | 341 | 41 | 46 |
| Binary | 1000001 | 1010001 | 10000000 | 110001 | 100101 | 0 | 110010 | 11100001 | 100001 | 100110 |
Color Harmonies of #415180
Complementary color
Monochromatic Colors of #415180
Black with #415180
Text Example
Text Example
White with #415180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415180; }
p { color: rgb(65,81,128); }
H1.HeaderClassName
{
color: #415180;
}
.AnyTagClassName
{
color: #415180;
}
</style>
background-color css
<style>
a { background-color: #415180; }
a { background-color: rgb(65,81,128); }
div.DivClassName
{
background-color: #415180;
}
.BgClassName
{
background-color: #415180;
}
</style>
border-color css
<style>
span { border-color: #415180; }
span { border-color: rgb(65,81,128); }
td.TdClassName
{
border-color: #415180;
}
.TagClassName
{
border-color: #415180;
}
</style>