Shades of Windsor #3B2271
Tints of Windsor #3B2271
RGB
CMYK
RGB Variations
Color information
#3B2271 (or 0x3B2271) is known color: Windsor. HEX triplet: 3B, 22 and 71. RGB value is (59,34,113). Sum of RGB (Red+Green+Blue) = 59+34+113=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2271 is #C4DD8E. Grayscale: #323232. Windows color (decimal): -12901775 or 7414331. OLE color: 7414331.
HSL color Cylindrical-coordinate representation of color #3B2271: hue angle of 258.99º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B2271 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 34 | 113 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.56 |
| HSL | 258.99º | 0.54% | 0.29% | - |
| HSV(B) | 258.99º | 0.7% | 0.44% | - |
| XYZ | 5.36 | 3.27 | 15.97 | - |
| YUV | 50.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 113 | 0.48 | 0.70 | 0 | 0.56 | 258.99 | 0.54 | 0.29 |
| Hex | 3B | 22 | 71 | 30 | 46 | 0 | 38 | 103 | 36 | 1D |
| Octal | 73 | 42 | 161 | 60 | 106 | 0 | 70 | 403 | 66 | 35 |
| Binary | 111011 | 100010 | 1110001 | 110000 | 1000110 | 0 | 111000 | 100000011 | 110110 | 11101 |
Color Harmonies of #3B2271
Complementary color
Monochromatic Colors of #3B2271
Black with #3B2271
Text Example
Text Example
White with #3B2271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2271; }
p { color: rgb(59,34,113); }
H1.HeaderClassName
{
color: #3B2271;
}
.AnyTagClassName
{
color: #3B2271;
}
</style>
background-color css
<style>
a { background-color: #3B2271; }
a { background-color: rgb(59,34,113); }
div.DivClassName
{
background-color: #3B2271;
}
.BgClassName
{
background-color: #3B2271;
}
</style>
border-color css
<style>
span { border-color: #3B2271; }
span { border-color: rgb(59,34,113); }
td.TdClassName
{
border-color: #3B2271;
}
.TagClassName
{
border-color: #3B2271;
}
</style>