Shades of Windsor #47237F
Tints of Windsor #47237F
RGB
CMYK
RGB Variations
Color information
#47237F (or 0x47237F) is known color: Windsor. HEX triplet: 47, 23 and 7F. RGB value is (71,35,127). Sum of RGB (Red+Green+Blue) = 71+35+127=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #47237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47237F is #B8DC80. Grayscale: #373737. Windows color (decimal): -12115073 or 8332103. OLE color: 8332103.
HSL color Cylindrical-coordinate representation of color #47237F: hue angle of 263.48º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47237F is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 35 | 127 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.50 |
| HSL | 263.48º | 0.57% | 0.32% | - |
| HSV(B) | 263.48º | 0.72% | 0.5% | - |
| XYZ | 7.03 | 4.07 | 20.49 | - |
| YUV | 56.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 127 | 0.44 | 0.72 | 0 | 0.50 | 263.48 | 0.57 | 0.32 |
| Hex | 47 | 23 | 7F | 2C | 48 | 0 | 32 | 107 | 39 | 20 |
| Octal | 107 | 43 | 177 | 54 | 110 | 0 | 62 | 407 | 71 | 40 |
| Binary | 1000111 | 100011 | 1111111 | 101100 | 1001000 | 0 | 110010 | 100000111 | 111001 | 100000 |
Color Harmonies of #47237F
Complementary color
Monochromatic Colors of #47237F
Black with #47237F
Text Example
Text Example
White with #47237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47237F; }
p { color: rgb(71,35,127); }
H1.HeaderClassName
{
color: #47237F;
}
.AnyTagClassName
{
color: #47237F;
}
</style>
background-color css
<style>
a { background-color: #47237F; }
a { background-color: rgb(71,35,127); }
div.DivClassName
{
background-color: #47237F;
}
.BgClassName
{
background-color: #47237F;
}
</style>
border-color css
<style>
span { border-color: #47237F; }
span { border-color: rgb(71,35,127); }
td.TdClassName
{
border-color: #47237F;
}
.TagClassName
{
border-color: #47237F;
}
</style>