Shades of Windsor #3F296F
Tints of Windsor #3F296F
RGB
CMYK
RGB Variations
Color information
#3F296F (or 0x3F296F) is known color: Windsor. HEX triplet: 3F, 29 and 6F. RGB value is (63,41,111). Sum of RGB (Red+Green+Blue) = 63+41+111=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F296F is #C0D690. Grayscale: #373737. Windows color (decimal): -12637841 or 7285055. OLE color: 7285055.
HSL color Cylindrical-coordinate representation of color #3F296F: hue angle of 258.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F296F is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 41 | 111 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.56 |
| HSL | 258.86º | 0.46% | 0.3% | - |
| HSV(B) | 258.86º | 0.63% | 0.44% | - |
| XYZ | 5.71 | 3.79 | 15.47 | - |
| YUV | 55.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 111 | 0.43 | 0.63 | 0 | 0.56 | 258.86 | 0.46 | 0.3 |
| Hex | 3F | 29 | 6F | 2B | 3F | 0 | 38 | 103 | 2E | 1E |
| Octal | 77 | 51 | 157 | 53 | 77 | 0 | 70 | 403 | 56 | 36 |
| Binary | 111111 | 101001 | 1101111 | 101011 | 111111 | 0 | 111000 | 100000011 | 101110 | 11110 |
Color Harmonies of #3F296F
Complementary color
Monochromatic Colors of #3F296F
Black with #3F296F
Text Example
Text Example
White with #3F296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F296F; }
p { color: rgb(63,41,111); }
H1.HeaderClassName
{
color: #3F296F;
}
.AnyTagClassName
{
color: #3F296F;
}
</style>
background-color css
<style>
a { background-color: #3F296F; }
a { background-color: rgb(63,41,111); }
div.DivClassName
{
background-color: #3F296F;
}
.BgClassName
{
background-color: #3F296F;
}
</style>
border-color css
<style>
span { border-color: #3F296F; }
span { border-color: rgb(63,41,111); }
td.TdClassName
{
border-color: #3F296F;
}
.TagClassName
{
border-color: #3F296F;
}
</style>