Shades of Windsor #3F266D
Tints of Windsor #3F266D
RGB
CMYK
RGB Variations
Color information
#3F266D (or 0x3F266D) is known color: Windsor. HEX triplet: 3F, 26 and 6D. RGB value is (63,38,109). Sum of RGB (Red+Green+Blue) = 63+38+109=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F266D is #C0D992. Grayscale: #353535. Windows color (decimal): -12638611 or 7153215. OLE color: 7153215.
HSL color Cylindrical-coordinate representation of color #3F266D: hue angle of 261.13º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F266D is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 38 | 109 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.57 |
| HSL | 261.13º | 0.48% | 0.29% | - |
| HSV(B) | 261.13º | 0.65% | 0.43% | - |
| XYZ | 5.5 | 3.55 | 14.86 | - |
| YUV | 53.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 109 | 0.42 | 0.65 | 0 | 0.57 | 261.13 | 0.48 | 0.29 |
| Hex | 3F | 26 | 6D | 2A | 41 | 0 | 39 | 105 | 30 | 1D |
| Octal | 77 | 46 | 155 | 52 | 101 | 0 | 71 | 405 | 60 | 35 |
| Binary | 111111 | 100110 | 1101101 | 101010 | 1000001 | 0 | 111001 | 100000101 | 110000 | 11101 |
Color Harmonies of #3F266D
Complementary color
Monochromatic Colors of #3F266D
Black with #3F266D
Text Example
Text Example
White with #3F266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F266D; }
p { color: rgb(63,38,109); }
H1.HeaderClassName
{
color: #3F266D;
}
.AnyTagClassName
{
color: #3F266D;
}
</style>
background-color css
<style>
a { background-color: #3F266D; }
a { background-color: rgb(63,38,109); }
div.DivClassName
{
background-color: #3F266D;
}
.BgClassName
{
background-color: #3F266D;
}
</style>
border-color css
<style>
span { border-color: #3F266D; }
span { border-color: rgb(63,38,109); }
td.TdClassName
{
border-color: #3F266D;
}
.TagClassName
{
border-color: #3F266D;
}
</style>