Shades of Windsor #3E2786
Tints of Windsor #3E2786
RGB
CMYK
RGB Variations
Color information
#3E2786 (or 0x3E2786) is known color: Windsor. HEX triplet: 3E, 27 and 86. RGB value is (62,39,134). Sum of RGB (Red+Green+Blue) = 62+39+134=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E2786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2786 is #C1D879. Grayscale: #383838. Windows color (decimal): -12703866 or 8791870. OLE color: 8791870.
HSL color Cylindrical-coordinate representation of color #3E2786: hue angle of 254.53º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2786 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 39 | 134 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.47 |
| HSL | 254.53º | 0.55% | 0.34% | - |
| HSV(B) | 254.53º | 0.71% | 0.53% | - |
| XYZ | 7.02 | 4.2 | 22.99 | - |
| YUV | 56.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 134 | 0.54 | 0.71 | 0 | 0.47 | 254.53 | 0.55 | 0.34 |
| Hex | 3E | 27 | 86 | 36 | 47 | 0 | 2F | FF | 37 | 22 |
| Octal | 76 | 47 | 206 | 66 | 107 | 0 | 57 | 377 | 67 | 42 |
| Binary | 111110 | 100111 | 10000110 | 110110 | 1000111 | 0 | 101111 | 11111111 | 110111 | 100010 |
Color Harmonies of #3E2786
Complementary color
Monochromatic Colors of #3E2786
Black with #3E2786
Text Example
Text Example
White with #3E2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2786; }
p { color: rgb(62,39,134); }
H1.HeaderClassName
{
color: #3E2786;
}
.AnyTagClassName
{
color: #3E2786;
}
</style>
background-color css
<style>
a { background-color: #3E2786; }
a { background-color: rgb(62,39,134); }
div.DivClassName
{
background-color: #3E2786;
}
.BgClassName
{
background-color: #3E2786;
}
</style>
border-color css
<style>
span { border-color: #3E2786; }
span { border-color: rgb(62,39,134); }
td.TdClassName
{
border-color: #3E2786;
}
.TagClassName
{
border-color: #3E2786;
}
</style>