Shades of Windsor #4C3281
Tints of Windsor #4C3281
RGB
CMYK
RGB Variations
Color information
#4C3281 (or 0x4C3281) is known color: Windsor. HEX triplet: 4C, 32 and 81. RGB value is (76,50,129). Sum of RGB (Red+Green+Blue) = 76+50+129=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C3281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3281 is #B3CD7E. Grayscale: #424242. Windows color (decimal): -11783551 or 8467020. OLE color: 8467020.
HSL color Cylindrical-coordinate representation of color #4C3281: hue angle of 259.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C3281 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 50 | 129 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.49 |
| HSL | 259.75º | 0.44% | 0.35% | - |
| HSV(B) | 259.75º | 0.61% | 0.51% | - |
| XYZ | 8.08 | 5.4 | 21.39 | - |
| YUV | 66.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 129 | 0.41 | 0.61 | 0 | 0.49 | 259.75 | 0.44 | 0.35 |
| Hex | 4C | 32 | 81 | 29 | 3D | 0 | 31 | 104 | 2C | 23 |
| Octal | 114 | 62 | 201 | 51 | 75 | 0 | 61 | 404 | 54 | 43 |
| Binary | 1001100 | 110010 | 10000001 | 101001 | 111101 | 0 | 110001 | 100000100 | 101100 | 100011 |
Color Harmonies of #4C3281
Complementary color
Monochromatic Colors of #4C3281
Black with #4C3281
Text Example
Text Example
White with #4C3281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3281; }
p { color: rgb(76,50,129); }
H1.HeaderClassName
{
color: #4C3281;
}
.AnyTagClassName
{
color: #4C3281;
}
</style>
background-color css
<style>
a { background-color: #4C3281; }
a { background-color: rgb(76,50,129); }
div.DivClassName
{
background-color: #4C3281;
}
.BgClassName
{
background-color: #4C3281;
}
</style>
border-color css
<style>
span { border-color: #4C3281; }
span { border-color: rgb(76,50,129); }
td.TdClassName
{
border-color: #4C3281;
}
.TagClassName
{
border-color: #4C3281;
}
</style>