Shades of Windsor #3F2A7F
Tints of Windsor #3F2A7F
RGB
CMYK
RGB Variations
Color information
#3F2A7F (or 0x3F2A7F) is known color: Windsor. HEX triplet: 3F, 2A and 7F. RGB value is (63,42,127). Sum of RGB (Red+Green+Blue) = 63+42+127=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F2A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A7F is #C0D580. Grayscale: #393939. Windows color (decimal): -12637569 or 8333887. OLE color: 8333887.
HSL color Cylindrical-coordinate representation of color #3F2A7F: hue angle of 254.82º degrees, saturation: 0.5, 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 #3F2A7F is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 42 | 127 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.50 |
| HSL | 254.82º | 0.5% | 0.33% | - |
| HSV(B) | 254.82º | 0.67% | 0.5% | - |
| XYZ | 6.71 | 4.24 | 20.54 | - |
| YUV | 57.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 127 | 0.50 | 0.67 | 0 | 0.50 | 254.82 | 0.5 | 0.33 |
| Hex | 3F | 2A | 7F | 32 | 43 | 0 | 32 | FF | 32 | 21 |
| Octal | 77 | 52 | 177 | 62 | 103 | 0 | 62 | 377 | 62 | 41 |
| Binary | 111111 | 101010 | 1111111 | 110010 | 1000011 | 0 | 110010 | 11111111 | 110010 | 100001 |
Color Harmonies of #3F2A7F
Complementary color
Monochromatic Colors of #3F2A7F
Black with #3F2A7F
Text Example
Text Example
White with #3F2A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A7F; }
p { color: rgb(63,42,127); }
H1.HeaderClassName
{
color: #3F2A7F;
}
.AnyTagClassName
{
color: #3F2A7F;
}
</style>
background-color css
<style>
a { background-color: #3F2A7F; }
a { background-color: rgb(63,42,127); }
div.DivClassName
{
background-color: #3F2A7F;
}
.BgClassName
{
background-color: #3F2A7F;
}
</style>
border-color css
<style>
span { border-color: #3F2A7F; }
span { border-color: rgb(63,42,127); }
td.TdClassName
{
border-color: #3F2A7F;
}
.TagClassName
{
border-color: #3F2A7F;
}
</style>