Shades of Windsor #3E287C
Tints of Windsor #3E287C
RGB
CMYK
RGB Variations
Color information
#3E287C (or 0x3E287C) is known color: Windsor. HEX triplet: 3E, 28 and 7C. RGB value is (62,40,124). Sum of RGB (Red+Green+Blue) = 62+40+124=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E287C is #C1D783. Grayscale: #373737. Windows color (decimal): -12703620 or 8136766. OLE color: 8136766.
HSL color Cylindrical-coordinate representation of color #3E287C: hue angle of 255.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E287C is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 40 | 124 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.51 |
| HSL | 255.71º | 0.51% | 0.32% | - |
| HSV(B) | 255.71º | 0.68% | 0.49% | - |
| XYZ | 6.38 | 4 | 19.5 | - |
| YUV | 56.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 124 | 0.5 | 0.68 | 0 | 0.51 | 255.71 | 0.51 | 0.32 |
| Hex | 3E | 28 | 7C | 32 | 44 | 0 | 33 | 100 | 33 | 20 |
| Octal | 76 | 50 | 174 | 62 | 104 | 0 | 63 | 400 | 63 | 40 |
| Binary | 111110 | 101000 | 1111100 | 110010 | 1000100 | 0 | 110011 | 100000000 | 110011 | 100000 |
Color Harmonies of #3E287C
Complementary color
Monochromatic Colors of #3E287C
Black with #3E287C
Text Example
Text Example
White with #3E287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E287C; }
p { color: rgb(62,40,124); }
H1.HeaderClassName
{
color: #3E287C;
}
.AnyTagClassName
{
color: #3E287C;
}
</style>
background-color css
<style>
a { background-color: #3E287C; }
a { background-color: rgb(62,40,124); }
div.DivClassName
{
background-color: #3E287C;
}
.BgClassName
{
background-color: #3E287C;
}
</style>
border-color css
<style>
span { border-color: #3E287C; }
span { border-color: rgb(62,40,124); }
td.TdClassName
{
border-color: #3E287C;
}
.TagClassName
{
border-color: #3E287C;
}
</style>