Shades of Windsor #471C7D
Tints of Windsor #471C7D
RGB
CMYK
RGB Variations
Color information
#471C7D (or 0x471C7D) is known color: Windsor. HEX triplet: 47, 1C and 7D. RGB value is (71,28,125). Sum of RGB (Red+Green+Blue) = 71+28+125=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #471C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C7D is #B8E382. Grayscale: #333333. Windows color (decimal): -12116867 or 8199239. OLE color: 8199239.
HSL color Cylindrical-coordinate representation of color #471C7D: hue angle of 266.6º degrees, saturation: 0.63, 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 #471C7D is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 28 | 125 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.51 |
| HSL | 266.6º | 0.63% | 0.3% | - |
| HSV(B) | 266.6º | 0.78% | 0.49% | - |
| XYZ | 6.72 | 3.65 | 19.75 | - |
| YUV | 51.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 125 | 0.43 | 0.78 | 0 | 0.51 | 266.6 | 0.63 | 0.3 |
| Hex | 47 | 1C | 7D | 2B | 4E | 0 | 33 | 10B | 3F | 1E |
| Octal | 107 | 34 | 175 | 53 | 116 | 0 | 63 | 413 | 77 | 36 |
| Binary | 1000111 | 11100 | 1111101 | 101011 | 1001110 | 0 | 110011 | 100001011 | 111111 | 11110 |
Color Harmonies of #471C7D
Complementary color
Monochromatic Colors of #471C7D
Black with #471C7D
Text Example
Text Example
White with #471C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C7D; }
p { color: rgb(71,28,125); }
H1.HeaderClassName
{
color: #471C7D;
}
.AnyTagClassName
{
color: #471C7D;
}
</style>
background-color css
<style>
a { background-color: #471C7D; }
a { background-color: rgb(71,28,125); }
div.DivClassName
{
background-color: #471C7D;
}
.BgClassName
{
background-color: #471C7D;
}
</style>
border-color css
<style>
span { border-color: #471C7D; }
span { border-color: rgb(71,28,125); }
td.TdClassName
{
border-color: #471C7D;
}
.TagClassName
{
border-color: #471C7D;
}
</style>