Shades of Windsor #3F2670
Tints of Windsor #3F2670
RGB
CMYK
RGB Variations
Color information
#3F2670 (or 0x3F2670) is known color: Windsor. HEX triplet: 3F, 26 and 70. RGB value is (63,38,112). Sum of RGB (Red+Green+Blue) = 63+38+112=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F2670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2670 is #C0D98F. Grayscale: #353535. Windows color (decimal): -12638608 or 7349823. OLE color: 7349823.
HSL color Cylindrical-coordinate representation of color #3F2670: hue angle of 260.27º 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 #3F2670 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 38 | 112 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.56 |
| HSL | 260.27º | 0.49% | 0.29% | - |
| HSV(B) | 260.27º | 0.66% | 0.44% | - |
| XYZ | 5.67 | 3.61 | 15.73 | - |
| YUV | 53.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 112 | 0.44 | 0.66 | 0 | 0.56 | 260.27 | 0.49 | 0.29 |
| Hex | 3F | 26 | 70 | 2C | 42 | 0 | 38 | 104 | 31 | 1D |
| Octal | 77 | 46 | 160 | 54 | 102 | 0 | 70 | 404 | 61 | 35 |
| Binary | 111111 | 100110 | 1110000 | 101100 | 1000010 | 0 | 111000 | 100000100 | 110001 | 11101 |
Color Harmonies of #3F2670
Complementary color
Monochromatic Colors of #3F2670
Black with #3F2670
Text Example
Text Example
White with #3F2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2670; }
p { color: rgb(63,38,112); }
H1.HeaderClassName
{
color: #3F2670;
}
.AnyTagClassName
{
color: #3F2670;
}
</style>
background-color css
<style>
a { background-color: #3F2670; }
a { background-color: rgb(63,38,112); }
div.DivClassName
{
background-color: #3F2670;
}
.BgClassName
{
background-color: #3F2670;
}
</style>
border-color css
<style>
span { border-color: #3F2670; }
span { border-color: rgb(63,38,112); }
td.TdClassName
{
border-color: #3F2670;
}
.TagClassName
{
border-color: #3F2670;
}
</style>