Shades of Windsor #3B2572
Tints of Windsor #3B2572
RGB
CMYK
RGB Variations
Color information
#3B2572 (or 0x3B2572) is known color: Windsor. HEX triplet: 3B, 25 and 72. RGB value is (59,37,114). Sum of RGB (Red+Green+Blue) = 59+37+114=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2572 is #C4DA8D. Grayscale: #343434. Windows color (decimal): -12901006 or 7480635. OLE color: 7480635.
HSL color Cylindrical-coordinate representation of color #3B2572: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2572 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 37 | 114 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.55 |
| HSL | 257.14º | 0.51% | 0.3% | - |
| HSV(B) | 257.14º | 0.68% | 0.45% | - |
| XYZ | 5.5 | 3.47 | 16.3 | - |
| YUV | 52.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 114 | 0.48 | 0.68 | 0 | 0.55 | 257.14 | 0.51 | 0.3 |
| Hex | 3B | 25 | 72 | 30 | 44 | 0 | 37 | 101 | 33 | 1E |
| Octal | 73 | 45 | 162 | 60 | 104 | 0 | 67 | 401 | 63 | 36 |
| Binary | 111011 | 100101 | 1110010 | 110000 | 1000100 | 0 | 110111 | 100000001 | 110011 | 11110 |
Color Harmonies of #3B2572
Complementary color
Monochromatic Colors of #3B2572
Black with #3B2572
Text Example
Text Example
White with #3B2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2572; }
p { color: rgb(59,37,114); }
H1.HeaderClassName
{
color: #3B2572;
}
.AnyTagClassName
{
color: #3B2572;
}
</style>
background-color css
<style>
a { background-color: #3B2572; }
a { background-color: rgb(59,37,114); }
div.DivClassName
{
background-color: #3B2572;
}
.BgClassName
{
background-color: #3B2572;
}
</style>
border-color css
<style>
span { border-color: #3B2572; }
span { border-color: rgb(59,37,114); }
td.TdClassName
{
border-color: #3B2572;
}
.TagClassName
{
border-color: #3B2572;
}
</style>