Shades of Windsor #3C2183
Tints of Windsor #3C2183
RGB
CMYK
RGB Variations
Color information
#3C2183 (or 0x3C2183) is known color: Windsor. HEX triplet: 3C, 21 and 83. RGB value is (60,33,131). Sum of RGB (Red+Green+Blue) = 60+33+131=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C2183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2183 is #C3DE7C. Grayscale: #333333. Windows color (decimal): -12836477 or 8593724. OLE color: 8593724.
HSL color Cylindrical-coordinate representation of color #3C2183: hue angle of 256.53º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2183 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 33 | 131 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.49 |
| HSL | 256.53º | 0.6% | 0.32% | - |
| HSV(B) | 256.53º | 0.75% | 0.51% | - |
| XYZ | 6.5 | 3.69 | 21.84 | - |
| YUV | 52.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 131 | 0.54 | 0.75 | 0 | 0.49 | 256.53 | 0.6 | 0.32 |
| Hex | 3C | 21 | 83 | 36 | 4B | 0 | 31 | 101 | 3C | 20 |
| Octal | 74 | 41 | 203 | 66 | 113 | 0 | 61 | 401 | 74 | 40 |
| Binary | 111100 | 100001 | 10000011 | 110110 | 1001011 | 0 | 110001 | 100000001 | 111100 | 100000 |
Color Harmonies of #3C2183
Complementary color
Monochromatic Colors of #3C2183
Black with #3C2183
Text Example
Text Example
White with #3C2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2183; }
p { color: rgb(60,33,131); }
H1.HeaderClassName
{
color: #3C2183;
}
.AnyTagClassName
{
color: #3C2183;
}
</style>
background-color css
<style>
a { background-color: #3C2183; }
a { background-color: rgb(60,33,131); }
div.DivClassName
{
background-color: #3C2183;
}
.BgClassName
{
background-color: #3C2183;
}
</style>
border-color css
<style>
span { border-color: #3C2183; }
span { border-color: rgb(60,33,131); }
td.TdClassName
{
border-color: #3C2183;
}
.TagClassName
{
border-color: #3C2183;
}
</style>