Shades of Windsor #3F287C
Tints of Windsor #3F287C
RGB
CMYK
RGB Variations
Color information
#3F287C (or 0x3F287C) is known color: Windsor. HEX triplet: 3F, 28 and 7C. RGB value is (63,40,124). Sum of RGB (Red+Green+Blue) = 63+40+124=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F287C is #C0D783. Grayscale: #383838. Windows color (decimal): -12638084 or 8136767. OLE color: 8136767.
HSL color Cylindrical-coordinate representation of color #3F287C: hue angle of 256.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F287C is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 40 | 124 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.51 |
| HSL | 256.43º | 0.51% | 0.32% | - |
| HSV(B) | 256.43º | 0.68% | 0.49% | - |
| XYZ | 6.45 | 4.03 | 19.51 | - |
| YUV | 56.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 124 | 0.49 | 0.68 | 0 | 0.51 | 256.43 | 0.51 | 0.32 |
| Hex | 3F | 28 | 7C | 31 | 44 | 0 | 33 | 100 | 33 | 20 |
| Octal | 77 | 50 | 174 | 61 | 104 | 0 | 63 | 400 | 63 | 40 |
| Binary | 111111 | 101000 | 1111100 | 110001 | 1000100 | 0 | 110011 | 100000000 | 110011 | 100000 |
Color Harmonies of #3F287C
Complementary color
Monochromatic Colors of #3F287C
Black with #3F287C
Text Example
Text Example
White with #3F287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F287C; }
p { color: rgb(63,40,124); }
H1.HeaderClassName
{
color: #3F287C;
}
.AnyTagClassName
{
color: #3F287C;
}
</style>
background-color css
<style>
a { background-color: #3F287C; }
a { background-color: rgb(63,40,124); }
div.DivClassName
{
background-color: #3F287C;
}
.BgClassName
{
background-color: #3F287C;
}
</style>
border-color css
<style>
span { border-color: #3F287C; }
span { border-color: rgb(63,40,124); }
td.TdClassName
{
border-color: #3F287C;
}
.TagClassName
{
border-color: #3F287C;
}
</style>