Shades of Windsor #3E2084
Tints of Windsor #3E2084
RGB
CMYK
RGB Variations
Color information
#3E2084 (or 0x3E2084) is known color: Windsor. HEX triplet: 3E, 20 and 84. RGB value is (62,32,132). Sum of RGB (Red+Green+Blue) = 62+32+132=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E2084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2084 is #C1DF7B. Grayscale: #343434. Windows color (decimal): -12705660 or 8659006. OLE color: 8659006.
HSL color Cylindrical-coordinate representation of color #3E2084: hue angle of 258º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2084 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 32 | 132 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.48 |
| HSL | 258º | 0.61% | 0.32% | - |
| HSV(B) | 258º | 0.76% | 0.52% | - |
| XYZ | 6.67 | 3.72 | 22.2 | - |
| YUV | 52.37 | 172.94 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 132 | 0.53 | 0.76 | 0 | 0.48 | 258 | 0.61 | 0.32 |
| Hex | 3E | 20 | 84 | 35 | 4C | 0 | 30 | 102 | 3D | 20 |
| Octal | 76 | 40 | 204 | 65 | 114 | 0 | 60 | 402 | 75 | 40 |
| Binary | 111110 | 100000 | 10000100 | 110101 | 1001100 | 0 | 110000 | 100000010 | 111101 | 100000 |
Color Harmonies of #3E2084
Complementary color
Monochromatic Colors of #3E2084
Black with #3E2084
Text Example
Text Example
White with #3E2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2084; }
p { color: rgb(62,32,132); }
H1.HeaderClassName
{
color: #3E2084;
}
.AnyTagClassName
{
color: #3E2084;
}
</style>
background-color css
<style>
a { background-color: #3E2084; }
a { background-color: rgb(62,32,132); }
div.DivClassName
{
background-color: #3E2084;
}
.BgClassName
{
background-color: #3E2084;
}
</style>
border-color css
<style>
span { border-color: #3E2084; }
span { border-color: rgb(62,32,132); }
td.TdClassName
{
border-color: #3E2084;
}
.TagClassName
{
border-color: #3E2084;
}
</style>