Shades of Windsor #3B2470
Tints of Windsor #3B2470
RGB
CMYK
RGB Variations
Color information
#3B2470 (or 0x3B2470) is known color: Windsor. HEX triplet: 3B, 24 and 70. RGB value is (59,36,112). Sum of RGB (Red+Green+Blue) = 59+36+112=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2470 is #C4DB8F. Grayscale: #333333. Windows color (decimal): -12901264 or 7349307. OLE color: 7349307.
HSL color Cylindrical-coordinate representation of color #3B2470: hue angle of 258.16º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2470 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 36 | 112 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.56 |
| HSL | 258.16º | 0.51% | 0.29% | - |
| HSV(B) | 258.16º | 0.68% | 0.44% | - |
| XYZ | 5.36 | 3.36 | 15.7 | - |
| YUV | 51.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 112 | 0.47 | 0.68 | 0 | 0.56 | 258.16 | 0.51 | 0.29 |
| Hex | 3B | 24 | 70 | 2F | 44 | 0 | 38 | 102 | 33 | 1D |
| Octal | 73 | 44 | 160 | 57 | 104 | 0 | 70 | 402 | 63 | 35 |
| Binary | 111011 | 100100 | 1110000 | 101111 | 1000100 | 0 | 111000 | 100000010 | 110011 | 11101 |
Color Harmonies of #3B2470
Complementary color
Monochromatic Colors of #3B2470
Black with #3B2470
Text Example
Text Example
White with #3B2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2470; }
p { color: rgb(59,36,112); }
H1.HeaderClassName
{
color: #3B2470;
}
.AnyTagClassName
{
color: #3B2470;
}
</style>
background-color css
<style>
a { background-color: #3B2470; }
a { background-color: rgb(59,36,112); }
div.DivClassName
{
background-color: #3B2470;
}
.BgClassName
{
background-color: #3B2470;
}
</style>
border-color css
<style>
span { border-color: #3B2470; }
span { border-color: rgb(59,36,112); }
td.TdClassName
{
border-color: #3B2470;
}
.TagClassName
{
border-color: #3B2470;
}
</style>