Shades of Windsor #3E277B
Tints of Windsor #3E277B
RGB
CMYK
RGB Variations
Color information
#3E277B (or 0x3E277B) is known color: Windsor. HEX triplet: 3E, 27 and 7B. RGB value is (62,39,123). Sum of RGB (Red+Green+Blue) = 62+39+123=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E277B is #C1D884. Grayscale: #373737. Windows color (decimal): -12703877 or 8070974. OLE color: 8070974.
HSL color Cylindrical-coordinate representation of color #3E277B: hue angle of 256.43º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E277B is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 39 | 123 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.52 |
| HSL | 256.43º | 0.52% | 0.32% | - |
| HSV(B) | 256.43º | 0.68% | 0.48% | - |
| XYZ | 6.29 | 3.91 | 19.16 | - |
| YUV | 55.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 123 | 0.50 | 0.68 | 0 | 0.52 | 256.43 | 0.52 | 0.32 |
| Hex | 3E | 27 | 7B | 32 | 44 | 0 | 34 | 100 | 34 | 20 |
| Octal | 76 | 47 | 173 | 62 | 104 | 0 | 64 | 400 | 64 | 40 |
| Binary | 111110 | 100111 | 1111011 | 110010 | 1000100 | 0 | 110100 | 100000000 | 110100 | 100000 |
Color Harmonies of #3E277B
Complementary color
Monochromatic Colors of #3E277B
Black with #3E277B
Text Example
Text Example
White with #3E277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E277B; }
p { color: rgb(62,39,123); }
H1.HeaderClassName
{
color: #3E277B;
}
.AnyTagClassName
{
color: #3E277B;
}
</style>
background-color css
<style>
a { background-color: #3E277B; }
a { background-color: rgb(62,39,123); }
div.DivClassName
{
background-color: #3E277B;
}
.BgClassName
{
background-color: #3E277B;
}
</style>
border-color css
<style>
span { border-color: #3E277B; }
span { border-color: rgb(62,39,123); }
td.TdClassName
{
border-color: #3E277B;
}
.TagClassName
{
border-color: #3E277B;
}
</style>