Shades of Windsor #471C8E
Tints of Windsor #471C8E
RGB
CMYK
RGB Variations
Color information
#471C8E (or 0x471C8E) is known color: Windsor. HEX triplet: 47, 1C and 8E. RGB value is (71,28,142). Sum of RGB (Red+Green+Blue) = 71+28+142=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #471C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471C8E is #B8E371. Grayscale: #353535. Windows color (decimal): -12116850 or 9313351. OLE color: 9313351.
HSL color Cylindrical-coordinate representation of color #471C8E: hue angle of 262.63º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471C8E is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 28 | 142 | - |
| CMYK | 0.5 | 0.80 | 0 | 0.44 |
| HSL | 262.63º | 0.67% | 0.33% | - |
| HSV(B) | 262.63º | 0.8% | 0.56% | - |
| XYZ | 7.9 | 4.12 | 25.97 | - |
| YUV | 53.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 142 | 0.5 | 0.80 | 0 | 0.44 | 262.63 | 0.67 | 0.33 |
| Hex | 47 | 1C | 8E | 32 | 50 | 0 | 2C | 107 | 43 | 21 |
| Octal | 107 | 34 | 216 | 62 | 120 | 0 | 54 | 407 | 103 | 41 |
| Binary | 1000111 | 11100 | 10001110 | 110010 | 1010000 | 0 | 101100 | 100000111 | 1000011 | 100001 |
Color Harmonies of #471C8E
Complementary color
Monochromatic Colors of #471C8E
Black with #471C8E
Text Example
Text Example
White with #471C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C8E; }
p { color: rgb(71,28,142); }
H1.HeaderClassName
{
color: #471C8E;
}
.AnyTagClassName
{
color: #471C8E;
}
</style>
background-color css
<style>
a { background-color: #471C8E; }
a { background-color: rgb(71,28,142); }
div.DivClassName
{
background-color: #471C8E;
}
.BgClassName
{
background-color: #471C8E;
}
</style>
border-color css
<style>
span { border-color: #471C8E; }
span { border-color: rgb(71,28,142); }
td.TdClassName
{
border-color: #471C8E;
}
.TagClassName
{
border-color: #471C8E;
}
</style>