Shades of Windsor #3C2271
Tints of Windsor #3C2271
RGB
CMYK
RGB Variations
Color information
#3C2271 (or 0x3C2271) is known color: Windsor. HEX triplet: 3C, 22 and 71. RGB value is (60,34,113). Sum of RGB (Red+Green+Blue) = 60+34+113=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2271 is #C3DD8E. Grayscale: #323232. Windows color (decimal): -12836239 or 7414332. OLE color: 7414332.
HSL color Cylindrical-coordinate representation of color #3C2271: hue angle of 259.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C2271 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 34 | 113 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.56 |
| HSL | 259.75º | 0.54% | 0.29% | - |
| HSV(B) | 259.75º | 0.7% | 0.44% | - |
| XYZ | 5.42 | 3.3 | 15.97 | - |
| YUV | 50.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 113 | 0.47 | 0.70 | 0 | 0.56 | 259.75 | 0.54 | 0.29 |
| Hex | 3C | 22 | 71 | 2F | 46 | 0 | 38 | 104 | 36 | 1D |
| Octal | 74 | 42 | 161 | 57 | 106 | 0 | 70 | 404 | 66 | 35 |
| Binary | 111100 | 100010 | 1110001 | 101111 | 1000110 | 0 | 111000 | 100000100 | 110110 | 11101 |
Color Harmonies of #3C2271
Complementary color
Monochromatic Colors of #3C2271
Black with #3C2271
Text Example
Text Example
White with #3C2271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2271; }
p { color: rgb(60,34,113); }
H1.HeaderClassName
{
color: #3C2271;
}
.AnyTagClassName
{
color: #3C2271;
}
</style>
background-color css
<style>
a { background-color: #3C2271; }
a { background-color: rgb(60,34,113); }
div.DivClassName
{
background-color: #3C2271;
}
.BgClassName
{
background-color: #3C2271;
}
</style>
border-color css
<style>
span { border-color: #3C2271; }
span { border-color: rgb(60,34,113); }
td.TdClassName
{
border-color: #3C2271;
}
.TagClassName
{
border-color: #3C2271;
}
</style>