Shades of Windsor #3C277D
Tints of Windsor #3C277D
RGB
CMYK
RGB Variations
Color information
#3C277D (or 0x3C277D) is known color: Windsor. HEX triplet: 3C, 27 and 7D. RGB value is (60,39,125). Sum of RGB (Red+Green+Blue) = 60+39+125=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C277D is #C3D882. Grayscale: #363636. Windows color (decimal): -12834947 or 8202044. OLE color: 8202044.
HSL color Cylindrical-coordinate representation of color #3C277D: hue angle of 254.65º 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 #3C277D is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 39 | 125 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.51 |
| HSL | 254.65º | 0.52% | 0.32% | - |
| HSV(B) | 254.65º | 0.69% | 0.49% | - |
| XYZ | 6.29 | 3.89 | 19.82 | - |
| YUV | 55.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 125 | 0.52 | 0.69 | 0 | 0.51 | 254.65 | 0.52 | 0.32 |
| Hex | 3C | 27 | 7D | 34 | 45 | 0 | 33 | FF | 34 | 20 |
| Octal | 74 | 47 | 175 | 64 | 105 | 0 | 63 | 377 | 64 | 40 |
| Binary | 111100 | 100111 | 1111101 | 110100 | 1000101 | 0 | 110011 | 11111111 | 110100 | 100000 |
Color Harmonies of #3C277D
Complementary color
Monochromatic Colors of #3C277D
Black with #3C277D
Text Example
Text Example
White with #3C277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C277D; }
p { color: rgb(60,39,125); }
H1.HeaderClassName
{
color: #3C277D;
}
.AnyTagClassName
{
color: #3C277D;
}
</style>
background-color css
<style>
a { background-color: #3C277D; }
a { background-color: rgb(60,39,125); }
div.DivClassName
{
background-color: #3C277D;
}
.BgClassName
{
background-color: #3C277D;
}
</style>
border-color css
<style>
span { border-color: #3C277D; }
span { border-color: rgb(60,39,125); }
td.TdClassName
{
border-color: #3C277D;
}
.TagClassName
{
border-color: #3C277D;
}
</style>