Shades of Windsor #3F276C
Tints of Windsor #3F276C
RGB
CMYK
RGB Variations
Color information
#3F276C (or 0x3F276C) is known color: Windsor. HEX triplet: 3F, 27 and 6C. RGB value is (63,39,108). Sum of RGB (Red+Green+Blue) = 63+39+108=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F276C is #C0D893. Grayscale: #353535. Windows color (decimal): -12638356 or 7087935. OLE color: 7087935.
HSL color Cylindrical-coordinate representation of color #3F276C: hue angle of 260.87º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F276C is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 39 | 108 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.58 |
| HSL | 260.87º | 0.47% | 0.29% | - |
| HSV(B) | 260.87º | 0.64% | 0.42% | - |
| XYZ | 5.48 | 3.59 | 14.59 | - |
| YUV | 54.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 108 | 0.42 | 0.64 | 0 | 0.58 | 260.87 | 0.47 | 0.29 |
| Hex | 3F | 27 | 6C | 2A | 40 | 0 | 3A | 105 | 2F | 1D |
| Octal | 77 | 47 | 154 | 52 | 100 | 0 | 72 | 405 | 57 | 35 |
| Binary | 111111 | 100111 | 1101100 | 101010 | 1000000 | 0 | 111010 | 100000101 | 101111 | 11101 |
Color Harmonies of #3F276C
Complementary color
Monochromatic Colors of #3F276C
Black with #3F276C
Text Example
Text Example
White with #3F276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F276C; }
p { color: rgb(63,39,108); }
H1.HeaderClassName
{
color: #3F276C;
}
.AnyTagClassName
{
color: #3F276C;
}
</style>
background-color css
<style>
a { background-color: #3F276C; }
a { background-color: rgb(63,39,108); }
div.DivClassName
{
background-color: #3F276C;
}
.BgClassName
{
background-color: #3F276C;
}
</style>
border-color css
<style>
span { border-color: #3F276C; }
span { border-color: rgb(63,39,108); }
td.TdClassName
{
border-color: #3F276C;
}
.TagClassName
{
border-color: #3F276C;
}
</style>