Shades of Windsor #3A2489
Tints of Windsor #3A2489
RGB
CMYK
RGB Variations
Color information
#3A2489 (or 0x3A2489) is known color: Windsor. HEX triplet: 3A, 24 and 89. RGB value is (58,36,137). Sum of RGB (Red+Green+Blue) = 58+36+137=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A2489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2489 is #C5DB76. Grayscale: #353535. Windows color (decimal): -12966775 or 8987706. OLE color: 8987706.
HSL color Cylindrical-coordinate representation of color #3A2489: hue angle of 253.07º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2489 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 36 | 137 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.46 |
| HSL | 253.07º | 0.58% | 0.34% | - |
| HSV(B) | 253.07º | 0.74% | 0.54% | - |
| XYZ | 6.89 | 3.97 | 24.07 | - |
| YUV | 54.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 137 | 0.58 | 0.74 | 0 | 0.46 | 253.07 | 0.58 | 0.34 |
| Hex | 3A | 24 | 89 | 3A | 4A | 0 | 2E | FD | 3A | 22 |
| Octal | 72 | 44 | 211 | 72 | 112 | 0 | 56 | 375 | 72 | 42 |
| Binary | 111010 | 100100 | 10001001 | 111010 | 1001010 | 0 | 101110 | 11111101 | 111010 | 100010 |
Color Harmonies of #3A2489
Complementary color
Monochromatic Colors of #3A2489
Black with #3A2489
Text Example
Text Example
White with #3A2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2489; }
p { color: rgb(58,36,137); }
H1.HeaderClassName
{
color: #3A2489;
}
.AnyTagClassName
{
color: #3A2489;
}
</style>
background-color css
<style>
a { background-color: #3A2489; }
a { background-color: rgb(58,36,137); }
div.DivClassName
{
background-color: #3A2489;
}
.BgClassName
{
background-color: #3A2489;
}
</style>
border-color css
<style>
span { border-color: #3A2489; }
span { border-color: rgb(58,36,137); }
td.TdClassName
{
border-color: #3A2489;
}
.TagClassName
{
border-color: #3A2489;
}
</style>