Shades of Windsor #3C2879
Tints of Windsor #3C2879
RGB
CMYK
RGB Variations
Color information
#3C2879 (or 0x3C2879) is known color: Windsor. HEX triplet: 3C, 28 and 79. RGB value is (60,40,121). Sum of RGB (Red+Green+Blue) = 60+40+121=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2879 is #C3D786. Grayscale: #363636. Windows color (decimal): -12834695 or 7940156. OLE color: 7940156.
HSL color Cylindrical-coordinate representation of color #3C2879: hue angle of 254.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2879 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 40 | 121 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.53 |
| HSL | 254.81º | 0.5% | 0.32% | - |
| HSV(B) | 254.81º | 0.67% | 0.47% | - |
| XYZ | 6.07 | 3.86 | 18.51 | - |
| YUV | 55.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 121 | 0.50 | 0.67 | 0 | 0.53 | 254.81 | 0.5 | 0.32 |
| Hex | 3C | 28 | 79 | 32 | 43 | 0 | 35 | FF | 32 | 20 |
| Octal | 74 | 50 | 171 | 62 | 103 | 0 | 65 | 377 | 62 | 40 |
| Binary | 111100 | 101000 | 1111001 | 110010 | 1000011 | 0 | 110101 | 11111111 | 110010 | 100000 |
Color Harmonies of #3C2879
Complementary color
Monochromatic Colors of #3C2879
Black with #3C2879
Text Example
Text Example
White with #3C2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2879; }
p { color: rgb(60,40,121); }
H1.HeaderClassName
{
color: #3C2879;
}
.AnyTagClassName
{
color: #3C2879;
}
</style>
background-color css
<style>
a { background-color: #3C2879; }
a { background-color: rgb(60,40,121); }
div.DivClassName
{
background-color: #3C2879;
}
.BgClassName
{
background-color: #3C2879;
}
</style>
border-color css
<style>
span { border-color: #3C2879; }
span { border-color: rgb(60,40,121); }
td.TdClassName
{
border-color: #3C2879;
}
.TagClassName
{
border-color: #3C2879;
}
</style>