Shades of Windsor #3F2A7D
Tints of Windsor #3F2A7D
RGB
CMYK
RGB Variations
Color information
#3F2A7D (or 0x3F2A7D) is known color: Windsor. HEX triplet: 3F, 2A and 7D. RGB value is (63,42,125). Sum of RGB (Red+Green+Blue) = 63+42+125=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F2A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A7D is #C0D582. Grayscale: #393939. Windows color (decimal): -12637571 or 8202815. OLE color: 8202815.
HSL color Cylindrical-coordinate representation of color #3F2A7D: hue angle of 255.18º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F2A7D is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 42 | 125 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.51 |
| HSL | 255.18º | 0.5% | 0.33% | - |
| HSV(B) | 255.18º | 0.66% | 0.49% | - |
| XYZ | 6.58 | 4.19 | 19.86 | - |
| YUV | 57.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 125 | 0.50 | 0.66 | 0 | 0.51 | 255.18 | 0.5 | 0.33 |
| Hex | 3F | 2A | 7D | 32 | 42 | 0 | 33 | FF | 32 | 21 |
| Octal | 77 | 52 | 175 | 62 | 102 | 0 | 63 | 377 | 62 | 41 |
| Binary | 111111 | 101010 | 1111101 | 110010 | 1000010 | 0 | 110011 | 11111111 | 110010 | 100001 |
Color Harmonies of #3F2A7D
Complementary color
Monochromatic Colors of #3F2A7D
Black with #3F2A7D
Text Example
Text Example
White with #3F2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A7D; }
p { color: rgb(63,42,125); }
H1.HeaderClassName
{
color: #3F2A7D;
}
.AnyTagClassName
{
color: #3F2A7D;
}
</style>
background-color css
<style>
a { background-color: #3F2A7D; }
a { background-color: rgb(63,42,125); }
div.DivClassName
{
background-color: #3F2A7D;
}
.BgClassName
{
background-color: #3F2A7D;
}
</style>
border-color css
<style>
span { border-color: #3F2A7D; }
span { border-color: rgb(63,42,125); }
td.TdClassName
{
border-color: #3F2A7D;
}
.TagClassName
{
border-color: #3F2A7D;
}
</style>