Shades of Windsor #3E2A79
Tints of Windsor #3E2A79
RGB
CMYK
RGB Variations
Color information
#3E2A79 (or 0x3E2A79) is known color: Windsor. HEX triplet: 3E, 2A and 79. RGB value is (62,42,121). Sum of RGB (Red+Green+Blue) = 62+42+121=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E2A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2A79 is #C1D586. Grayscale: #383838. Windows color (decimal): -12703111 or 7940670. OLE color: 7940670.
HSL color Cylindrical-coordinate representation of color #3E2A79: hue angle of 255.19º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E2A79 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 42 | 121 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.53 |
| HSL | 255.19º | 0.48% | 0.32% | - |
| HSV(B) | 255.19º | 0.65% | 0.47% | - |
| XYZ | 6.27 | 4.06 | 18.54 | - |
| YUV | 56.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 121 | 0.49 | 0.65 | 0 | 0.53 | 255.19 | 0.48 | 0.32 |
| Hex | 3E | 2A | 79 | 31 | 41 | 0 | 35 | FF | 30 | 20 |
| Octal | 76 | 52 | 171 | 61 | 101 | 0 | 65 | 377 | 60 | 40 |
| Binary | 111110 | 101010 | 1111001 | 110001 | 1000001 | 0 | 110101 | 11111111 | 110000 | 100000 |
Color Harmonies of #3E2A79
Complementary color
Monochromatic Colors of #3E2A79
Black with #3E2A79
Text Example
Text Example
White with #3E2A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A79; }
p { color: rgb(62,42,121); }
H1.HeaderClassName
{
color: #3E2A79;
}
.AnyTagClassName
{
color: #3E2A79;
}
</style>
background-color css
<style>
a { background-color: #3E2A79; }
a { background-color: rgb(62,42,121); }
div.DivClassName
{
background-color: #3E2A79;
}
.BgClassName
{
background-color: #3E2A79;
}
</style>
border-color css
<style>
span { border-color: #3E2A79; }
span { border-color: rgb(62,42,121); }
td.TdClassName
{
border-color: #3E2A79;
}
.TagClassName
{
border-color: #3E2A79;
}
</style>