Shades of Windsor #3F1F73
Tints of Windsor #3F1F73
RGB
CMYK
RGB Variations
Color information
#3F1F73 (or 0x3F1F73) is known color: Windsor. HEX triplet: 3F, 1F and 73. RGB value is (63,31,115). Sum of RGB (Red+Green+Blue) = 63+31+115=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F1F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1F73 is #C0E08C. Grayscale: #313131. Windows color (decimal): -12640397 or 7544639. OLE color: 7544639.
HSL color Cylindrical-coordinate representation of color #3F1F73: hue angle of 262.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1F73 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 31 | 115 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.55 |
| HSL | 262.86º | 0.58% | 0.29% | - |
| HSV(B) | 262.86º | 0.73% | 0.45% | - |
| XYZ | 5.63 | 3.27 | 16.55 | - |
| YUV | 50.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 115 | 0.45 | 0.73 | 0 | 0.55 | 262.86 | 0.58 | 0.29 |
| Hex | 3F | 1F | 73 | 2D | 49 | 0 | 37 | 107 | 3A | 1D |
| Octal | 77 | 37 | 163 | 55 | 111 | 0 | 67 | 407 | 72 | 35 |
| Binary | 111111 | 11111 | 1110011 | 101101 | 1001001 | 0 | 110111 | 100000111 | 111010 | 11101 |
Color Harmonies of #3F1F73
Complementary color
Monochromatic Colors of #3F1F73
Black with #3F1F73
Text Example
Text Example
White with #3F1F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F73; }
p { color: rgb(63,31,115); }
H1.HeaderClassName
{
color: #3F1F73;
}
.AnyTagClassName
{
color: #3F1F73;
}
</style>
background-color css
<style>
a { background-color: #3F1F73; }
a { background-color: rgb(63,31,115); }
div.DivClassName
{
background-color: #3F1F73;
}
.BgClassName
{
background-color: #3F1F73;
}
</style>
border-color css
<style>
span { border-color: #3F1F73; }
span { border-color: rgb(63,31,115); }
td.TdClassName
{
border-color: #3F1F73;
}
.TagClassName
{
border-color: #3F1F73;
}
</style>