Shades of Windsor #3E2778
Tints of Windsor #3E2778
RGB
CMYK
RGB Variations
Color information
#3E2778 (or 0x3E2778) is known color: Windsor. HEX triplet: 3E, 27 and 78. RGB value is (62,39,120). Sum of RGB (Red+Green+Blue) = 62+39+120=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E2778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2778 is #C1D887. Grayscale: #363636. Windows color (decimal): -12703880 or 7874366. OLE color: 7874366.
HSL color Cylindrical-coordinate representation of color #3E2778: hue angle of 257.04º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2778 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 39 | 120 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.53 |
| HSL | 257.04º | 0.51% | 0.31% | - |
| HSV(B) | 257.04º | 0.68% | 0.47% | - |
| XYZ | 6.1 | 3.83 | 18.19 | - |
| YUV | 55.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 120 | 0.48 | 0.67 | 0 | 0.53 | 257.04 | 0.51 | 0.31 |
| Hex | 3E | 27 | 78 | 30 | 43 | 0 | 35 | 101 | 33 | 1F |
| Octal | 76 | 47 | 170 | 60 | 103 | 0 | 65 | 401 | 63 | 37 |
| Binary | 111110 | 100111 | 1111000 | 110000 | 1000011 | 0 | 110101 | 100000001 | 110011 | 11111 |
Color Harmonies of #3E2778
Complementary color
Monochromatic Colors of #3E2778
Black with #3E2778
Text Example
Text Example
White with #3E2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2778; }
p { color: rgb(62,39,120); }
H1.HeaderClassName
{
color: #3E2778;
}
.AnyTagClassName
{
color: #3E2778;
}
</style>
background-color css
<style>
a { background-color: #3E2778; }
a { background-color: rgb(62,39,120); }
div.DivClassName
{
background-color: #3E2778;
}
.BgClassName
{
background-color: #3E2778;
}
</style>
border-color css
<style>
span { border-color: #3E2778; }
span { border-color: rgb(62,39,120); }
td.TdClassName
{
border-color: #3E2778;
}
.TagClassName
{
border-color: #3E2778;
}
</style>