Shades of Windsor #3C2977
Tints of Windsor #3C2977
RGB
CMYK
RGB Variations
Color information
#3C2977 (or 0x3C2977) is known color: Windsor. HEX triplet: 3C, 29 and 77. RGB value is (60,41,119). Sum of RGB (Red+Green+Blue) = 60+41+119=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2977 is #C3D688. Grayscale: #373737. Windows color (decimal): -12834441 or 7809340. OLE color: 7809340.
HSL color Cylindrical-coordinate representation of color #3C2977: hue angle of 254.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C2977 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 41 | 119 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.53 |
| HSL | 254.62º | 0.49% | 0.31% | - |
| HSV(B) | 254.62º | 0.66% | 0.47% | - |
| XYZ | 5.99 | 3.88 | 17.89 | - |
| YUV | 55.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 119 | 0.50 | 0.66 | 0 | 0.53 | 254.62 | 0.49 | 0.31 |
| Hex | 3C | 29 | 77 | 32 | 42 | 0 | 35 | FF | 31 | 1F |
| Octal | 74 | 51 | 167 | 62 | 102 | 0 | 65 | 377 | 61 | 37 |
| Binary | 111100 | 101001 | 1110111 | 110010 | 1000010 | 0 | 110101 | 11111111 | 110001 | 11111 |
Color Harmonies of #3C2977
Complementary color
Monochromatic Colors of #3C2977
Black with #3C2977
Text Example
Text Example
White with #3C2977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2977; }
p { color: rgb(60,41,119); }
H1.HeaderClassName
{
color: #3C2977;
}
.AnyTagClassName
{
color: #3C2977;
}
</style>
background-color css
<style>
a { background-color: #3C2977; }
a { background-color: rgb(60,41,119); }
div.DivClassName
{
background-color: #3C2977;
}
.BgClassName
{
background-color: #3C2977;
}
</style>
border-color css
<style>
span { border-color: #3C2977; }
span { border-color: rgb(60,41,119); }
td.TdClassName
{
border-color: #3C2977;
}
.TagClassName
{
border-color: #3C2977;
}
</style>