Shades of Windsor #3E2574
Tints of Windsor #3E2574
RGB
CMYK
RGB Variations
Color information
#3E2574 (or 0x3E2574) is known color: Windsor. HEX triplet: 3E, 25 and 74. RGB value is (62,37,116). Sum of RGB (Red+Green+Blue) = 62+37+116=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E2574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2574 is #C1DA8B. Grayscale: #353535. Windows color (decimal): -12704396 or 7611710. OLE color: 7611710.
HSL color Cylindrical-coordinate representation of color #3E2574: hue angle of 258.99º 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 #3E2574 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 37 | 116 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.55 |
| HSL | 258.99º | 0.52% | 0.3% | - |
| HSV(B) | 258.99º | 0.68% | 0.45% | - |
| XYZ | 5.8 | 3.61 | 16.91 | - |
| YUV | 53.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 116 | 0.47 | 0.68 | 0 | 0.55 | 258.99 | 0.52 | 0.3 |
| Hex | 3E | 25 | 74 | 2F | 44 | 0 | 37 | 103 | 34 | 1E |
| Octal | 76 | 45 | 164 | 57 | 104 | 0 | 67 | 403 | 64 | 36 |
| Binary | 111110 | 100101 | 1110100 | 101111 | 1000100 | 0 | 110111 | 100000011 | 110100 | 11110 |
Color Harmonies of #3E2574
Complementary color
Monochromatic Colors of #3E2574
Black with #3E2574
Text Example
Text Example
White with #3E2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2574; }
p { color: rgb(62,37,116); }
H1.HeaderClassName
{
color: #3E2574;
}
.AnyTagClassName
{
color: #3E2574;
}
</style>
background-color css
<style>
a { background-color: #3E2574; }
a { background-color: rgb(62,37,116); }
div.DivClassName
{
background-color: #3E2574;
}
.BgClassName
{
background-color: #3E2574;
}
</style>
border-color css
<style>
span { border-color: #3E2574; }
span { border-color: rgb(62,37,116); }
td.TdClassName
{
border-color: #3E2574;
}
.TagClassName
{
border-color: #3E2574;
}
</style>