Shades of Windsor #3F317C
Tints of Windsor #3F317C
RGB
CMYK
RGB Variations
Color information
#3F317C (or 0x3F317C) is known color: Windsor. HEX triplet: 3F, 31 and 7C. RGB value is (63,49,124). Sum of RGB (Red+Green+Blue) = 63+49+124=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F317C is #C0CE83. Grayscale: #3D3D3D. Windows color (decimal): -12635780 or 8139071. OLE color: 8139071.
HSL color Cylindrical-coordinate representation of color #3F317C: hue angle of 251.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F317C is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 49 | 124 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.51 |
| HSL | 251.2º | 0.43% | 0.34% | - |
| HSV(B) | 251.2º | 0.6% | 0.49% | - |
| XYZ | 6.79 | 4.71 | 19.62 | - |
| YUV | 61.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 124 | 0.49 | 0.60 | 0 | 0.51 | 251.2 | 0.43 | 0.34 |
| Hex | 3F | 31 | 7C | 31 | 3C | 0 | 33 | FB | 2B | 22 |
| Octal | 77 | 61 | 174 | 61 | 74 | 0 | 63 | 373 | 53 | 42 |
| Binary | 111111 | 110001 | 1111100 | 110001 | 111100 | 0 | 110011 | 11111011 | 101011 | 100010 |
Color Harmonies of #3F317C
Complementary color
Monochromatic Colors of #3F317C
Black with #3F317C
Text Example
Text Example
White with #3F317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F317C; }
p { color: rgb(63,49,124); }
H1.HeaderClassName
{
color: #3F317C;
}
.AnyTagClassName
{
color: #3F317C;
}
</style>
background-color css
<style>
a { background-color: #3F317C; }
a { background-color: rgb(63,49,124); }
div.DivClassName
{
background-color: #3F317C;
}
.BgClassName
{
background-color: #3F317C;
}
</style>
border-color css
<style>
span { border-color: #3F317C; }
span { border-color: rgb(63,49,124); }
td.TdClassName
{
border-color: #3F317C;
}
.TagClassName
{
border-color: #3F317C;
}
</style>