Shades of Windsor #3E258D
Tints of Windsor #3E258D
RGB
CMYK
RGB Variations
Color information
#3E258D (or 0x3E258D) is known color: Windsor. HEX triplet: 3E, 25 and 8D. RGB value is (62,37,141). Sum of RGB (Red+Green+Blue) = 62+37+141=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E258D is #C1DA72. Grayscale: #373737. Windows color (decimal): -12704371 or 9250110. OLE color: 9250110.
HSL color Cylindrical-coordinate representation of color #3E258D: hue angle of 254.42º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E258D is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 37 | 141 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.45 |
| HSL | 254.42º | 0.58% | 0.35% | - |
| HSV(B) | 254.42º | 0.74% | 0.55% | - |
| XYZ | 7.46 | 4.27 | 25.63 | - |
| YUV | 56.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 141 | 0.56 | 0.74 | 0 | 0.45 | 254.42 | 0.58 | 0.35 |
| Hex | 3E | 25 | 8D | 38 | 4A | 0 | 2D | FE | 3A | 23 |
| Octal | 76 | 45 | 215 | 70 | 112 | 0 | 55 | 376 | 72 | 43 |
| Binary | 111110 | 100101 | 10001101 | 111000 | 1001010 | 0 | 101101 | 11111110 | 111010 | 100011 |
Color Harmonies of #3E258D
Complementary color
Monochromatic Colors of #3E258D
Black with #3E258D
Text Example
Text Example
White with #3E258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E258D; }
p { color: rgb(62,37,141); }
H1.HeaderClassName
{
color: #3E258D;
}
.AnyTagClassName
{
color: #3E258D;
}
</style>
background-color css
<style>
a { background-color: #3E258D; }
a { background-color: rgb(62,37,141); }
div.DivClassName
{
background-color: #3E258D;
}
.BgClassName
{
background-color: #3E258D;
}
</style>
border-color css
<style>
span { border-color: #3E258D; }
span { border-color: rgb(62,37,141); }
td.TdClassName
{
border-color: #3E258D;
}
.TagClassName
{
border-color: #3E258D;
}
</style>