Shades of Windsor #3E267A
Tints of Windsor #3E267A
RGB
CMYK
RGB Variations
Color information
#3E267A (or 0x3E267A) is known color: Windsor. HEX triplet: 3E, 26 and 7A. RGB value is (62,38,122). Sum of RGB (Red+Green+Blue) = 62+38+122=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E267A is #C1D985. Grayscale: #363636. Windows color (decimal): -12704134 or 8005182. OLE color: 8005182.
HSL color Cylindrical-coordinate representation of color #3E267A: hue angle of 257.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E267A is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 38 | 122 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.52 |
| HSL | 257.14º | 0.53% | 0.31% | - |
| HSV(B) | 257.14º | 0.69% | 0.48% | - |
| XYZ | 6.19 | 3.82 | 18.82 | - |
| YUV | 54.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 122 | 0.49 | 0.69 | 0 | 0.52 | 257.14 | 0.53 | 0.31 |
| Hex | 3E | 26 | 7A | 31 | 45 | 0 | 34 | 101 | 34 | 1F |
| Octal | 76 | 46 | 172 | 61 | 105 | 0 | 64 | 401 | 64 | 37 |
| Binary | 111110 | 100110 | 1111010 | 110001 | 1000101 | 0 | 110100 | 100000001 | 110100 | 11111 |
Color Harmonies of #3E267A
Complementary color
Monochromatic Colors of #3E267A
Black with #3E267A
Text Example
Text Example
White with #3E267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E267A; }
p { color: rgb(62,38,122); }
H1.HeaderClassName
{
color: #3E267A;
}
.AnyTagClassName
{
color: #3E267A;
}
</style>
background-color css
<style>
a { background-color: #3E267A; }
a { background-color: rgb(62,38,122); }
div.DivClassName
{
background-color: #3E267A;
}
.BgClassName
{
background-color: #3E267A;
}
</style>
border-color css
<style>
span { border-color: #3E267A; }
span { border-color: rgb(62,38,122); }
td.TdClassName
{
border-color: #3E267A;
}
.TagClassName
{
border-color: #3E267A;
}
</style>