Shades of Windsor #3A2471
Tints of Windsor #3A2471
RGB
CMYK
RGB Variations
Color information
#3A2471 (or 0x3A2471) is known color: Windsor. HEX triplet: 3A, 24 and 71. RGB value is (58,36,113). Sum of RGB (Red+Green+Blue) = 58+36+113=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2471 is #C5DB8E. Grayscale: #333333. Windows color (decimal): -12966799 or 7414842. OLE color: 7414842.
HSL color Cylindrical-coordinate representation of color #3A2471: hue angle of 257.14º degrees, saturation: 0.52, 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 #3A2471 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 36 | 113 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.56 |
| HSL | 257.14º | 0.52% | 0.29% | - |
| HSV(B) | 257.14º | 0.68% | 0.44% | - |
| XYZ | 5.36 | 3.35 | 15.99 | - |
| YUV | 51.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 113 | 0.49 | 0.68 | 0 | 0.56 | 257.14 | 0.52 | 0.29 |
| Hex | 3A | 24 | 71 | 31 | 44 | 0 | 38 | 101 | 34 | 1D |
| Octal | 72 | 44 | 161 | 61 | 104 | 0 | 70 | 401 | 64 | 35 |
| Binary | 111010 | 100100 | 1110001 | 110001 | 1000100 | 0 | 111000 | 100000001 | 110100 | 11101 |
Color Harmonies of #3A2471
Complementary color
Monochromatic Colors of #3A2471
Black with #3A2471
Text Example
Text Example
White with #3A2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2471; }
p { color: rgb(58,36,113); }
H1.HeaderClassName
{
color: #3A2471;
}
.AnyTagClassName
{
color: #3A2471;
}
</style>
background-color css
<style>
a { background-color: #3A2471; }
a { background-color: rgb(58,36,113); }
div.DivClassName
{
background-color: #3A2471;
}
.BgClassName
{
background-color: #3A2471;
}
</style>
border-color css
<style>
span { border-color: #3A2471; }
span { border-color: rgb(58,36,113); }
td.TdClassName
{
border-color: #3A2471;
}
.TagClassName
{
border-color: #3A2471;
}
</style>