Shades of Windsor #3C2079
Tints of Windsor #3C2079
RGB
CMYK
RGB Variations
Color information
#3C2079 (or 0x3C2079) is known color: Windsor. HEX triplet: 3C, 20 and 79. RGB value is (60,32,121). Sum of RGB (Red+Green+Blue) = 60+32+121=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C2079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2079 is #C3DF86. Grayscale: #323232. Windows color (decimal): -12836743 or 7938108. OLE color: 7938108.
HSL color Cylindrical-coordinate representation of color #3C2079: hue angle of 258.88º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2079 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 32 | 121 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.53 |
| HSL | 258.88º | 0.58% | 0.3% | - |
| HSV(B) | 258.88º | 0.74% | 0.47% | - |
| XYZ | 5.83 | 3.37 | 18.43 | - |
| YUV | 50.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 121 | 0.50 | 0.74 | 0 | 0.53 | 258.88 | 0.58 | 0.3 |
| Hex | 3C | 20 | 79 | 32 | 4A | 0 | 35 | 103 | 3A | 1E |
| Octal | 74 | 40 | 171 | 62 | 112 | 0 | 65 | 403 | 72 | 36 |
| Binary | 111100 | 100000 | 1111001 | 110010 | 1001010 | 0 | 110101 | 100000011 | 111010 | 11110 |
Color Harmonies of #3C2079
Complementary color
Monochromatic Colors of #3C2079
Black with #3C2079
Text Example
Text Example
White with #3C2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2079; }
p { color: rgb(60,32,121); }
H1.HeaderClassName
{
color: #3C2079;
}
.AnyTagClassName
{
color: #3C2079;
}
</style>
background-color css
<style>
a { background-color: #3C2079; }
a { background-color: rgb(60,32,121); }
div.DivClassName
{
background-color: #3C2079;
}
.BgClassName
{
background-color: #3C2079;
}
</style>
border-color css
<style>
span { border-color: #3C2079; }
span { border-color: rgb(60,32,121); }
td.TdClassName
{
border-color: #3C2079;
}
.TagClassName
{
border-color: #3C2079;
}
</style>