Shades of Windsor #471B7D
Tints of Windsor #471B7D
RGB
CMYK
RGB Variations
Color information
#471B7D (or 0x471B7D) is known color: Windsor. HEX triplet: 47, 1B and 7D. RGB value is (71,27,125). Sum of RGB (Red+Green+Blue) = 71+27+125=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #471B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B7D is #B8E482. Grayscale: #323232. Windows color (decimal): -12117123 or 8198983. OLE color: 8198983.
HSL color Cylindrical-coordinate representation of color #471B7D: hue angle of 266.94º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471B7D is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 27 | 125 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.51 |
| HSL | 266.94º | 0.64% | 0.3% | - |
| HSV(B) | 266.94º | 0.78% | 0.49% | - |
| XYZ | 6.69 | 3.6 | 19.74 | - |
| YUV | 51.33 | 169.58 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 125 | 0.43 | 0.78 | 0 | 0.51 | 266.94 | 0.64 | 0.3 |
| Hex | 47 | 1B | 7D | 2B | 4E | 0 | 33 | 10B | 40 | 1E |
| Octal | 107 | 33 | 175 | 53 | 116 | 0 | 63 | 413 | 100 | 36 |
| Binary | 1000111 | 11011 | 1111101 | 101011 | 1001110 | 0 | 110011 | 100001011 | 1000000 | 11110 |
Color Harmonies of #471B7D
Complementary color
Monochromatic Colors of #471B7D
Black with #471B7D
Text Example
Text Example
White with #471B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B7D; }
p { color: rgb(71,27,125); }
H1.HeaderClassName
{
color: #471B7D;
}
.AnyTagClassName
{
color: #471B7D;
}
</style>
background-color css
<style>
a { background-color: #471B7D; }
a { background-color: rgb(71,27,125); }
div.DivClassName
{
background-color: #471B7D;
}
.BgClassName
{
background-color: #471B7D;
}
</style>
border-color css
<style>
span { border-color: #471B7D; }
span { border-color: rgb(71,27,125); }
td.TdClassName
{
border-color: #471B7D;
}
.TagClassName
{
border-color: #471B7D;
}
</style>