Shades of Windsor #47238B
Tints of Windsor #47238B
RGB
CMYK
RGB Variations
Color information
#47238B (or 0x47238B) is known color: Windsor. HEX triplet: 47, 23 and 8B. RGB value is (71,35,139). Sum of RGB (Red+Green+Blue) = 71+35+139=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #47238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47238B is #B8DC74. Grayscale: #393939. Windows color (decimal): -12115061 or 9118535. OLE color: 9118535.
HSL color Cylindrical-coordinate representation of color #47238B: hue angle of 260.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47238B is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 35 | 139 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.45 |
| HSL | 260.77º | 0.6% | 0.34% | - |
| HSV(B) | 260.77º | 0.75% | 0.55% | - |
| XYZ | 7.86 | 4.41 | 24.86 | - |
| YUV | 57.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 139 | 0.49 | 0.75 | 0 | 0.45 | 260.77 | 0.6 | 0.34 |
| Hex | 47 | 23 | 8B | 31 | 4B | 0 | 2D | 105 | 3C | 22 |
| Octal | 107 | 43 | 213 | 61 | 113 | 0 | 55 | 405 | 74 | 42 |
| Binary | 1000111 | 100011 | 10001011 | 110001 | 1001011 | 0 | 101101 | 100000101 | 111100 | 100010 |
Color Harmonies of #47238B
Complementary color
Monochromatic Colors of #47238B
Black with #47238B
Text Example
Text Example
White with #47238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47238B; }
p { color: rgb(71,35,139); }
H1.HeaderClassName
{
color: #47238B;
}
.AnyTagClassName
{
color: #47238B;
}
</style>
background-color css
<style>
a { background-color: #47238B; }
a { background-color: rgb(71,35,139); }
div.DivClassName
{
background-color: #47238B;
}
.BgClassName
{
background-color: #47238B;
}
</style>
border-color css
<style>
span { border-color: #47238B; }
span { border-color: rgb(71,35,139); }
td.TdClassName
{
border-color: #47238B;
}
.TagClassName
{
border-color: #47238B;
}
</style>