Shades of Windsor #3E2573
Tints of Windsor #3E2573
RGB
CMYK
RGB Variations
Color information
#3E2573 (or 0x3E2573) is known color: Windsor. HEX triplet: 3E, 25 and 73. RGB value is (62,37,115). Sum of RGB (Red+Green+Blue) = 62+37+115=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2573 is #C1DA8C. Grayscale: #353535. Windows color (decimal): -12704397 or 7546174. OLE color: 7546174.
HSL color Cylindrical-coordinate representation of color #3E2573: hue angle of 259.23º degrees, saturation: 0.51, 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 #3E2573 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 37 | 115 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.55 |
| HSL | 259.23º | 0.51% | 0.3% | - |
| HSV(B) | 259.23º | 0.68% | 0.45% | - |
| XYZ | 5.74 | 3.59 | 16.61 | - |
| YUV | 53.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 115 | 0.46 | 0.68 | 0 | 0.55 | 259.23 | 0.51 | 0.3 |
| Hex | 3E | 25 | 73 | 2E | 44 | 0 | 37 | 103 | 33 | 1E |
| Octal | 76 | 45 | 163 | 56 | 104 | 0 | 67 | 403 | 63 | 36 |
| Binary | 111110 | 100101 | 1110011 | 101110 | 1000100 | 0 | 110111 | 100000011 | 110011 | 11110 |
Color Harmonies of #3E2573
Complementary color
Monochromatic Colors of #3E2573
Black with #3E2573
Text Example
Text Example
White with #3E2573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2573; }
p { color: rgb(62,37,115); }
H1.HeaderClassName
{
color: #3E2573;
}
.AnyTagClassName
{
color: #3E2573;
}
</style>
background-color css
<style>
a { background-color: #3E2573; }
a { background-color: rgb(62,37,115); }
div.DivClassName
{
background-color: #3E2573;
}
.BgClassName
{
background-color: #3E2573;
}
</style>
border-color css
<style>
span { border-color: #3E2573; }
span { border-color: rgb(62,37,115); }
td.TdClassName
{
border-color: #3E2573;
}
.TagClassName
{
border-color: #3E2573;
}
</style>