Shades of Windsor #471D92
Tints of Windsor #471D92
RGB
CMYK
RGB Variations
Color information
#471D92 (or 0x471D92) is known color: Windsor. HEX triplet: 47, 1D and 92. RGB value is (71,29,146). Sum of RGB (Red+Green+Blue) = 71+29+146=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #471D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471D92 is #B8E26D. Grayscale: #363636. Windows color (decimal): -12116590 or 9575751. OLE color: 9575751.
HSL color Cylindrical-coordinate representation of color #471D92: hue angle of 261.54º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471D92 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 29 | 146 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.43 |
| HSL | 261.54º | 0.67% | 0.34% | - |
| HSV(B) | 261.54º | 0.8% | 0.57% | - |
| XYZ | 8.23 | 4.29 | 27.59 | - |
| YUV | 54.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 146 | 0.51 | 0.80 | 0 | 0.43 | 261.54 | 0.67 | 0.34 |
| Hex | 47 | 1D | 92 | 33 | 50 | 0 | 2B | 106 | 43 | 22 |
| Octal | 107 | 35 | 222 | 63 | 120 | 0 | 53 | 406 | 103 | 42 |
| Binary | 1000111 | 11101 | 10010010 | 110011 | 1010000 | 0 | 101011 | 100000110 | 1000011 | 100010 |
Color Harmonies of #471D92
Complementary color
Monochromatic Colors of #471D92
Black with #471D92
Text Example
Text Example
White with #471D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D92; }
p { color: rgb(71,29,146); }
H1.HeaderClassName
{
color: #471D92;
}
.AnyTagClassName
{
color: #471D92;
}
</style>
background-color css
<style>
a { background-color: #471D92; }
a { background-color: rgb(71,29,146); }
div.DivClassName
{
background-color: #471D92;
}
.BgClassName
{
background-color: #471D92;
}
</style>
border-color css
<style>
span { border-color: #471D92; }
span { border-color: rgb(71,29,146); }
td.TdClassName
{
border-color: #471D92;
}
.TagClassName
{
border-color: #471D92;
}
</style>