Shades of Windsor #3E2570
Tints of Windsor #3E2570
RGB
CMYK
RGB Variations
Color information
#3E2570 (or 0x3E2570) is known color: Windsor. HEX triplet: 3E, 25 and 70. RGB value is (62,37,112). Sum of RGB (Red+Green+Blue) = 62+37+112=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E2570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2570 is #C1DA8F. Grayscale: #343434. Windows color (decimal): -12704400 or 7349566. OLE color: 7349566.
HSL color Cylindrical-coordinate representation of color #3E2570: hue angle of 260º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E2570 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 37 | 112 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.56 |
| HSL | 260º | 0.5% | 0.29% | - |
| HSV(B) | 260º | 0.67% | 0.44% | - |
| XYZ | 5.57 | 3.52 | 15.71 | - |
| YUV | 53.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 112 | 0.45 | 0.67 | 0 | 0.56 | 260 | 0.5 | 0.29 |
| Hex | 3E | 25 | 70 | 2D | 43 | 0 | 38 | 104 | 32 | 1D |
| Octal | 76 | 45 | 160 | 55 | 103 | 0 | 70 | 404 | 62 | 35 |
| Binary | 111110 | 100101 | 1110000 | 101101 | 1000011 | 0 | 111000 | 100000100 | 110010 | 11101 |
Color Harmonies of #3E2570
Complementary color
Monochromatic Colors of #3E2570
Black with #3E2570
Text Example
Text Example
White with #3E2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2570; }
p { color: rgb(62,37,112); }
H1.HeaderClassName
{
color: #3E2570;
}
.AnyTagClassName
{
color: #3E2570;
}
</style>
background-color css
<style>
a { background-color: #3E2570; }
a { background-color: rgb(62,37,112); }
div.DivClassName
{
background-color: #3E2570;
}
.BgClassName
{
background-color: #3E2570;
}
</style>
border-color css
<style>
span { border-color: #3E2570; }
span { border-color: rgb(62,37,112); }
td.TdClassName
{
border-color: #3E2570;
}
.TagClassName
{
border-color: #3E2570;
}
</style>