Shades of Windsor #47297D
Tints of Windsor #47297D
RGB
CMYK
RGB Variations
Color information
#47297D (or 0x47297D) is known color: Windsor. HEX triplet: 47, 29 and 7D. RGB value is (71,41,125). Sum of RGB (Red+Green+Blue) = 71+41+125=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #47297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47297D is #B8D682. Grayscale: #3B3B3B. Windows color (decimal): -12113539 or 8202567. OLE color: 8202567.
HSL color Cylindrical-coordinate representation of color #47297D: hue angle of 261.43º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47297D is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 41 | 125 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.51 |
| HSL | 261.43º | 0.51% | 0.33% | - |
| HSV(B) | 261.43º | 0.67% | 0.49% | - |
| XYZ | 7.09 | 4.41 | 19.88 | - |
| YUV | 59.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 125 | 0.43 | 0.67 | 0 | 0.51 | 261.43 | 0.51 | 0.33 |
| Hex | 47 | 29 | 7D | 2B | 43 | 0 | 33 | 105 | 33 | 21 |
| Octal | 107 | 51 | 175 | 53 | 103 | 0 | 63 | 405 | 63 | 41 |
| Binary | 1000111 | 101001 | 1111101 | 101011 | 1000011 | 0 | 110011 | 100000101 | 110011 | 100001 |
Color Harmonies of #47297D
Complementary color
Monochromatic Colors of #47297D
Black with #47297D
Text Example
Text Example
White with #47297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47297D; }
p { color: rgb(71,41,125); }
H1.HeaderClassName
{
color: #47297D;
}
.AnyTagClassName
{
color: #47297D;
}
</style>
background-color css
<style>
a { background-color: #47297D; }
a { background-color: rgb(71,41,125); }
div.DivClassName
{
background-color: #47297D;
}
.BgClassName
{
background-color: #47297D;
}
</style>
border-color css
<style>
span { border-color: #47297D; }
span { border-color: rgb(71,41,125); }
td.TdClassName
{
border-color: #47297D;
}
.TagClassName
{
border-color: #47297D;
}
</style>