Shades of Windsor #3E2A85
Tints of Windsor #3E2A85
RGB
CMYK
RGB Variations
Color information
#3E2A85 (or 0x3E2A85) is known color: Windsor. HEX triplet: 3E, 2A and 85. RGB value is (62,42,133). Sum of RGB (Red+Green+Blue) = 62+42+133=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E2A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2A85 is #C1D57A. Grayscale: #3A3A3A. Windows color (decimal): -12703099 or 8727102. OLE color: 8727102.
HSL color Cylindrical-coordinate representation of color #3E2A85: hue angle of 253.19º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2A85 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 42 | 133 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.48 |
| HSL | 253.19º | 0.52% | 0.34% | - |
| HSV(B) | 253.19º | 0.68% | 0.52% | - |
| XYZ | 7.05 | 4.37 | 22.66 | - |
| YUV | 58.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 133 | 0.53 | 0.68 | 0 | 0.48 | 253.19 | 0.52 | 0.34 |
| Hex | 3E | 2A | 85 | 35 | 44 | 0 | 30 | FD | 34 | 22 |
| Octal | 76 | 52 | 205 | 65 | 104 | 0 | 60 | 375 | 64 | 42 |
| Binary | 111110 | 101010 | 10000101 | 110101 | 1000100 | 0 | 110000 | 11111101 | 110100 | 100010 |
Color Harmonies of #3E2A85
Complementary color
Monochromatic Colors of #3E2A85
Black with #3E2A85
Text Example
Text Example
White with #3E2A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A85; }
p { color: rgb(62,42,133); }
H1.HeaderClassName
{
color: #3E2A85;
}
.AnyTagClassName
{
color: #3E2A85;
}
</style>
background-color css
<style>
a { background-color: #3E2A85; }
a { background-color: rgb(62,42,133); }
div.DivClassName
{
background-color: #3E2A85;
}
.BgClassName
{
background-color: #3E2A85;
}
</style>
border-color css
<style>
span { border-color: #3E2A85; }
span { border-color: rgb(62,42,133); }
td.TdClassName
{
border-color: #3E2A85;
}
.TagClassName
{
border-color: #3E2A85;
}
</style>