Shades of Windsor #3B2372
Tints of Windsor #3B2372
RGB
CMYK
RGB Variations
Color information
#3B2372 (or 0x3B2372) is known color: Windsor. HEX triplet: 3B, 23 and 72. RGB value is (59,35,114). Sum of RGB (Red+Green+Blue) = 59+35+114=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B2372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2372 is #C4DC8D. Grayscale: #323232. Windows color (decimal): -12901518 or 7480123. OLE color: 7480123.
HSL color Cylindrical-coordinate representation of color #3B2372: hue angle of 258.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2372 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 35 | 114 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.55 |
| HSL | 258.23º | 0.53% | 0.29% | - |
| HSV(B) | 258.23º | 0.69% | 0.45% | - |
| XYZ | 5.44 | 3.35 | 16.28 | - |
| YUV | 51.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 114 | 0.48 | 0.69 | 0 | 0.55 | 258.23 | 0.53 | 0.29 |
| Hex | 3B | 23 | 72 | 30 | 45 | 0 | 37 | 102 | 35 | 1D |
| Octal | 73 | 43 | 162 | 60 | 105 | 0 | 67 | 402 | 65 | 35 |
| Binary | 111011 | 100011 | 1110010 | 110000 | 1000101 | 0 | 110111 | 100000010 | 110101 | 11101 |
Color Harmonies of #3B2372
Complementary color
Monochromatic Colors of #3B2372
Black with #3B2372
Text Example
Text Example
White with #3B2372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2372; }
p { color: rgb(59,35,114); }
H1.HeaderClassName
{
color: #3B2372;
}
.AnyTagClassName
{
color: #3B2372;
}
</style>
background-color css
<style>
a { background-color: #3B2372; }
a { background-color: rgb(59,35,114); }
div.DivClassName
{
background-color: #3B2372;
}
.BgClassName
{
background-color: #3B2372;
}
</style>
border-color css
<style>
span { border-color: #3B2372; }
span { border-color: rgb(59,35,114); }
td.TdClassName
{
border-color: #3B2372;
}
.TagClassName
{
border-color: #3B2372;
}
</style>