Shades of Windsor #3C267D
Tints of Windsor #3C267D
RGB
CMYK
RGB Variations
Color information
#3C267D (or 0x3C267D) is known color: Windsor. HEX triplet: 3C, 26 and 7D. RGB value is (60,38,125). Sum of RGB (Red+Green+Blue) = 60+38+125=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C267D is #C3D982. Grayscale: #363636. Windows color (decimal): -12835203 or 8201788. OLE color: 8201788.
HSL color Cylindrical-coordinate representation of color #3C267D: hue angle of 255.17º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C267D is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 38 | 125 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.51 |
| HSL | 255.17º | 0.53% | 0.32% | - |
| HSV(B) | 255.17º | 0.7% | 0.49% | - |
| XYZ | 6.26 | 3.83 | 19.81 | - |
| YUV | 54.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 125 | 0.52 | 0.70 | 0 | 0.51 | 255.17 | 0.53 | 0.32 |
| Hex | 3C | 26 | 7D | 34 | 46 | 0 | 33 | FF | 35 | 20 |
| Octal | 74 | 46 | 175 | 64 | 106 | 0 | 63 | 377 | 65 | 40 |
| Binary | 111100 | 100110 | 1111101 | 110100 | 1000110 | 0 | 110011 | 11111111 | 110101 | 100000 |
Color Harmonies of #3C267D
Complementary color
Monochromatic Colors of #3C267D
Black with #3C267D
Text Example
Text Example
White with #3C267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C267D; }
p { color: rgb(60,38,125); }
H1.HeaderClassName
{
color: #3C267D;
}
.AnyTagClassName
{
color: #3C267D;
}
</style>
background-color css
<style>
a { background-color: #3C267D; }
a { background-color: rgb(60,38,125); }
div.DivClassName
{
background-color: #3C267D;
}
.BgClassName
{
background-color: #3C267D;
}
</style>
border-color css
<style>
span { border-color: #3C267D; }
span { border-color: rgb(60,38,125); }
td.TdClassName
{
border-color: #3C267D;
}
.TagClassName
{
border-color: #3C267D;
}
</style>