Shades of Windsor #3C2472
Tints of Windsor #3C2472
RGB
CMYK
RGB Variations
Color information
#3C2472 (or 0x3C2472) is known color: Windsor. HEX triplet: 3C, 24 and 72. RGB value is (60,36,114). Sum of RGB (Red+Green+Blue) = 60+36+114=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C2472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2472 is #C3DB8D. Grayscale: #333333. Windows color (decimal): -12835726 or 7480380. OLE color: 7480380.
HSL color Cylindrical-coordinate representation of color #3C2472: hue angle of 258.46º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2472 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 36 | 114 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.55 |
| HSL | 258.46º | 0.52% | 0.29% | - |
| HSV(B) | 258.46º | 0.68% | 0.45% | - |
| XYZ | 5.53 | 3.44 | 16.29 | - |
| YUV | 52.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 114 | 0.47 | 0.68 | 0 | 0.55 | 258.46 | 0.52 | 0.29 |
| Hex | 3C | 24 | 72 | 2F | 44 | 0 | 37 | 102 | 34 | 1D |
| Octal | 74 | 44 | 162 | 57 | 104 | 0 | 67 | 402 | 64 | 35 |
| Binary | 111100 | 100100 | 1110010 | 101111 | 1000100 | 0 | 110111 | 100000010 | 110100 | 11101 |
Color Harmonies of #3C2472
Complementary color
Monochromatic Colors of #3C2472
Black with #3C2472
Text Example
Text Example
White with #3C2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2472; }
p { color: rgb(60,36,114); }
H1.HeaderClassName
{
color: #3C2472;
}
.AnyTagClassName
{
color: #3C2472;
}
</style>
background-color css
<style>
a { background-color: #3C2472; }
a { background-color: rgb(60,36,114); }
div.DivClassName
{
background-color: #3C2472;
}
.BgClassName
{
background-color: #3C2472;
}
</style>
border-color css
<style>
span { border-color: #3C2472; }
span { border-color: rgb(60,36,114); }
td.TdClassName
{
border-color: #3C2472;
}
.TagClassName
{
border-color: #3C2472;
}
</style>