Shades of Windsor #3C2A78
Tints of Windsor #3C2A78
RGB
CMYK
RGB Variations
Color information
#3C2A78 (or 0x3C2A78) is known color: Windsor. HEX triplet: 3C, 2A and 78. RGB value is (60,42,120). Sum of RGB (Red+Green+Blue) = 60+42+120=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C2A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2A78 is #C3D587. Grayscale: #373737. Windows color (decimal): -12834184 or 7875132. OLE color: 7875132.
HSL color Cylindrical-coordinate representation of color #3C2A78: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C2A78 is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 42 | 120 | - |
| CMYK | 0.5 | 0.65 | 0 | 0.53 |
| HSL | 253.85º | 0.48% | 0.32% | - |
| HSV(B) | 253.85º | 0.65% | 0.47% | - |
| XYZ | 6.08 | 3.97 | 18.22 | - |
| YUV | 56.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 120 | 0.5 | 0.65 | 0 | 0.53 | 253.85 | 0.48 | 0.32 |
| Hex | 3C | 2A | 78 | 32 | 41 | 0 | 35 | FE | 30 | 20 |
| Octal | 74 | 52 | 170 | 62 | 101 | 0 | 65 | 376 | 60 | 40 |
| Binary | 111100 | 101010 | 1111000 | 110010 | 1000001 | 0 | 110101 | 11111110 | 110000 | 100000 |
Color Harmonies of #3C2A78
Complementary color
Monochromatic Colors of #3C2A78
Black with #3C2A78
Text Example
Text Example
White with #3C2A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2A78; }
p { color: rgb(60,42,120); }
H1.HeaderClassName
{
color: #3C2A78;
}
.AnyTagClassName
{
color: #3C2A78;
}
</style>
background-color css
<style>
a { background-color: #3C2A78; }
a { background-color: rgb(60,42,120); }
div.DivClassName
{
background-color: #3C2A78;
}
.BgClassName
{
background-color: #3C2A78;
}
</style>
border-color css
<style>
span { border-color: #3C2A78; }
span { border-color: rgb(60,42,120); }
td.TdClassName
{
border-color: #3C2A78;
}
.TagClassName
{
border-color: #3C2A78;
}
</style>