Shades of Windsor #3F317B
Tints of Windsor #3F317B
RGB
CMYK
RGB Variations
Color information
#3F317B (or 0x3F317B) is known color: Windsor. HEX triplet: 3F, 31 and 7B. RGB value is (63,49,123). Sum of RGB (Red+Green+Blue) = 63+49+123=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F317B is #C0CE84. Grayscale: #3D3D3D. Windows color (decimal): -12635781 or 8073535. OLE color: 8073535.
HSL color Cylindrical-coordinate representation of color #3F317B: hue angle of 251.35º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F317B is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 49 | 123 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.52 |
| HSL | 251.35º | 0.43% | 0.34% | - |
| HSV(B) | 251.35º | 0.6% | 0.48% | - |
| XYZ | 6.72 | 4.68 | 19.29 | - |
| YUV | 61.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 123 | 0.49 | 0.60 | 0 | 0.52 | 251.35 | 0.43 | 0.34 |
| Hex | 3F | 31 | 7B | 31 | 3C | 0 | 34 | FB | 2B | 22 |
| Octal | 77 | 61 | 173 | 61 | 74 | 0 | 64 | 373 | 53 | 42 |
| Binary | 111111 | 110001 | 1111011 | 110001 | 111100 | 0 | 110100 | 11111011 | 101011 | 100010 |
Color Harmonies of #3F317B
Complementary color
Monochromatic Colors of #3F317B
Black with #3F317B
Text Example
Text Example
White with #3F317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F317B; }
p { color: rgb(63,49,123); }
H1.HeaderClassName
{
color: #3F317B;
}
.AnyTagClassName
{
color: #3F317B;
}
</style>
background-color css
<style>
a { background-color: #3F317B; }
a { background-color: rgb(63,49,123); }
div.DivClassName
{
background-color: #3F317B;
}
.BgClassName
{
background-color: #3F317B;
}
</style>
border-color css
<style>
span { border-color: #3F317B; }
span { border-color: rgb(63,49,123); }
td.TdClassName
{
border-color: #3F317B;
}
.TagClassName
{
border-color: #3F317B;
}
</style>