Shades of Windsor #3F2789
Tints of Windsor #3F2789
RGB
CMYK
RGB Variations
Color information
#3F2789 (or 0x3F2789) is known color: Windsor. HEX triplet: 3F, 27 and 89. RGB value is (63,39,137). Sum of RGB (Red+Green+Blue) = 63+39+137=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F2789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2789 is #C0D876. Grayscale: #383838. Windows color (decimal): -12638327 or 8988479. OLE color: 8988479.
HSL color Cylindrical-coordinate representation of color #3F2789: hue angle of 254.69º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2789 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 39 | 137 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.46 |
| HSL | 254.69º | 0.56% | 0.35% | - |
| HSV(B) | 254.69º | 0.72% | 0.54% | - |
| XYZ | 7.29 | 4.31 | 24.12 | - |
| YUV | 57.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 137 | 0.54 | 0.72 | 0 | 0.46 | 254.69 | 0.56 | 0.35 |
| Hex | 3F | 27 | 89 | 36 | 48 | 0 | 2E | FF | 38 | 23 |
| Octal | 77 | 47 | 211 | 66 | 110 | 0 | 56 | 377 | 70 | 43 |
| Binary | 111111 | 100111 | 10001001 | 110110 | 1001000 | 0 | 101110 | 11111111 | 111000 | 100011 |
Color Harmonies of #3F2789
Complementary color
Monochromatic Colors of #3F2789
Black with #3F2789
Text Example
Text Example
White with #3F2789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2789; }
p { color: rgb(63,39,137); }
H1.HeaderClassName
{
color: #3F2789;
}
.AnyTagClassName
{
color: #3F2789;
}
</style>
background-color css
<style>
a { background-color: #3F2789; }
a { background-color: rgb(63,39,137); }
div.DivClassName
{
background-color: #3F2789;
}
.BgClassName
{
background-color: #3F2789;
}
</style>
border-color css
<style>
span { border-color: #3F2789; }
span { border-color: rgb(63,39,137); }
td.TdClassName
{
border-color: #3F2789;
}
.TagClassName
{
border-color: #3F2789;
}
</style>