Shades of Windsor #3E287A
Tints of Windsor #3E287A
RGB
CMYK
RGB Variations
Color information
#3E287A (or 0x3E287A) is known color: Windsor. HEX triplet: 3E, 28 and 7A. RGB value is (62,40,122). Sum of RGB (Red+Green+Blue) = 62+40+122=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E287A is #C1D785. Grayscale: #373737. Windows color (decimal): -12703622 or 8005694. OLE color: 8005694.
HSL color Cylindrical-coordinate representation of color #3E287A: hue angle of 256.1º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E287A is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 40 | 122 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.52 |
| HSL | 256.1º | 0.51% | 0.32% | - |
| HSV(B) | 256.1º | 0.67% | 0.48% | - |
| XYZ | 6.26 | 3.95 | 18.84 | - |
| YUV | 55.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 122 | 0.49 | 0.67 | 0 | 0.52 | 256.1 | 0.51 | 0.32 |
| Hex | 3E | 28 | 7A | 31 | 43 | 0 | 34 | 100 | 33 | 20 |
| Octal | 76 | 50 | 172 | 61 | 103 | 0 | 64 | 400 | 63 | 40 |
| Binary | 111110 | 101000 | 1111010 | 110001 | 1000011 | 0 | 110100 | 100000000 | 110011 | 100000 |
Color Harmonies of #3E287A
Complementary color
Monochromatic Colors of #3E287A
Black with #3E287A
Text Example
Text Example
White with #3E287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E287A; }
p { color: rgb(62,40,122); }
H1.HeaderClassName
{
color: #3E287A;
}
.AnyTagClassName
{
color: #3E287A;
}
</style>
background-color css
<style>
a { background-color: #3E287A; }
a { background-color: rgb(62,40,122); }
div.DivClassName
{
background-color: #3E287A;
}
.BgClassName
{
background-color: #3E287A;
}
</style>
border-color css
<style>
span { border-color: #3E287A; }
span { border-color: rgb(62,40,122); }
td.TdClassName
{
border-color: #3E287A;
}
.TagClassName
{
border-color: #3E287A;
}
</style>