Shades of Windsor #3C207D
Tints of Windsor #3C207D
RGB
CMYK
RGB Variations
Color information
#3C207D (or 0x3C207D) is known color: Windsor. HEX triplet: 3C, 20 and 7D. RGB value is (60,32,125). Sum of RGB (Red+Green+Blue) = 60+32+125=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C207D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C207D is #C3DF82. Grayscale: #323232. Windows color (decimal): -12836739 or 8200252. OLE color: 8200252.
HSL color Cylindrical-coordinate representation of color #3C207D: hue angle of 258.06º 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 #3C207D is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 32 | 125 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.51 |
| HSL | 258.06º | 0.59% | 0.31% | - |
| HSV(B) | 258.06º | 0.74% | 0.49% | - |
| XYZ | 6.08 | 3.47 | 19.75 | - |
| YUV | 50.97 | 169.78 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 125 | 0.52 | 0.74 | 0 | 0.51 | 258.06 | 0.59 | 0.31 |
| Hex | 3C | 20 | 7D | 34 | 4A | 0 | 33 | 102 | 3B | 1F |
| Octal | 74 | 40 | 175 | 64 | 112 | 0 | 63 | 402 | 73 | 37 |
| Binary | 111100 | 100000 | 1111101 | 110100 | 1001010 | 0 | 110011 | 100000010 | 111011 | 11111 |
Color Harmonies of #3C207D
Complementary color
Monochromatic Colors of #3C207D
Black with #3C207D
Text Example
Text Example
White with #3C207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C207D; }
p { color: rgb(60,32,125); }
H1.HeaderClassName
{
color: #3C207D;
}
.AnyTagClassName
{
color: #3C207D;
}
</style>
background-color css
<style>
a { background-color: #3C207D; }
a { background-color: rgb(60,32,125); }
div.DivClassName
{
background-color: #3C207D;
}
.BgClassName
{
background-color: #3C207D;
}
</style>
border-color css
<style>
span { border-color: #3C207D; }
span { border-color: rgb(60,32,125); }
td.TdClassName
{
border-color: #3C207D;
}
.TagClassName
{
border-color: #3C207D;
}
</style>