Shades of Windsor #3F266F
Tints of Windsor #3F266F
RGB
CMYK
RGB Variations
Color information
#3F266F (or 0x3F266F) is known color: Windsor. HEX triplet: 3F, 26 and 6F. RGB value is (63,38,111). Sum of RGB (Red+Green+Blue) = 63+38+111=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F266F is #C0D990. Grayscale: #353535. Windows color (decimal): -12638609 or 7284287. OLE color: 7284287.
HSL color Cylindrical-coordinate representation of color #3F266F: hue angle of 260.55º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F266F is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 38 | 111 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.56 |
| HSL | 260.55º | 0.49% | 0.29% | - |
| HSV(B) | 260.55º | 0.66% | 0.44% | - |
| XYZ | 5.61 | 3.59 | 15.44 | - |
| YUV | 53.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 111 | 0.43 | 0.66 | 0 | 0.56 | 260.55 | 0.49 | 0.29 |
| Hex | 3F | 26 | 6F | 2B | 42 | 0 | 38 | 105 | 31 | 1D |
| Octal | 77 | 46 | 157 | 53 | 102 | 0 | 70 | 405 | 61 | 35 |
| Binary | 111111 | 100110 | 1101111 | 101011 | 1000010 | 0 | 111000 | 100000101 | 110001 | 11101 |
Color Harmonies of #3F266F
Complementary color
Monochromatic Colors of #3F266F
Black with #3F266F
Text Example
Text Example
White with #3F266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F266F; }
p { color: rgb(63,38,111); }
H1.HeaderClassName
{
color: #3F266F;
}
.AnyTagClassName
{
color: #3F266F;
}
</style>
background-color css
<style>
a { background-color: #3F266F; }
a { background-color: rgb(63,38,111); }
div.DivClassName
{
background-color: #3F266F;
}
.BgClassName
{
background-color: #3F266F;
}
</style>
border-color css
<style>
span { border-color: #3F266F; }
span { border-color: rgb(63,38,111); }
td.TdClassName
{
border-color: #3F266F;
}
.TagClassName
{
border-color: #3F266F;
}
</style>