Shades of Windsor #3E2474
Tints of Windsor #3E2474
RGB
CMYK
RGB Variations
Color information
#3E2474 (or 0x3E2474) is known color: Windsor. HEX triplet: 3E, 24 and 74. RGB value is (62,36,116). Sum of RGB (Red+Green+Blue) = 62+36+116=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E2474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2474 is #C1DB8B. Grayscale: #343434. Windows color (decimal): -12704652 or 7611454. OLE color: 7611454.
HSL color Cylindrical-coordinate representation of color #3E2474: hue angle of 259.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2474 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 36 | 116 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.55 |
| HSL | 259.5º | 0.53% | 0.3% | - |
| HSV(B) | 259.5º | 0.69% | 0.45% | - |
| XYZ | 5.77 | 3.55 | 16.9 | - |
| YUV | 52.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 116 | 0.47 | 0.69 | 0 | 0.55 | 259.5 | 0.53 | 0.3 |
| Hex | 3E | 24 | 74 | 2F | 45 | 0 | 37 | 104 | 35 | 1E |
| Octal | 76 | 44 | 164 | 57 | 105 | 0 | 67 | 404 | 65 | 36 |
| Binary | 111110 | 100100 | 1110100 | 101111 | 1000101 | 0 | 110111 | 100000100 | 110101 | 11110 |
Color Harmonies of #3E2474
Complementary color
Monochromatic Colors of #3E2474
Black with #3E2474
Text Example
Text Example
White with #3E2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2474; }
p { color: rgb(62,36,116); }
H1.HeaderClassName
{
color: #3E2474;
}
.AnyTagClassName
{
color: #3E2474;
}
</style>
background-color css
<style>
a { background-color: #3E2474; }
a { background-color: rgb(62,36,116); }
div.DivClassName
{
background-color: #3E2474;
}
.BgClassName
{
background-color: #3E2474;
}
</style>
border-color css
<style>
span { border-color: #3E2474; }
span { border-color: rgb(62,36,116); }
td.TdClassName
{
border-color: #3E2474;
}
.TagClassName
{
border-color: #3E2474;
}
</style>