Shades of Windsor #3E337A
Tints of Windsor #3E337A
RGB
CMYK
RGB Variations
Color information
#3E337A (or 0x3E337A) is known color: Windsor. HEX triplet: 3E, 33 and 7A. RGB value is (62,51,122). Sum of RGB (Red+Green+Blue) = 62+51+122=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E337A is #C1CC85. Grayscale: #3E3E3E. Windows color (decimal): -12700806 or 8008510. OLE color: 8008510.
HSL color Cylindrical-coordinate representation of color #3E337A: hue angle of 249.3º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E337A is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 51 | 122 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.52 |
| HSL | 249.3º | 0.41% | 0.34% | - |
| HSV(B) | 249.3º | 0.58% | 0.48% | - |
| XYZ | 6.68 | 4.8 | 18.99 | - |
| YUV | 62.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 122 | 0.49 | 0.58 | 0 | 0.52 | 249.3 | 0.41 | 0.34 |
| Hex | 3E | 33 | 7A | 31 | 3A | 0 | 34 | F9 | 29 | 22 |
| Octal | 76 | 63 | 172 | 61 | 72 | 0 | 64 | 371 | 51 | 42 |
| Binary | 111110 | 110011 | 1111010 | 110001 | 111010 | 0 | 110100 | 11111001 | 101001 | 100010 |
Color Harmonies of #3E337A
Complementary color
Monochromatic Colors of #3E337A
Black with #3E337A
Text Example
Text Example
White with #3E337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E337A; }
p { color: rgb(62,51,122); }
H1.HeaderClassName
{
color: #3E337A;
}
.AnyTagClassName
{
color: #3E337A;
}
</style>
background-color css
<style>
a { background-color: #3E337A; }
a { background-color: rgb(62,51,122); }
div.DivClassName
{
background-color: #3E337A;
}
.BgClassName
{
background-color: #3E337A;
}
</style>
border-color css
<style>
span { border-color: #3E337A; }
span { border-color: rgb(62,51,122); }
td.TdClassName
{
border-color: #3E337A;
}
.TagClassName
{
border-color: #3E337A;
}
</style>