Shades of Windsor #3F2A80
Tints of Windsor #3F2A80
RGB
CMYK
RGB Variations
Color information
#3F2A80 (or 0x3F2A80) is known color: Windsor. HEX triplet: 3F, 2A and 80. RGB value is (63,42,128). Sum of RGB (Red+Green+Blue) = 63+42+128=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F2A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2A80 is #C0D57F. Grayscale: #393939. Windows color (decimal): -12637568 or 8399423. OLE color: 8399423.
HSL color Cylindrical-coordinate representation of color #3F2A80: hue angle of 254.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F2A80 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 42 | 128 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.50 |
| HSL | 254.65º | 0.51% | 0.33% | - |
| HSV(B) | 254.65º | 0.67% | 0.5% | - |
| XYZ | 6.77 | 4.27 | 20.89 | - |
| YUV | 58.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 128 | 0.51 | 0.67 | 0 | 0.50 | 254.65 | 0.51 | 0.33 |
| Hex | 3F | 2A | 80 | 33 | 43 | 0 | 32 | FF | 33 | 21 |
| Octal | 77 | 52 | 200 | 63 | 103 | 0 | 62 | 377 | 63 | 41 |
| Binary | 111111 | 101010 | 10000000 | 110011 | 1000011 | 0 | 110010 | 11111111 | 110011 | 100001 |
Color Harmonies of #3F2A80
Complementary color
Monochromatic Colors of #3F2A80
Black with #3F2A80
Text Example
Text Example
White with #3F2A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A80; }
p { color: rgb(63,42,128); }
H1.HeaderClassName
{
color: #3F2A80;
}
.AnyTagClassName
{
color: #3F2A80;
}
</style>
background-color css
<style>
a { background-color: #3F2A80; }
a { background-color: rgb(63,42,128); }
div.DivClassName
{
background-color: #3F2A80;
}
.BgClassName
{
background-color: #3F2A80;
}
</style>
border-color css
<style>
span { border-color: #3F2A80; }
span { border-color: rgb(63,42,128); }
td.TdClassName
{
border-color: #3F2A80;
}
.TagClassName
{
border-color: #3F2A80;
}
</style>