Shades of Windsor #471F8C
Tints of Windsor #471F8C
RGB
CMYK
RGB Variations
Color information
#471F8C (or 0x471F8C) is known color: Windsor. HEX triplet: 47, 1F and 8C. RGB value is (71,31,140). Sum of RGB (Red+Green+Blue) = 71+31+140=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #471F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F8C is #B8E073. Grayscale: #363636. Windows color (decimal): -12116084 or 9183047. OLE color: 9183047.
HSL color Cylindrical-coordinate representation of color #471F8C: hue angle of 262.02º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471F8C is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 31 | 140 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.45 |
| HSL | 262.02º | 0.64% | 0.34% | - |
| HSV(B) | 262.02º | 0.78% | 0.55% | - |
| XYZ | 7.82 | 4.21 | 25.21 | - |
| YUV | 55.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 140 | 0.49 | 0.78 | 0 | 0.45 | 262.02 | 0.64 | 0.34 |
| Hex | 47 | 1F | 8C | 31 | 4E | 0 | 2D | 106 | 40 | 22 |
| Octal | 107 | 37 | 214 | 61 | 116 | 0 | 55 | 406 | 100 | 42 |
| Binary | 1000111 | 11111 | 10001100 | 110001 | 1001110 | 0 | 101101 | 100000110 | 1000000 | 100010 |
Color Harmonies of #471F8C
Complementary color
Monochromatic Colors of #471F8C
Black with #471F8C
Text Example
Text Example
White with #471F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F8C; }
p { color: rgb(71,31,140); }
H1.HeaderClassName
{
color: #471F8C;
}
.AnyTagClassName
{
color: #471F8C;
}
</style>
background-color css
<style>
a { background-color: #471F8C; }
a { background-color: rgb(71,31,140); }
div.DivClassName
{
background-color: #471F8C;
}
.BgClassName
{
background-color: #471F8C;
}
</style>
border-color css
<style>
span { border-color: #471F8C; }
span { border-color: rgb(71,31,140); }
td.TdClassName
{
border-color: #471F8C;
}
.TagClassName
{
border-color: #471F8C;
}
</style>