Shades of Windsor #47277A
Tints of Windsor #47277A
RGB
CMYK
RGB Variations
Color information
#47277A (or 0x47277A) is known color: Windsor. HEX triplet: 47, 27 and 7A. RGB value is (71,39,122). Sum of RGB (Red+Green+Blue) = 71+39+122=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #47277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47277A is #B8D885. Grayscale: #393939. Windows color (decimal): -12114054 or 8005447. OLE color: 8005447.
HSL color Cylindrical-coordinate representation of color #47277A: hue angle of 263.13º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47277A is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 39 | 122 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.52 |
| HSL | 263.13º | 0.52% | 0.32% | - |
| HSV(B) | 263.13º | 0.68% | 0.48% | - |
| XYZ | 6.84 | 4.2 | 18.86 | - |
| YUV | 58.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 122 | 0.42 | 0.68 | 0 | 0.52 | 263.13 | 0.52 | 0.32 |
| Hex | 47 | 27 | 7A | 2A | 44 | 0 | 34 | 107 | 34 | 20 |
| Octal | 107 | 47 | 172 | 52 | 104 | 0 | 64 | 407 | 64 | 40 |
| Binary | 1000111 | 100111 | 1111010 | 101010 | 1000100 | 0 | 110100 | 100000111 | 110100 | 100000 |
Color Harmonies of #47277A
Complementary color
Monochromatic Colors of #47277A
Black with #47277A
Text Example
Text Example
White with #47277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47277A; }
p { color: rgb(71,39,122); }
H1.HeaderClassName
{
color: #47277A;
}
.AnyTagClassName
{
color: #47277A;
}
</style>
background-color css
<style>
a { background-color: #47277A; }
a { background-color: rgb(71,39,122); }
div.DivClassName
{
background-color: #47277A;
}
.BgClassName
{
background-color: #47277A;
}
</style>
border-color css
<style>
span { border-color: #47277A; }
span { border-color: rgb(71,39,122); }
td.TdClassName
{
border-color: #47277A;
}
.TagClassName
{
border-color: #47277A;
}
</style>