Shades of Windsor #3C277C
Tints of Windsor #3C277C
RGB
CMYK
RGB Variations
Color information
#3C277C (or 0x3C277C) is known color: Windsor. HEX triplet: 3C, 27 and 7C. RGB value is (60,39,124). Sum of RGB (Red+Green+Blue) = 60+39+124=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C277C is #C3D883. Grayscale: #363636. Windows color (decimal): -12834948 or 8136508. OLE color: 8136508.
HSL color Cylindrical-coordinate representation of color #3C277C: hue angle of 254.82º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C277C is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 39 | 124 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.51 |
| HSL | 254.82º | 0.52% | 0.32% | - |
| HSV(B) | 254.82º | 0.69% | 0.49% | - |
| XYZ | 6.23 | 3.87 | 19.49 | - |
| YUV | 54.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 124 | 0.52 | 0.69 | 0 | 0.51 | 254.82 | 0.52 | 0.32 |
| Hex | 3C | 27 | 7C | 34 | 45 | 0 | 33 | FF | 34 | 20 |
| Octal | 74 | 47 | 174 | 64 | 105 | 0 | 63 | 377 | 64 | 40 |
| Binary | 111100 | 100111 | 1111100 | 110100 | 1000101 | 0 | 110011 | 11111111 | 110100 | 100000 |
Color Harmonies of #3C277C
Complementary color
Monochromatic Colors of #3C277C
Black with #3C277C
Text Example
Text Example
White with #3C277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C277C; }
p { color: rgb(60,39,124); }
H1.HeaderClassName
{
color: #3C277C;
}
.AnyTagClassName
{
color: #3C277C;
}
</style>
background-color css
<style>
a { background-color: #3C277C; }
a { background-color: rgb(60,39,124); }
div.DivClassName
{
background-color: #3C277C;
}
.BgClassName
{
background-color: #3C277C;
}
</style>
border-color css
<style>
span { border-color: #3C277C; }
span { border-color: rgb(60,39,124); }
td.TdClassName
{
border-color: #3C277C;
}
.TagClassName
{
border-color: #3C277C;
}
</style>