Shades of Windsor #3F1D73
Tints of Windsor #3F1D73
RGB
CMYK
RGB Variations
Color information
#3F1D73 (or 0x3F1D73) is known color: Windsor. HEX triplet: 3F, 1D and 73. RGB value is (63,29,115). Sum of RGB (Red+Green+Blue) = 63+29+115=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F1D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1D73 is #C0E28C. Grayscale: #303030. Windows color (decimal): -12640909 or 7544127. OLE color: 7544127.
HSL color Cylindrical-coordinate representation of color #3F1D73: hue angle of 263.72º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1D73 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 29 | 115 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.55 |
| HSL | 263.72º | 0.6% | 0.28% | - |
| HSV(B) | 263.72º | 0.75% | 0.45% | - |
| XYZ | 5.58 | 3.17 | 16.54 | - |
| YUV | 48.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 115 | 0.45 | 0.75 | 0 | 0.55 | 263.72 | 0.6 | 0.28 |
| Hex | 3F | 1D | 73 | 2D | 4B | 0 | 37 | 108 | 3C | 1C |
| Octal | 77 | 35 | 163 | 55 | 113 | 0 | 67 | 410 | 74 | 34 |
| Binary | 111111 | 11101 | 1110011 | 101101 | 1001011 | 0 | 110111 | 100001000 | 111100 | 11100 |
Color Harmonies of #3F1D73
Complementary color
Monochromatic Colors of #3F1D73
Black with #3F1D73
Text Example
Text Example
White with #3F1D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D73; }
p { color: rgb(63,29,115); }
H1.HeaderClassName
{
color: #3F1D73;
}
.AnyTagClassName
{
color: #3F1D73;
}
</style>
background-color css
<style>
a { background-color: #3F1D73; }
a { background-color: rgb(63,29,115); }
div.DivClassName
{
background-color: #3F1D73;
}
.BgClassName
{
background-color: #3F1D73;
}
</style>
border-color css
<style>
span { border-color: #3F1D73; }
span { border-color: rgb(63,29,115); }
td.TdClassName
{
border-color: #3F1D73;
}
.TagClassName
{
border-color: #3F1D73;
}
</style>