Shades of Windsor #3E2388
Tints of Windsor #3E2388
RGB
CMYK
RGB Variations
Color information
#3E2388 (or 0x3E2388) is known color: Windsor. HEX triplet: 3E, 23 and 88. RGB value is (62,35,136). Sum of RGB (Red+Green+Blue) = 62+35+136=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E2388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2388 is #C1DC77. Grayscale: #363636. Windows color (decimal): -12704888 or 8921918. OLE color: 8921918.
HSL color Cylindrical-coordinate representation of color #3E2388: hue angle of 256.04º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2388 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 35 | 136 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.47 |
| HSL | 256.04º | 0.59% | 0.34% | - |
| HSV(B) | 256.04º | 0.74% | 0.53% | - |
| XYZ | 7.03 | 4 | 23.69 | - |
| YUV | 54.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 136 | 0.54 | 0.74 | 0 | 0.47 | 256.04 | 0.59 | 0.34 |
| Hex | 3E | 23 | 88 | 36 | 4A | 0 | 2F | 100 | 3B | 22 |
| Octal | 76 | 43 | 210 | 66 | 112 | 0 | 57 | 400 | 73 | 42 |
| Binary | 111110 | 100011 | 10001000 | 110110 | 1001010 | 0 | 101111 | 100000000 | 111011 | 100010 |
Color Harmonies of #3E2388
Complementary color
Monochromatic Colors of #3E2388
Black with #3E2388
Text Example
Text Example
White with #3E2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2388; }
p { color: rgb(62,35,136); }
H1.HeaderClassName
{
color: #3E2388;
}
.AnyTagClassName
{
color: #3E2388;
}
</style>
background-color css
<style>
a { background-color: #3E2388; }
a { background-color: rgb(62,35,136); }
div.DivClassName
{
background-color: #3E2388;
}
.BgClassName
{
background-color: #3E2388;
}
</style>
border-color css
<style>
span { border-color: #3E2388; }
span { border-color: rgb(62,35,136); }
td.TdClassName
{
border-color: #3E2388;
}
.TagClassName
{
border-color: #3E2388;
}
</style>