Shades of Windsor #3E2B80
Tints of Windsor #3E2B80
RGB
CMYK
RGB Variations
Color information
#3E2B80 (or 0x3E2B80) is known color: Windsor. HEX triplet: 3E, 2B and 80. RGB value is (62,43,128). Sum of RGB (Red+Green+Blue) = 62+43+128=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E2B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2B80 is #C1D47F. Grayscale: #3A3A3A. Windows color (decimal): -12702848 or 8399678. OLE color: 8399678.
HSL color Cylindrical-coordinate representation of color #3E2B80: hue angle of 253.41º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E2B80 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 43 | 128 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.50 |
| HSL | 253.41º | 0.5% | 0.34% | - |
| HSV(B) | 253.41º | 0.66% | 0.5% | - |
| XYZ | 6.75 | 4.31 | 20.9 | - |
| YUV | 58.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 128 | 0.52 | 0.66 | 0 | 0.50 | 253.41 | 0.5 | 0.34 |
| Hex | 3E | 2B | 80 | 34 | 42 | 0 | 32 | FD | 32 | 22 |
| Octal | 76 | 53 | 200 | 64 | 102 | 0 | 62 | 375 | 62 | 42 |
| Binary | 111110 | 101011 | 10000000 | 110100 | 1000010 | 0 | 110010 | 11111101 | 110010 | 100010 |
Color Harmonies of #3E2B80
Complementary color
Monochromatic Colors of #3E2B80
Black with #3E2B80
Text Example
Text Example
White with #3E2B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B80; }
p { color: rgb(62,43,128); }
H1.HeaderClassName
{
color: #3E2B80;
}
.AnyTagClassName
{
color: #3E2B80;
}
</style>
background-color css
<style>
a { background-color: #3E2B80; }
a { background-color: rgb(62,43,128); }
div.DivClassName
{
background-color: #3E2B80;
}
.BgClassName
{
background-color: #3E2B80;
}
</style>
border-color css
<style>
span { border-color: #3E2B80; }
span { border-color: rgb(62,43,128); }
td.TdClassName
{
border-color: #3E2B80;
}
.TagClassName
{
border-color: #3E2B80;
}
</style>