Shades of Windsor #3C2172
Tints of Windsor #3C2172
RGB
CMYK
RGB Variations
Color information
#3C2172 (or 0x3C2172) is known color: Windsor. HEX triplet: 3C, 21 and 72. RGB value is (60,33,114). Sum of RGB (Red+Green+Blue) = 60+33+114=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2172 is #C3DE8D. Grayscale: #323232. Windows color (decimal): -12836494 or 7479612. OLE color: 7479612.
HSL color Cylindrical-coordinate representation of color #3C2172: hue angle of 260º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C2172 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 33 | 114 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.55 |
| HSL | 260º | 0.55% | 0.29% | - |
| HSV(B) | 260º | 0.71% | 0.45% | - |
| XYZ | 5.44 | 3.26 | 16.26 | - |
| YUV | 50.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 114 | 0.47 | 0.71 | 0 | 0.55 | 260 | 0.55 | 0.29 |
| Hex | 3C | 21 | 72 | 2F | 47 | 0 | 37 | 104 | 37 | 1D |
| Octal | 74 | 41 | 162 | 57 | 107 | 0 | 67 | 404 | 67 | 35 |
| Binary | 111100 | 100001 | 1110010 | 101111 | 1000111 | 0 | 110111 | 100000100 | 110111 | 11101 |
Color Harmonies of #3C2172
Complementary color
Monochromatic Colors of #3C2172
Black with #3C2172
Text Example
Text Example
White with #3C2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2172; }
p { color: rgb(60,33,114); }
H1.HeaderClassName
{
color: #3C2172;
}
.AnyTagClassName
{
color: #3C2172;
}
</style>
background-color css
<style>
a { background-color: #3C2172; }
a { background-color: rgb(60,33,114); }
div.DivClassName
{
background-color: #3C2172;
}
.BgClassName
{
background-color: #3C2172;
}
</style>
border-color css
<style>
span { border-color: #3C2172; }
span { border-color: rgb(60,33,114); }
td.TdClassName
{
border-color: #3C2172;
}
.TagClassName
{
border-color: #3C2172;
}
</style>