Shades of Windsor #3C267A
Tints of Windsor #3C267A
RGB
CMYK
RGB Variations
Color information
#3C267A (or 0x3C267A) is known color: Windsor. HEX triplet: 3C, 26 and 7A. RGB value is (60,38,122). Sum of RGB (Red+Green+Blue) = 60+38+122=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C267A is #C3D985. Grayscale: #353535. Windows color (decimal): -12835206 or 8005180. OLE color: 8005180.
HSL color Cylindrical-coordinate representation of color #3C267A: hue angle of 255.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C267A is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 38 | 122 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.52 |
| HSL | 255.71º | 0.53% | 0.31% | - |
| HSV(B) | 255.71º | 0.69% | 0.48% | - |
| XYZ | 6.07 | 3.75 | 18.82 | - |
| YUV | 54.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 122 | 0.51 | 0.69 | 0 | 0.52 | 255.71 | 0.53 | 0.31 |
| Hex | 3C | 26 | 7A | 33 | 45 | 0 | 34 | 100 | 34 | 1F |
| Octal | 74 | 46 | 172 | 63 | 105 | 0 | 64 | 400 | 64 | 37 |
| Binary | 111100 | 100110 | 1111010 | 110011 | 1000101 | 0 | 110100 | 100000000 | 110100 | 11111 |
Color Harmonies of #3C267A
Complementary color
Monochromatic Colors of #3C267A
Black with #3C267A
Text Example
Text Example
White with #3C267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C267A; }
p { color: rgb(60,38,122); }
H1.HeaderClassName
{
color: #3C267A;
}
.AnyTagClassName
{
color: #3C267A;
}
</style>
background-color css
<style>
a { background-color: #3C267A; }
a { background-color: rgb(60,38,122); }
div.DivClassName
{
background-color: #3C267A;
}
.BgClassName
{
background-color: #3C267A;
}
</style>
border-color css
<style>
span { border-color: #3C267A; }
span { border-color: rgb(60,38,122); }
td.TdClassName
{
border-color: #3C267A;
}
.TagClassName
{
border-color: #3C267A;
}
</style>