Shades of Windsor #3F2A7C
Tints of Windsor #3F2A7C
RGB
CMYK
RGB Variations
Color information
#3F2A7C (or 0x3F2A7C) is known color: Windsor. HEX triplet: 3F, 2A and 7C. RGB value is (63,42,124). Sum of RGB (Red+Green+Blue) = 63+42+124=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F2A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A7C is #C0D583. Grayscale: #393939. Windows color (decimal): -12637572 or 8137279. OLE color: 8137279.
HSL color Cylindrical-coordinate representation of color #3F2A7C: hue angle of 255.37º degrees, saturation: 0.49, 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 #3F2A7C is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 42 | 124 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.51 |
| HSL | 255.37º | 0.49% | 0.33% | - |
| HSV(B) | 255.37º | 0.66% | 0.49% | - |
| XYZ | 6.52 | 4.17 | 19.53 | - |
| YUV | 57.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 124 | 0.49 | 0.66 | 0 | 0.51 | 255.37 | 0.49 | 0.33 |
| Hex | 3F | 2A | 7C | 31 | 42 | 0 | 33 | FF | 31 | 21 |
| Octal | 77 | 52 | 174 | 61 | 102 | 0 | 63 | 377 | 61 | 41 |
| Binary | 111111 | 101010 | 1111100 | 110001 | 1000010 | 0 | 110011 | 11111111 | 110001 | 100001 |
Color Harmonies of #3F2A7C
Complementary color
Monochromatic Colors of #3F2A7C
Black with #3F2A7C
Text Example
Text Example
White with #3F2A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A7C; }
p { color: rgb(63,42,124); }
H1.HeaderClassName
{
color: #3F2A7C;
}
.AnyTagClassName
{
color: #3F2A7C;
}
</style>
background-color css
<style>
a { background-color: #3F2A7C; }
a { background-color: rgb(63,42,124); }
div.DivClassName
{
background-color: #3F2A7C;
}
.BgClassName
{
background-color: #3F2A7C;
}
</style>
border-color css
<style>
span { border-color: #3F2A7C; }
span { border-color: rgb(63,42,124); }
td.TdClassName
{
border-color: #3F2A7C;
}
.TagClassName
{
border-color: #3F2A7C;
}
</style>