Shades of Windsor #3C2489
Tints of Windsor #3C2489
RGB
CMYK
RGB Variations
Color information
#3C2489 (or 0x3C2489) is known color: Windsor. HEX triplet: 3C, 24 and 89. RGB value is (60,36,137). Sum of RGB (Red+Green+Blue) = 60+36+137=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C2489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2489 is #C3DB76. Grayscale: #363636. Windows color (decimal): -12835703 or 8987708. OLE color: 8987708.
HSL color Cylindrical-coordinate representation of color #3C2489: hue angle of 254.26º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2489 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 36 | 137 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.46 |
| HSL | 254.26º | 0.58% | 0.34% | - |
| HSV(B) | 254.26º | 0.74% | 0.54% | - |
| XYZ | 7.01 | 4.03 | 24.08 | - |
| YUV | 54.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 137 | 0.56 | 0.74 | 0 | 0.46 | 254.26 | 0.58 | 0.34 |
| Hex | 3C | 24 | 89 | 38 | 4A | 0 | 2E | FE | 3A | 22 |
| Octal | 74 | 44 | 211 | 70 | 112 | 0 | 56 | 376 | 72 | 42 |
| Binary | 111100 | 100100 | 10001001 | 111000 | 1001010 | 0 | 101110 | 11111110 | 111010 | 100010 |
Color Harmonies of #3C2489
Complementary color
Monochromatic Colors of #3C2489
Black with #3C2489
Text Example
Text Example
White with #3C2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2489; }
p { color: rgb(60,36,137); }
H1.HeaderClassName
{
color: #3C2489;
}
.AnyTagClassName
{
color: #3C2489;
}
</style>
background-color css
<style>
a { background-color: #3C2489; }
a { background-color: rgb(60,36,137); }
div.DivClassName
{
background-color: #3C2489;
}
.BgClassName
{
background-color: #3C2489;
}
</style>
border-color css
<style>
span { border-color: #3C2489; }
span { border-color: rgb(60,36,137); }
td.TdClassName
{
border-color: #3C2489;
}
.TagClassName
{
border-color: #3C2489;
}
</style>