Shades of Windsor #3A2587
Tints of Windsor #3A2587
RGB
CMYK
RGB Variations
Color information
#3A2587 (or 0x3A2587) is known color: Windsor. HEX triplet: 3A, 25 and 87. RGB value is (58,37,135). Sum of RGB (Red+Green+Blue) = 58+37+135=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A2587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2587 is #C5DA78. Grayscale: #363636. Windows color (decimal): -12966521 or 8856890. OLE color: 8856890.
HSL color Cylindrical-coordinate representation of color #3A2587: hue angle of 252.86º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2587 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 37 | 135 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.47 |
| HSL | 252.86º | 0.57% | 0.34% | - |
| HSV(B) | 252.86º | 0.73% | 0.53% | - |
| XYZ | 6.78 | 3.97 | 23.33 | - |
| YUV | 54.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 135 | 0.57 | 0.73 | 0 | 0.47 | 252.86 | 0.57 | 0.34 |
| Hex | 3A | 25 | 87 | 39 | 49 | 0 | 2F | FD | 39 | 22 |
| Octal | 72 | 45 | 207 | 71 | 111 | 0 | 57 | 375 | 71 | 42 |
| Binary | 111010 | 100101 | 10000111 | 111001 | 1001001 | 0 | 101111 | 11111101 | 111001 | 100010 |
Color Harmonies of #3A2587
Complementary color
Monochromatic Colors of #3A2587
Black with #3A2587
Text Example
Text Example
White with #3A2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2587; }
p { color: rgb(58,37,135); }
H1.HeaderClassName
{
color: #3A2587;
}
.AnyTagClassName
{
color: #3A2587;
}
</style>
background-color css
<style>
a { background-color: #3A2587; }
a { background-color: rgb(58,37,135); }
div.DivClassName
{
background-color: #3A2587;
}
.BgClassName
{
background-color: #3A2587;
}
</style>
border-color css
<style>
span { border-color: #3A2587; }
span { border-color: rgb(58,37,135); }
td.TdClassName
{
border-color: #3A2587;
}
.TagClassName
{
border-color: #3A2587;
}
</style>