Shades of Windsor #3F257F
Tints of Windsor #3F257F
RGB
CMYK
RGB Variations
Color information
#3F257F (or 0x3F257F) is known color: Windsor. HEX triplet: 3F, 25 and 7F. RGB value is (63,37,127). Sum of RGB (Red+Green+Blue) = 63+37+127=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F257F is #C0DA80. Grayscale: #363636. Windows color (decimal): -12638849 or 8332607. OLE color: 8332607.
HSL color Cylindrical-coordinate representation of color #3F257F: hue angle of 257.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F257F is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 37 | 127 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.50 |
| HSL | 257.33º | 0.55% | 0.32% | - |
| HSV(B) | 257.33º | 0.71% | 0.5% | - |
| XYZ | 6.54 | 3.91 | 20.49 | - |
| YUV | 55.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 127 | 0.50 | 0.71 | 0 | 0.50 | 257.33 | 0.55 | 0.32 |
| Hex | 3F | 25 | 7F | 32 | 47 | 0 | 32 | 101 | 37 | 20 |
| Octal | 77 | 45 | 177 | 62 | 107 | 0 | 62 | 401 | 67 | 40 |
| Binary | 111111 | 100101 | 1111111 | 110010 | 1000111 | 0 | 110010 | 100000001 | 110111 | 100000 |
Color Harmonies of #3F257F
Complementary color
Monochromatic Colors of #3F257F
Black with #3F257F
Text Example
Text Example
White with #3F257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F257F; }
p { color: rgb(63,37,127); }
H1.HeaderClassName
{
color: #3F257F;
}
.AnyTagClassName
{
color: #3F257F;
}
</style>
background-color css
<style>
a { background-color: #3F257F; }
a { background-color: rgb(63,37,127); }
div.DivClassName
{
background-color: #3F257F;
}
.BgClassName
{
background-color: #3F257F;
}
</style>
border-color css
<style>
span { border-color: #3F257F; }
span { border-color: rgb(63,37,127); }
td.TdClassName
{
border-color: #3F257F;
}
.TagClassName
{
border-color: #3F257F;
}
</style>