Shades of Windsor #481F90
Tints of Windsor #481F90
RGB
CMYK
RGB Variations
Color information
#481F90 (or 0x481F90) is known color: Windsor. HEX triplet: 48, 1F and 90. RGB value is (72,31,144). Sum of RGB (Red+Green+Blue) = 72+31+144=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #481F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481F90 is #B7E06F. Grayscale: #373737. Windows color (decimal): -12050544 or 9445192. OLE color: 9445192.
HSL color Cylindrical-coordinate representation of color #481F90: hue angle of 261.77º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481F90 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 31 | 144 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.44 |
| HSL | 261.77º | 0.65% | 0.34% | - |
| HSV(B) | 261.77º | 0.78% | 0.56% | - |
| XYZ | 8.2 | 4.37 | 26.8 | - |
| YUV | 56.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 144 | 0.50 | 0.78 | 0 | 0.44 | 261.77 | 0.65 | 0.34 |
| Hex | 48 | 1F | 90 | 32 | 4E | 0 | 2C | 106 | 41 | 22 |
| Octal | 110 | 37 | 220 | 62 | 116 | 0 | 54 | 406 | 101 | 42 |
| Binary | 1001000 | 11111 | 10010000 | 110010 | 1001110 | 0 | 101100 | 100000110 | 1000001 | 100010 |
Color Harmonies of #481F90
Complementary color
Monochromatic Colors of #481F90
Black with #481F90
Text Example
Text Example
White with #481F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F90; }
p { color: rgb(72,31,144); }
H1.HeaderClassName
{
color: #481F90;
}
.AnyTagClassName
{
color: #481F90;
}
</style>
background-color css
<style>
a { background-color: #481F90; }
a { background-color: rgb(72,31,144); }
div.DivClassName
{
background-color: #481F90;
}
.BgClassName
{
background-color: #481F90;
}
</style>
border-color css
<style>
span { border-color: #481F90; }
span { border-color: rgb(72,31,144); }
td.TdClassName
{
border-color: #481F90;
}
.TagClassName
{
border-color: #481F90;
}
</style>