Shades of Windsor #3B2477
Tints of Windsor #3B2477
RGB
CMYK
RGB Variations
Color information
#3B2477 (or 0x3B2477) is known color: Windsor. HEX triplet: 3B, 24 and 77. RGB value is (59,36,119). Sum of RGB (Red+Green+Blue) = 59+36+119=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B2477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2477 is #C4DB88. Grayscale: #343434. Windows color (decimal): -12901257 or 7808059. OLE color: 7808059.
HSL color Cylindrical-coordinate representation of color #3B2477: hue angle of 256.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B2477 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 36 | 119 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.53 |
| HSL | 256.63º | 0.54% | 0.3% | - |
| HSV(B) | 256.63º | 0.7% | 0.47% | - |
| XYZ | 5.76 | 3.52 | 17.83 | - |
| YUV | 52.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 119 | 0.50 | 0.70 | 0 | 0.53 | 256.63 | 0.54 | 0.3 |
| Hex | 3B | 24 | 77 | 32 | 46 | 0 | 35 | 101 | 36 | 1E |
| Octal | 73 | 44 | 167 | 62 | 106 | 0 | 65 | 401 | 66 | 36 |
| Binary | 111011 | 100100 | 1110111 | 110010 | 1000110 | 0 | 110101 | 100000001 | 110110 | 11110 |
Color Harmonies of #3B2477
Complementary color
Monochromatic Colors of #3B2477
Black with #3B2477
Text Example
Text Example
White with #3B2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2477; }
p { color: rgb(59,36,119); }
H1.HeaderClassName
{
color: #3B2477;
}
.AnyTagClassName
{
color: #3B2477;
}
</style>
background-color css
<style>
a { background-color: #3B2477; }
a { background-color: rgb(59,36,119); }
div.DivClassName
{
background-color: #3B2477;
}
.BgClassName
{
background-color: #3B2477;
}
</style>
border-color css
<style>
span { border-color: #3B2477; }
span { border-color: rgb(59,36,119); }
td.TdClassName
{
border-color: #3B2477;
}
.TagClassName
{
border-color: #3B2477;
}
</style>