Shades of Windsor #3C297C
Tints of Windsor #3C297C
RGB
CMYK
RGB Variations
Color information
#3C297C (or 0x3C297C) is known color: Windsor. HEX triplet: 3C, 29 and 7C. RGB value is (60,41,124). Sum of RGB (Red+Green+Blue) = 60+41+124=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C297C is #C3D683. Grayscale: #373737. Windows color (decimal): -12834436 or 8137020. OLE color: 8137020.
HSL color Cylindrical-coordinate representation of color #3C297C: hue angle of 253.73º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C297C is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 41 | 124 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.51 |
| HSL | 253.73º | 0.5% | 0.32% | - |
| HSV(B) | 253.73º | 0.67% | 0.49% | - |
| XYZ | 6.29 | 4 | 19.51 | - |
| YUV | 56.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 124 | 0.52 | 0.67 | 0 | 0.51 | 253.73 | 0.5 | 0.32 |
| Hex | 3C | 29 | 7C | 34 | 43 | 0 | 33 | FE | 32 | 20 |
| Octal | 74 | 51 | 174 | 64 | 103 | 0 | 63 | 376 | 62 | 40 |
| Binary | 111100 | 101001 | 1111100 | 110100 | 1000011 | 0 | 110011 | 11111110 | 110010 | 100000 |
Color Harmonies of #3C297C
Complementary color
Monochromatic Colors of #3C297C
Black with #3C297C
Text Example
Text Example
White with #3C297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C297C; }
p { color: rgb(60,41,124); }
H1.HeaderClassName
{
color: #3C297C;
}
.AnyTagClassName
{
color: #3C297C;
}
</style>
background-color css
<style>
a { background-color: #3C297C; }
a { background-color: rgb(60,41,124); }
div.DivClassName
{
background-color: #3C297C;
}
.BgClassName
{
background-color: #3C297C;
}
</style>
border-color css
<style>
span { border-color: #3C297C; }
span { border-color: rgb(60,41,124); }
td.TdClassName
{
border-color: #3C297C;
}
.TagClassName
{
border-color: #3C297C;
}
</style>