Shades of Windsor #3F2370
Tints of Windsor #3F2370
RGB
CMYK
RGB Variations
Color information
#3F2370 (or 0x3F2370) is known color: Windsor. HEX triplet: 3F, 23 and 70. RGB value is (63,35,112). Sum of RGB (Red+Green+Blue) = 63+35+112=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2370 is #C0DC8F. Grayscale: #333333. Windows color (decimal): -12639376 or 7349055. OLE color: 7349055.
HSL color Cylindrical-coordinate representation of color #3F2370: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F2370 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 35 | 112 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.56 |
| HSL | 261.82º | 0.52% | 0.29% | - |
| HSV(B) | 261.82º | 0.69% | 0.44% | - |
| XYZ | 5.58 | 3.43 | 15.7 | - |
| YUV | 52.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 112 | 0.44 | 0.69 | 0 | 0.56 | 261.82 | 0.52 | 0.29 |
| Hex | 3F | 23 | 70 | 2C | 45 | 0 | 38 | 106 | 34 | 1D |
| Octal | 77 | 43 | 160 | 54 | 105 | 0 | 70 | 406 | 64 | 35 |
| Binary | 111111 | 100011 | 1110000 | 101100 | 1000101 | 0 | 111000 | 100000110 | 110100 | 11101 |
Color Harmonies of #3F2370
Complementary color
Monochromatic Colors of #3F2370
Black with #3F2370
Text Example
Text Example
White with #3F2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2370; }
p { color: rgb(63,35,112); }
H1.HeaderClassName
{
color: #3F2370;
}
.AnyTagClassName
{
color: #3F2370;
}
</style>
background-color css
<style>
a { background-color: #3F2370; }
a { background-color: rgb(63,35,112); }
div.DivClassName
{
background-color: #3F2370;
}
.BgClassName
{
background-color: #3F2370;
}
</style>
border-color css
<style>
span { border-color: #3F2370; }
span { border-color: rgb(63,35,112); }
td.TdClassName
{
border-color: #3F2370;
}
.TagClassName
{
border-color: #3F2370;
}
</style>