Shades of Windsor #3F327E
Tints of Windsor #3F327E
RGB
CMYK
RGB Variations
Color information
#3F327E (or 0x3F327E) is known color: Windsor. HEX triplet: 3F, 32 and 7E. RGB value is (63,50,126). Sum of RGB (Red+Green+Blue) = 63+50+126=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F327E is #C0CD81. Grayscale: #3E3E3E. Windows color (decimal): -12635522 or 8270399. OLE color: 8270399.
HSL color Cylindrical-coordinate representation of color #3F327E: hue angle of 250.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F327E is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 50 | 126 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.51 |
| HSL | 250.26º | 0.43% | 0.35% | - |
| HSV(B) | 250.26º | 0.6% | 0.49% | - |
| XYZ | 6.96 | 4.84 | 20.31 | - |
| YUV | 62.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 126 | 0.50 | 0.60 | 0 | 0.51 | 250.26 | 0.43 | 0.35 |
| Hex | 3F | 32 | 7E | 32 | 3C | 0 | 33 | FA | 2B | 23 |
| Octal | 77 | 62 | 176 | 62 | 74 | 0 | 63 | 372 | 53 | 43 |
| Binary | 111111 | 110010 | 1111110 | 110010 | 111100 | 0 | 110011 | 11111010 | 101011 | 100011 |
Color Harmonies of #3F327E
Complementary color
Monochromatic Colors of #3F327E
Black with #3F327E
Text Example
Text Example
White with #3F327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F327E; }
p { color: rgb(63,50,126); }
H1.HeaderClassName
{
color: #3F327E;
}
.AnyTagClassName
{
color: #3F327E;
}
</style>
background-color css
<style>
a { background-color: #3F327E; }
a { background-color: rgb(63,50,126); }
div.DivClassName
{
background-color: #3F327E;
}
.BgClassName
{
background-color: #3F327E;
}
</style>
border-color css
<style>
span { border-color: #3F327E; }
span { border-color: rgb(63,50,126); }
td.TdClassName
{
border-color: #3F327E;
}
.TagClassName
{
border-color: #3F327E;
}
</style>