Shades of Windsor #471A8A
Tints of Windsor #471A8A
RGB
CMYK
RGB Variations
Color information
#471A8A (or 0x471A8A) is known color: Windsor. HEX triplet: 47, 1A and 8A. RGB value is (71,26,138). Sum of RGB (Red+Green+Blue) = 71+26+138=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #471A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A8A is #B8E575. Grayscale: #333333. Windows color (decimal): -12117366 or 9050695. OLE color: 9050695.
HSL color Cylindrical-coordinate representation of color #471A8A: hue angle of 264.11º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471A8A is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 26 | 138 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.46 |
| HSL | 264.11º | 0.68% | 0.32% | - |
| HSV(B) | 264.11º | 0.81% | 0.54% | - |
| XYZ | 7.56 | 3.91 | 24.4 | - |
| YUV | 52.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 138 | 0.49 | 0.81 | 0 | 0.46 | 264.11 | 0.68 | 0.32 |
| Hex | 47 | 1A | 8A | 31 | 51 | 0 | 2E | 108 | 44 | 20 |
| Octal | 107 | 32 | 212 | 61 | 121 | 0 | 56 | 410 | 104 | 40 |
| Binary | 1000111 | 11010 | 10001010 | 110001 | 1010001 | 0 | 101110 | 100001000 | 1000100 | 100000 |
Color Harmonies of #471A8A
Complementary color
Monochromatic Colors of #471A8A
Black with #471A8A
Text Example
Text Example
White with #471A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A8A; }
p { color: rgb(71,26,138); }
H1.HeaderClassName
{
color: #471A8A;
}
.AnyTagClassName
{
color: #471A8A;
}
</style>
background-color css
<style>
a { background-color: #471A8A; }
a { background-color: rgb(71,26,138); }
div.DivClassName
{
background-color: #471A8A;
}
.BgClassName
{
background-color: #471A8A;
}
</style>
border-color css
<style>
span { border-color: #471A8A; }
span { border-color: rgb(71,26,138); }
td.TdClassName
{
border-color: #471A8A;
}
.TagClassName
{
border-color: #471A8A;
}
</style>