Shades of Windsor #3A2575
Tints of Windsor #3A2575
RGB
CMYK
RGB Variations
Color information
#3A2575 (or 0x3A2575) is known color: Windsor. HEX triplet: 3A, 25 and 75. RGB value is (58,37,117). Sum of RGB (Red+Green+Blue) = 58+37+117=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2575 is #C5DA8A. Grayscale: #343434. Windows color (decimal): -12966539 or 7677242. OLE color: 7677242.
HSL color Cylindrical-coordinate representation of color #3A2575: hue angle of 255.75º 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 #3A2575 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 37 | 117 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.54 |
| HSL | 255.75º | 0.52% | 0.3% | - |
| HSV(B) | 255.75º | 0.68% | 0.46% | - |
| XYZ | 5.62 | 3.51 | 17.21 | - |
| YUV | 52.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 117 | 0.50 | 0.68 | 0 | 0.54 | 255.75 | 0.52 | 0.3 |
| Hex | 3A | 25 | 75 | 32 | 44 | 0 | 36 | 100 | 34 | 1E |
| Octal | 72 | 45 | 165 | 62 | 104 | 0 | 66 | 400 | 64 | 36 |
| Binary | 111010 | 100101 | 1110101 | 110010 | 1000100 | 0 | 110110 | 100000000 | 110100 | 11110 |
Color Harmonies of #3A2575
Complementary color
Monochromatic Colors of #3A2575
Black with #3A2575
Text Example
Text Example
White with #3A2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2575; }
p { color: rgb(58,37,117); }
H1.HeaderClassName
{
color: #3A2575;
}
.AnyTagClassName
{
color: #3A2575;
}
</style>
background-color css
<style>
a { background-color: #3A2575; }
a { background-color: rgb(58,37,117); }
div.DivClassName
{
background-color: #3A2575;
}
.BgClassName
{
background-color: #3A2575;
}
</style>
border-color css
<style>
span { border-color: #3A2575; }
span { border-color: rgb(58,37,117); }
td.TdClassName
{
border-color: #3A2575;
}
.TagClassName
{
border-color: #3A2575;
}
</style>