Shades of Windsor #3F317F
Tints of Windsor #3F317F
RGB
CMYK
RGB Variations
Color information
#3F317F (or 0x3F317F) is known color: Windsor. HEX triplet: 3F, 31 and 7F. RGB value is (63,49,127). Sum of RGB (Red+Green+Blue) = 63+49+127=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F317F is #C0CE80. Grayscale: #3D3D3D. Windows color (decimal): -12635777 or 8335679. OLE color: 8335679.
HSL color Cylindrical-coordinate representation of color #3F317F: hue angle of 250.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F317F is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 49 | 127 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.50 |
| HSL | 250.77º | 0.44% | 0.35% | - |
| HSV(B) | 250.77º | 0.61% | 0.5% | - |
| XYZ | 6.98 | 4.79 | 20.63 | - |
| YUV | 62.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 127 | 0.50 | 0.61 | 0 | 0.50 | 250.77 | 0.44 | 0.35 |
| Hex | 3F | 31 | 7F | 32 | 3D | 0 | 32 | FB | 2C | 23 |
| Octal | 77 | 61 | 177 | 62 | 75 | 0 | 62 | 373 | 54 | 43 |
| Binary | 111111 | 110001 | 1111111 | 110010 | 111101 | 0 | 110010 | 11111011 | 101100 | 100011 |
Color Harmonies of #3F317F
Complementary color
Monochromatic Colors of #3F317F
Black with #3F317F
Text Example
Text Example
White with #3F317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F317F; }
p { color: rgb(63,49,127); }
H1.HeaderClassName
{
color: #3F317F;
}
.AnyTagClassName
{
color: #3F317F;
}
</style>
background-color css
<style>
a { background-color: #3F317F; }
a { background-color: rgb(63,49,127); }
div.DivClassName
{
background-color: #3F317F;
}
.BgClassName
{
background-color: #3F317F;
}
</style>
border-color css
<style>
span { border-color: #3F317F; }
span { border-color: rgb(63,49,127); }
td.TdClassName
{
border-color: #3F317F;
}
.TagClassName
{
border-color: #3F317F;
}
</style>