Shades of Windsor #3C207B
Tints of Windsor #3C207B
RGB
CMYK
RGB Variations
Color information
#3C207B (or 0x3C207B) is known color: Windsor. HEX triplet: 3C, 20 and 7B. RGB value is (60,32,123). Sum of RGB (Red+Green+Blue) = 60+32+123=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C207B is #C3DF84. Grayscale: #323232. Windows color (decimal): -12836741 or 8069180. OLE color: 8069180.
HSL color Cylindrical-coordinate representation of color #3C207B: hue angle of 258.46º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C207B is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 32 | 123 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.52 |
| HSL | 258.46º | 0.59% | 0.3% | - |
| HSV(B) | 258.46º | 0.74% | 0.48% | - |
| XYZ | 5.96 | 3.42 | 19.09 | - |
| YUV | 50.75 | 168.78 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 123 | 0.51 | 0.74 | 0 | 0.52 | 258.46 | 0.59 | 0.3 |
| Hex | 3C | 20 | 7B | 33 | 4A | 0 | 34 | 102 | 3B | 1E |
| Octal | 74 | 40 | 173 | 63 | 112 | 0 | 64 | 402 | 73 | 36 |
| Binary | 111100 | 100000 | 1111011 | 110011 | 1001010 | 0 | 110100 | 100000010 | 111011 | 11110 |
Color Harmonies of #3C207B
Complementary color
Monochromatic Colors of #3C207B
Black with #3C207B
Text Example
Text Example
White with #3C207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C207B; }
p { color: rgb(60,32,123); }
H1.HeaderClassName
{
color: #3C207B;
}
.AnyTagClassName
{
color: #3C207B;
}
</style>
background-color css
<style>
a { background-color: #3C207B; }
a { background-color: rgb(60,32,123); }
div.DivClassName
{
background-color: #3C207B;
}
.BgClassName
{
background-color: #3C207B;
}
</style>
border-color css
<style>
span { border-color: #3C207B; }
span { border-color: rgb(60,32,123); }
td.TdClassName
{
border-color: #3C207B;
}
.TagClassName
{
border-color: #3C207B;
}
</style>