Shades of Windsor #3E2387
Tints of Windsor #3E2387
RGB
CMYK
RGB Variations
Color information
#3E2387 (or 0x3E2387) is known color: Windsor. HEX triplet: 3E, 23 and 87. RGB value is (62,35,135). Sum of RGB (Red+Green+Blue) = 62+35+135=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E2387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2387 is #C1DC78. Grayscale: #363636. Windows color (decimal): -12704889 or 8856382. OLE color: 8856382.
HSL color Cylindrical-coordinate representation of color #3E2387: hue angle of 256.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2387 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 35 | 135 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.47 |
| HSL | 256.2º | 0.59% | 0.33% | - |
| HSV(B) | 256.2º | 0.74% | 0.53% | - |
| XYZ | 6.96 | 3.98 | 23.32 | - |
| YUV | 54.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 135 | 0.54 | 0.74 | 0 | 0.47 | 256.2 | 0.59 | 0.33 |
| Hex | 3E | 23 | 87 | 36 | 4A | 0 | 2F | 100 | 3B | 21 |
| Octal | 76 | 43 | 207 | 66 | 112 | 0 | 57 | 400 | 73 | 41 |
| Binary | 111110 | 100011 | 10000111 | 110110 | 1001010 | 0 | 101111 | 100000000 | 111011 | 100001 |
Color Harmonies of #3E2387
Complementary color
Monochromatic Colors of #3E2387
Black with #3E2387
Text Example
Text Example
White with #3E2387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2387; }
p { color: rgb(62,35,135); }
H1.HeaderClassName
{
color: #3E2387;
}
.AnyTagClassName
{
color: #3E2387;
}
</style>
background-color css
<style>
a { background-color: #3E2387; }
a { background-color: rgb(62,35,135); }
div.DivClassName
{
background-color: #3E2387;
}
.BgClassName
{
background-color: #3E2387;
}
</style>
border-color css
<style>
span { border-color: #3E2387; }
span { border-color: rgb(62,35,135); }
td.TdClassName
{
border-color: #3E2387;
}
.TagClassName
{
border-color: #3E2387;
}
</style>