Shades of Windsor #3A2979
Tints of Windsor #3A2979
RGB
CMYK
RGB Variations
Color information
#3A2979 (or 0x3A2979) is known color: Windsor. HEX triplet: 3A, 29 and 79. RGB value is (58,41,121). Sum of RGB (Red+Green+Blue) = 58+41+121=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A2979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2979 is #C5D686. Grayscale: #363636. Windows color (decimal): -12965511 or 7940410. OLE color: 7940410.
HSL color Cylindrical-coordinate representation of color #3A2979: hue angle of 252.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A2979 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 41 | 121 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.53 |
| HSL | 252.75º | 0.49% | 0.32% | - |
| HSV(B) | 252.75º | 0.66% | 0.47% | - |
| XYZ | 5.99 | 3.87 | 18.52 | - |
| YUV | 55.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 121 | 0.52 | 0.66 | 0 | 0.53 | 252.75 | 0.49 | 0.32 |
| Hex | 3A | 29 | 79 | 34 | 42 | 0 | 35 | FD | 31 | 20 |
| Octal | 72 | 51 | 171 | 64 | 102 | 0 | 65 | 375 | 61 | 40 |
| Binary | 111010 | 101001 | 1111001 | 110100 | 1000010 | 0 | 110101 | 11111101 | 110001 | 100000 |
Color Harmonies of #3A2979
Complementary color
Monochromatic Colors of #3A2979
Black with #3A2979
Text Example
Text Example
White with #3A2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2979; }
p { color: rgb(58,41,121); }
H1.HeaderClassName
{
color: #3A2979;
}
.AnyTagClassName
{
color: #3A2979;
}
</style>
background-color css
<style>
a { background-color: #3A2979; }
a { background-color: rgb(58,41,121); }
div.DivClassName
{
background-color: #3A2979;
}
.BgClassName
{
background-color: #3A2979;
}
</style>
border-color css
<style>
span { border-color: #3A2979; }
span { border-color: rgb(58,41,121); }
td.TdClassName
{
border-color: #3A2979;
}
.TagClassName
{
border-color: #3A2979;
}
</style>