Shades of Windsor #3E3080
Tints of Windsor #3E3080
RGB
CMYK
RGB Variations
Color information
#3E3080 (or 0x3E3080) is known color: Windsor. HEX triplet: 3E, 30 and 80. RGB value is (62,48,128). Sum of RGB (Red+Green+Blue) = 62+48+128=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E3080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3080 is #C1CF7F. Grayscale: #3D3D3D. Windows color (decimal): -12701568 or 8400958. OLE color: 8400958.
HSL color Cylindrical-coordinate representation of color #3E3080: hue angle of 250.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E3080 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 48 | 128 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.50 |
| HSL | 250.5º | 0.45% | 0.35% | - |
| HSV(B) | 250.5º | 0.63% | 0.5% | - |
| XYZ | 6.94 | 4.7 | 20.96 | - |
| YUV | 61.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 128 | 0.52 | 0.62 | 0 | 0.50 | 250.5 | 0.45 | 0.35 |
| Hex | 3E | 30 | 80 | 34 | 3E | 0 | 32 | FB | 2D | 23 |
| Octal | 76 | 60 | 200 | 64 | 76 | 0 | 62 | 373 | 55 | 43 |
| Binary | 111110 | 110000 | 10000000 | 110100 | 111110 | 0 | 110010 | 11111011 | 101101 | 100011 |
Color Harmonies of #3E3080
Complementary color
Monochromatic Colors of #3E3080
Black with #3E3080
Text Example
Text Example
White with #3E3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3080; }
p { color: rgb(62,48,128); }
H1.HeaderClassName
{
color: #3E3080;
}
.AnyTagClassName
{
color: #3E3080;
}
</style>
background-color css
<style>
a { background-color: #3E3080; }
a { background-color: rgb(62,48,128); }
div.DivClassName
{
background-color: #3E3080;
}
.BgClassName
{
background-color: #3E3080;
}
</style>
border-color css
<style>
span { border-color: #3E3080; }
span { border-color: rgb(62,48,128); }
td.TdClassName
{
border-color: #3E3080;
}
.TagClassName
{
border-color: #3E3080;
}
</style>