Shades of Windsor #3F2781
Tints of Windsor #3F2781
RGB
CMYK
RGB Variations
Color information
#3F2781 (or 0x3F2781) is known color: Windsor. HEX triplet: 3F, 27 and 81. RGB value is (63,39,129). Sum of RGB (Red+Green+Blue) = 63+39+129=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F2781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2781 is #C0D87E. Grayscale: #383838. Windows color (decimal): -12638335 or 8464191. OLE color: 8464191.
HSL color Cylindrical-coordinate representation of color #3F2781: hue angle of 256º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2781 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 39 | 129 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.49 |
| HSL | 256º | 0.54% | 0.33% | - |
| HSV(B) | 256º | 0.7% | 0.51% | - |
| XYZ | 6.74 | 4.09 | 21.2 | - |
| YUV | 56.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 129 | 0.51 | 0.70 | 0 | 0.49 | 256 | 0.54 | 0.33 |
| Hex | 3F | 27 | 81 | 33 | 46 | 0 | 31 | 100 | 36 | 21 |
| Octal | 77 | 47 | 201 | 63 | 106 | 0 | 61 | 400 | 66 | 41 |
| Binary | 111111 | 100111 | 10000001 | 110011 | 1000110 | 0 | 110001 | 100000000 | 110110 | 100001 |
Color Harmonies of #3F2781
Complementary color
Monochromatic Colors of #3F2781
Black with #3F2781
Text Example
Text Example
White with #3F2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2781; }
p { color: rgb(63,39,129); }
H1.HeaderClassName
{
color: #3F2781;
}
.AnyTagClassName
{
color: #3F2781;
}
</style>
background-color css
<style>
a { background-color: #3F2781; }
a { background-color: rgb(63,39,129); }
div.DivClassName
{
background-color: #3F2781;
}
.BgClassName
{
background-color: #3F2781;
}
</style>
border-color css
<style>
span { border-color: #3F2781; }
span { border-color: rgb(63,39,129); }
td.TdClassName
{
border-color: #3F2781;
}
.TagClassName
{
border-color: #3F2781;
}
</style>