Shades of Windsor #3F277A
Tints of Windsor #3F277A
RGB
CMYK
RGB Variations
Color information
#3F277A (or 0x3F277A) is known color: Windsor. HEX triplet: 3F, 27 and 7A. RGB value is (63,39,122). Sum of RGB (Red+Green+Blue) = 63+39+122=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F277A is #C0D885. Grayscale: #373737. Windows color (decimal): -12638342 or 8005439. OLE color: 8005439.
HSL color Cylindrical-coordinate representation of color #3F277A: hue angle of 257.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F277A is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 39 | 122 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.52 |
| HSL | 257.35º | 0.52% | 0.32% | - |
| HSV(B) | 257.35º | 0.68% | 0.48% | - |
| XYZ | 6.29 | 3.91 | 18.84 | - |
| YUV | 55.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 122 | 0.48 | 0.68 | 0 | 0.52 | 257.35 | 0.52 | 0.32 |
| Hex | 3F | 27 | 7A | 30 | 44 | 0 | 34 | 101 | 34 | 20 |
| Octal | 77 | 47 | 172 | 60 | 104 | 0 | 64 | 401 | 64 | 40 |
| Binary | 111111 | 100111 | 1111010 | 110000 | 1000100 | 0 | 110100 | 100000001 | 110100 | 100000 |
Color Harmonies of #3F277A
Complementary color
Monochromatic Colors of #3F277A
Black with #3F277A
Text Example
Text Example
White with #3F277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F277A; }
p { color: rgb(63,39,122); }
H1.HeaderClassName
{
color: #3F277A;
}
.AnyTagClassName
{
color: #3F277A;
}
</style>
background-color css
<style>
a { background-color: #3F277A; }
a { background-color: rgb(63,39,122); }
div.DivClassName
{
background-color: #3F277A;
}
.BgClassName
{
background-color: #3F277A;
}
</style>
border-color css
<style>
span { border-color: #3F277A; }
span { border-color: rgb(63,39,122); }
td.TdClassName
{
border-color: #3F277A;
}
.TagClassName
{
border-color: #3F277A;
}
</style>