Shades of Windsor #4E2C82
Tints of Windsor #4E2C82
RGB
CMYK
RGB Variations
Color information
#4E2C82 (or 0x4E2C82) is known color: Windsor. HEX triplet: 4E, 2C and 82. RGB value is (78,44,130). Sum of RGB (Red+Green+Blue) = 78+44+130=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E2C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2C82 is #B1D37D. Grayscale: #3F3F3F. Windows color (decimal): -11654014 or 8531022. OLE color: 8531022.
HSL color Cylindrical-coordinate representation of color #4E2C82: hue angle of 263.72º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E2C82 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 44 | 130 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.49 |
| HSL | 263.72º | 0.49% | 0.34% | - |
| HSV(B) | 263.72º | 0.66% | 0.51% | - |
| XYZ | 8.07 | 5.03 | 21.67 | - |
| YUV | 63.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 130 | 0.40 | 0.66 | 0 | 0.49 | 263.72 | 0.49 | 0.34 |
| Hex | 4E | 2C | 82 | 28 | 42 | 0 | 31 | 108 | 31 | 22 |
| Octal | 116 | 54 | 202 | 50 | 102 | 0 | 61 | 410 | 61 | 42 |
| Binary | 1001110 | 101100 | 10000010 | 101000 | 1000010 | 0 | 110001 | 100001000 | 110001 | 100010 |
Color Harmonies of #4E2C82
Complementary color
Monochromatic Colors of #4E2C82
Black with #4E2C82
Text Example
Text Example
White with #4E2C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2C82; }
p { color: rgb(78,44,130); }
H1.HeaderClassName
{
color: #4E2C82;
}
.AnyTagClassName
{
color: #4E2C82;
}
</style>
background-color css
<style>
a { background-color: #4E2C82; }
a { background-color: rgb(78,44,130); }
div.DivClassName
{
background-color: #4E2C82;
}
.BgClassName
{
background-color: #4E2C82;
}
</style>
border-color css
<style>
span { border-color: #4E2C82; }
span { border-color: rgb(78,44,130); }
td.TdClassName
{
border-color: #4E2C82;
}
.TagClassName
{
border-color: #4E2C82;
}
</style>