Shades of Windsor #3A2574
Tints of Windsor #3A2574
RGB
CMYK
RGB Variations
Color information
#3A2574 (or 0x3A2574) is known color: Windsor. HEX triplet: 3A, 25 and 74. RGB value is (58,37,116). Sum of RGB (Red+Green+Blue) = 58+37+116=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A2574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2574 is #C5DA8B. Grayscale: #333333. Windows color (decimal): -12966540 or 7611706. OLE color: 7611706.
HSL color Cylindrical-coordinate representation of color #3A2574: hue angle of 255.95º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A2574 is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 37 | 116 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.55 |
| HSL | 255.95º | 0.52% | 0.3% | - |
| HSV(B) | 255.95º | 0.68% | 0.45% | - |
| XYZ | 5.56 | 3.48 | 16.9 | - |
| YUV | 52.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 116 | 0.5 | 0.68 | 0 | 0.55 | 255.95 | 0.52 | 0.3 |
| Hex | 3A | 25 | 74 | 32 | 44 | 0 | 37 | 100 | 34 | 1E |
| Octal | 72 | 45 | 164 | 62 | 104 | 0 | 67 | 400 | 64 | 36 |
| Binary | 111010 | 100101 | 1110100 | 110010 | 1000100 | 0 | 110111 | 100000000 | 110100 | 11110 |
Color Harmonies of #3A2574
Complementary color
Monochromatic Colors of #3A2574
Black with #3A2574
Text Example
Text Example
White with #3A2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2574; }
p { color: rgb(58,37,116); }
H1.HeaderClassName
{
color: #3A2574;
}
.AnyTagClassName
{
color: #3A2574;
}
</style>
background-color css
<style>
a { background-color: #3A2574; }
a { background-color: rgb(58,37,116); }
div.DivClassName
{
background-color: #3A2574;
}
.BgClassName
{
background-color: #3A2574;
}
</style>
border-color css
<style>
span { border-color: #3A2574; }
span { border-color: rgb(58,37,116); }
td.TdClassName
{
border-color: #3A2574;
}
.TagClassName
{
border-color: #3A2574;
}
</style>