Shades of Windsor #3C2C76
Tints of Windsor #3C2C76
RGB
CMYK
RGB Variations
Color information
#3C2C76 (or 0x3C2C76) is known color: Windsor. HEX triplet: 3C, 2C and 76. RGB value is (60,44,118). Sum of RGB (Red+Green+Blue) = 60+44+118=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C2C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C76 is #C3D389. Grayscale: #383838. Windows color (decimal): -12833674 or 7744572. OLE color: 7744572.
HSL color Cylindrical-coordinate representation of color #3C2C76: hue angle of 252.97º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2C76 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 44 | 118 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.54 |
| HSL | 252.97º | 0.46% | 0.32% | - |
| HSV(B) | 252.97º | 0.63% | 0.46% | - |
| XYZ | 6.03 | 4.07 | 17.61 | - |
| YUV | 57.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 118 | 0.49 | 0.63 | 0 | 0.54 | 252.97 | 0.46 | 0.32 |
| Hex | 3C | 2C | 76 | 31 | 3F | 0 | 36 | FD | 2E | 20 |
| Octal | 74 | 54 | 166 | 61 | 77 | 0 | 66 | 375 | 56 | 40 |
| Binary | 111100 | 101100 | 1110110 | 110001 | 111111 | 0 | 110110 | 11111101 | 101110 | 100000 |
Color Harmonies of #3C2C76
Complementary color
Monochromatic Colors of #3C2C76
Black with #3C2C76
Text Example
Text Example
White with #3C2C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2C76; }
p { color: rgb(60,44,118); }
H1.HeaderClassName
{
color: #3C2C76;
}
.AnyTagClassName
{
color: #3C2C76;
}
</style>
background-color css
<style>
a { background-color: #3C2C76; }
a { background-color: rgb(60,44,118); }
div.DivClassName
{
background-color: #3C2C76;
}
.BgClassName
{
background-color: #3C2C76;
}
</style>
border-color css
<style>
span { border-color: #3C2C76; }
span { border-color: rgb(60,44,118); }
td.TdClassName
{
border-color: #3C2C76;
}
.TagClassName
{
border-color: #3C2C76;
}
</style>