Shades of Windsor #471A7E
Tints of Windsor #471A7E
RGB
CMYK
RGB Variations
Color information
#471A7E (or 0x471A7E) is known color: Windsor. HEX triplet: 47, 1A and 7E. RGB value is (71,26,126). Sum of RGB (Red+Green+Blue) = 71+26+126=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #471A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A7E is #B8E581. Grayscale: #323232. Windows color (decimal): -12117378 or 8264263. OLE color: 8264263.
HSL color Cylindrical-coordinate representation of color #471A7E: hue angle of 267º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471A7E is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 26 | 126 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.51 |
| HSL | 267º | 0.66% | 0.3% | - |
| HSV(B) | 267º | 0.79% | 0.49% | - |
| XYZ | 6.73 | 3.58 | 20.08 | - |
| YUV | 50.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 126 | 0.44 | 0.79 | 0 | 0.51 | 267 | 0.66 | 0.3 |
| Hex | 47 | 1A | 7E | 2C | 4F | 0 | 33 | 10B | 42 | 1E |
| Octal | 107 | 32 | 176 | 54 | 117 | 0 | 63 | 413 | 102 | 36 |
| Binary | 1000111 | 11010 | 1111110 | 101100 | 1001111 | 0 | 110011 | 100001011 | 1000010 | 11110 |
Color Harmonies of #471A7E
Complementary color
Monochromatic Colors of #471A7E
Black with #471A7E
Text Example
Text Example
White with #471A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A7E; }
p { color: rgb(71,26,126); }
H1.HeaderClassName
{
color: #471A7E;
}
.AnyTagClassName
{
color: #471A7E;
}
</style>
background-color css
<style>
a { background-color: #471A7E; }
a { background-color: rgb(71,26,126); }
div.DivClassName
{
background-color: #471A7E;
}
.BgClassName
{
background-color: #471A7E;
}
</style>
border-color css
<style>
span { border-color: #471A7E; }
span { border-color: rgb(71,26,126); }
td.TdClassName
{
border-color: #471A7E;
}
.TagClassName
{
border-color: #471A7E;
}
</style>