Shades of Windsor #3C207C
Tints of Windsor #3C207C
RGB
CMYK
RGB Variations
Color information
#3C207C (or 0x3C207C) is known color: Windsor. HEX triplet: 3C, 20 and 7C. RGB value is (60,32,124). Sum of RGB (Red+Green+Blue) = 60+32+124=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C207C is #C3DF83. Grayscale: #323232. Windows color (decimal): -12836740 or 8134716. OLE color: 8134716.
HSL color Cylindrical-coordinate representation of color #3C207C: hue angle of 258.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C207C is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 32 | 124 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.51 |
| HSL | 258.26º | 0.59% | 0.31% | - |
| HSV(B) | 258.26º | 0.74% | 0.49% | - |
| XYZ | 6.02 | 3.45 | 19.42 | - |
| YUV | 50.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 124 | 0.52 | 0.74 | 0 | 0.51 | 258.26 | 0.59 | 0.31 |
| Hex | 3C | 20 | 7C | 34 | 4A | 0 | 33 | 102 | 3B | 1F |
| Octal | 74 | 40 | 174 | 64 | 112 | 0 | 63 | 402 | 73 | 37 |
| Binary | 111100 | 100000 | 1111100 | 110100 | 1001010 | 0 | 110011 | 100000010 | 111011 | 11111 |
Color Harmonies of #3C207C
Complementary color
Monochromatic Colors of #3C207C
Black with #3C207C
Text Example
Text Example
White with #3C207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C207C; }
p { color: rgb(60,32,124); }
H1.HeaderClassName
{
color: #3C207C;
}
.AnyTagClassName
{
color: #3C207C;
}
</style>
background-color css
<style>
a { background-color: #3C207C; }
a { background-color: rgb(60,32,124); }
div.DivClassName
{
background-color: #3C207C;
}
.BgClassName
{
background-color: #3C207C;
}
</style>
border-color css
<style>
span { border-color: #3C207C; }
span { border-color: rgb(60,32,124); }
td.TdClassName
{
border-color: #3C207C;
}
.TagClassName
{
border-color: #3C207C;
}
</style>