Shades of Windsor #3E2287
Tints of Windsor #3E2287
RGB
CMYK
RGB Variations
Color information
#3E2287 (or 0x3E2287) is known color: Windsor. HEX triplet: 3E, 22 and 87. RGB value is (62,34,135). Sum of RGB (Red+Green+Blue) = 62+34+135=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E2287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2287 is #C1DD78. Grayscale: #353535. Windows color (decimal): -12705145 or 8856126. OLE color: 8856126.
HSL color Cylindrical-coordinate representation of color #3E2287: hue angle of 256.63º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E2287 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 34 | 135 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.47 |
| HSL | 256.63º | 0.6% | 0.33% | - |
| HSV(B) | 256.63º | 0.75% | 0.53% | - |
| XYZ | 6.93 | 3.92 | 23.31 | - |
| YUV | 53.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 135 | 0.54 | 0.75 | 0 | 0.47 | 256.63 | 0.6 | 0.33 |
| Hex | 3E | 22 | 87 | 36 | 4B | 0 | 2F | 101 | 3C | 21 |
| Octal | 76 | 42 | 207 | 66 | 113 | 0 | 57 | 401 | 74 | 41 |
| Binary | 111110 | 100010 | 10000111 | 110110 | 1001011 | 0 | 101111 | 100000001 | 111100 | 100001 |
Color Harmonies of #3E2287
Complementary color
Monochromatic Colors of #3E2287
Black with #3E2287
Text Example
Text Example
White with #3E2287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2287; }
p { color: rgb(62,34,135); }
H1.HeaderClassName
{
color: #3E2287;
}
.AnyTagClassName
{
color: #3E2287;
}
</style>
background-color css
<style>
a { background-color: #3E2287; }
a { background-color: rgb(62,34,135); }
div.DivClassName
{
background-color: #3E2287;
}
.BgClassName
{
background-color: #3E2287;
}
</style>
border-color css
<style>
span { border-color: #3E2287; }
span { border-color: rgb(62,34,135); }
td.TdClassName
{
border-color: #3E2287;
}
.TagClassName
{
border-color: #3E2287;
}
</style>