Shades of Windsor #3F287D
Tints of Windsor #3F287D
RGB
CMYK
RGB Variations
Color information
#3F287D (or 0x3F287D) is known color: Windsor. HEX triplet: 3F, 28 and 7D. RGB value is (63,40,125). Sum of RGB (Red+Green+Blue) = 63+40+125=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F287D is #C0D782. Grayscale: #383838. Windows color (decimal): -12638083 or 8202303. OLE color: 8202303.
HSL color Cylindrical-coordinate representation of color #3F287D: hue angle of 256.24º degrees, saturation: 0.52, 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 #3F287D is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 40 | 125 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.51 |
| HSL | 256.24º | 0.52% | 0.32% | - |
| HSV(B) | 256.24º | 0.68% | 0.49% | - |
| XYZ | 6.51 | 4.06 | 19.84 | - |
| YUV | 56.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 125 | 0.50 | 0.68 | 0 | 0.51 | 256.24 | 0.52 | 0.32 |
| Hex | 3F | 28 | 7D | 32 | 44 | 0 | 33 | 100 | 34 | 20 |
| Octal | 77 | 50 | 175 | 62 | 104 | 0 | 63 | 400 | 64 | 40 |
| Binary | 111111 | 101000 | 1111101 | 110010 | 1000100 | 0 | 110011 | 100000000 | 110100 | 100000 |
Color Harmonies of #3F287D
Complementary color
Monochromatic Colors of #3F287D
Black with #3F287D
Text Example
Text Example
White with #3F287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F287D; }
p { color: rgb(63,40,125); }
H1.HeaderClassName
{
color: #3F287D;
}
.AnyTagClassName
{
color: #3F287D;
}
</style>
background-color css
<style>
a { background-color: #3F287D; }
a { background-color: rgb(63,40,125); }
div.DivClassName
{
background-color: #3F287D;
}
.BgClassName
{
background-color: #3F287D;
}
</style>
border-color css
<style>
span { border-color: #3F287D; }
span { border-color: rgb(63,40,125); }
td.TdClassName
{
border-color: #3F287D;
}
.TagClassName
{
border-color: #3F287D;
}
</style>