Shades of Windsor #3C317B
Tints of Windsor #3C317B
RGB
CMYK
RGB Variations
Color information
#3C317B (or 0x3C317B) is known color: Windsor. HEX triplet: 3C, 31 and 7B. RGB value is (60,49,123). Sum of RGB (Red+Green+Blue) = 60+49+123=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C317B is #C3CE84. Grayscale: #3C3C3C. Windows color (decimal): -12832389 or 8073532. OLE color: 8073532.
HSL color Cylindrical-coordinate representation of color #3C317B: hue angle of 248.92º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C317B is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 49 | 123 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.52 |
| HSL | 248.92º | 0.43% | 0.34% | - |
| HSV(B) | 248.92º | 0.6% | 0.48% | - |
| XYZ | 6.54 | 4.59 | 19.28 | - |
| YUV | 60.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 123 | 0.51 | 0.60 | 0 | 0.52 | 248.92 | 0.43 | 0.34 |
| Hex | 3C | 31 | 7B | 33 | 3C | 0 | 34 | F9 | 2B | 22 |
| Octal | 74 | 61 | 173 | 63 | 74 | 0 | 64 | 371 | 53 | 42 |
| Binary | 111100 | 110001 | 1111011 | 110011 | 111100 | 0 | 110100 | 11111001 | 101011 | 100010 |
Color Harmonies of #3C317B
Complementary color
Monochromatic Colors of #3C317B
Black with #3C317B
Text Example
Text Example
White with #3C317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C317B; }
p { color: rgb(60,49,123); }
H1.HeaderClassName
{
color: #3C317B;
}
.AnyTagClassName
{
color: #3C317B;
}
</style>
background-color css
<style>
a { background-color: #3C317B; }
a { background-color: rgb(60,49,123); }
div.DivClassName
{
background-color: #3C317B;
}
.BgClassName
{
background-color: #3C317B;
}
</style>
border-color css
<style>
span { border-color: #3C317B; }
span { border-color: rgb(60,49,123); }
td.TdClassName
{
border-color: #3C317B;
}
.TagClassName
{
border-color: #3C317B;
}
</style>