Shades of Windsor #481F93
Tints of Windsor #481F93
RGB
CMYK
RGB Variations
Color information
#481F93 (or 0x481F93) is known color: Windsor. HEX triplet: 48, 1F and 93. RGB value is (72,31,147). Sum of RGB (Red+Green+Blue) = 72+31+147=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #481F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481F93 is #B7E06C. Grayscale: #383838. Windows color (decimal): -12050541 or 9641800. OLE color: 9641800.
HSL color Cylindrical-coordinate representation of color #481F93: hue angle of 261.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481F93 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 31 | 147 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.42 |
| HSL | 261.21º | 0.65% | 0.35% | - |
| HSV(B) | 261.21º | 0.79% | 0.58% | - |
| XYZ | 8.43 | 4.46 | 28.02 | - |
| YUV | 56.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 147 | 0.51 | 0.79 | 0 | 0.42 | 261.21 | 0.65 | 0.35 |
| Hex | 48 | 1F | 93 | 33 | 4F | 0 | 2A | 105 | 41 | 23 |
| Octal | 110 | 37 | 223 | 63 | 117 | 0 | 52 | 405 | 101 | 43 |
| Binary | 1001000 | 11111 | 10010011 | 110011 | 1001111 | 0 | 101010 | 100000101 | 1000001 | 100011 |
Color Harmonies of #481F93
Complementary color
Monochromatic Colors of #481F93
Black with #481F93
Text Example
Text Example
White with #481F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F93; }
p { color: rgb(72,31,147); }
H1.HeaderClassName
{
color: #481F93;
}
.AnyTagClassName
{
color: #481F93;
}
</style>
background-color css
<style>
a { background-color: #481F93; }
a { background-color: rgb(72,31,147); }
div.DivClassName
{
background-color: #481F93;
}
.BgClassName
{
background-color: #481F93;
}
</style>
border-color css
<style>
span { border-color: #481F93; }
span { border-color: rgb(72,31,147); }
td.TdClassName
{
border-color: #481F93;
}
.TagClassName
{
border-color: #481F93;
}
</style>