Shades of Windsor #3B2575
Tints of Windsor #3B2575
RGB
CMYK
RGB Variations
Color information
#3B2575 (or 0x3B2575) is known color: Windsor. HEX triplet: 3B, 25 and 75. RGB value is (59,37,117). Sum of RGB (Red+Green+Blue) = 59+37+117=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2575 is #C4DA8A. Grayscale: #343434. Windows color (decimal): -12901003 or 7677243. OLE color: 7677243.
HSL color Cylindrical-coordinate representation of color #3B2575: hue angle of 256.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2575 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 37 | 117 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.54 |
| HSL | 256.5º | 0.52% | 0.3% | - |
| HSV(B) | 256.5º | 0.68% | 0.46% | - |
| XYZ | 5.68 | 3.54 | 17.21 | - |
| YUV | 52.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 117 | 0.50 | 0.68 | 0 | 0.54 | 256.5 | 0.52 | 0.3 |
| Hex | 3B | 25 | 75 | 32 | 44 | 0 | 36 | 100 | 34 | 1E |
| Octal | 73 | 45 | 165 | 62 | 104 | 0 | 66 | 400 | 64 | 36 |
| Binary | 111011 | 100101 | 1110101 | 110010 | 1000100 | 0 | 110110 | 100000000 | 110100 | 11110 |
Color Harmonies of #3B2575
Complementary color
Monochromatic Colors of #3B2575
Black with #3B2575
Text Example
Text Example
White with #3B2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2575; }
p { color: rgb(59,37,117); }
H1.HeaderClassName
{
color: #3B2575;
}
.AnyTagClassName
{
color: #3B2575;
}
</style>
background-color css
<style>
a { background-color: #3B2575; }
a { background-color: rgb(59,37,117); }
div.DivClassName
{
background-color: #3B2575;
}
.BgClassName
{
background-color: #3B2575;
}
</style>
border-color css
<style>
span { border-color: #3B2575; }
span { border-color: rgb(59,37,117); }
td.TdClassName
{
border-color: #3B2575;
}
.TagClassName
{
border-color: #3B2575;
}
</style>