Shades of Windsor #471C85
Tints of Windsor #471C85
RGB
CMYK
RGB Variations
Color information
#471C85 (or 0x471C85) is known color: Windsor. HEX triplet: 47, 1C and 85. RGB value is (71,28,133). Sum of RGB (Red+Green+Blue) = 71+28+133=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #471C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471C85 is #B8E37A. Grayscale: #343434. Windows color (decimal): -12116859 or 8723527. OLE color: 8723527.
HSL color Cylindrical-coordinate representation of color #471C85: hue angle of 264.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471C85 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 28 | 133 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.48 |
| HSL | 264.57º | 0.65% | 0.32% | - |
| HSV(B) | 264.57º | 0.79% | 0.52% | - |
| XYZ | 7.25 | 3.86 | 22.55 | - |
| YUV | 52.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 133 | 0.47 | 0.79 | 0 | 0.48 | 264.57 | 0.65 | 0.32 |
| Hex | 47 | 1C | 85 | 2F | 4F | 0 | 30 | 109 | 41 | 20 |
| Octal | 107 | 34 | 205 | 57 | 117 | 0 | 60 | 411 | 101 | 40 |
| Binary | 1000111 | 11100 | 10000101 | 101111 | 1001111 | 0 | 110000 | 100001001 | 1000001 | 100000 |
Color Harmonies of #471C85
Complementary color
Monochromatic Colors of #471C85
Black with #471C85
Text Example
Text Example
White with #471C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C85; }
p { color: rgb(71,28,133); }
H1.HeaderClassName
{
color: #471C85;
}
.AnyTagClassName
{
color: #471C85;
}
</style>
background-color css
<style>
a { background-color: #471C85; }
a { background-color: rgb(71,28,133); }
div.DivClassName
{
background-color: #471C85;
}
.BgClassName
{
background-color: #471C85;
}
</style>
border-color css
<style>
span { border-color: #471C85; }
span { border-color: rgb(71,28,133); }
td.TdClassName
{
border-color: #471C85;
}
.TagClassName
{
border-color: #471C85;
}
</style>