Shades of Windsor #3F2584
Tints of Windsor #3F2584
RGB
CMYK
RGB Variations
Color information
#3F2584 (or 0x3F2584) is known color: Windsor. HEX triplet: 3F, 25 and 84. RGB value is (63,37,132). Sum of RGB (Red+Green+Blue) = 63+37+132=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F2584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2584 is #C0DA7B. Grayscale: #373737. Windows color (decimal): -12638844 or 8660287. OLE color: 8660287.
HSL color Cylindrical-coordinate representation of color #3F2584: hue angle of 256.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2584 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 37 | 132 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.48 |
| HSL | 256.42º | 0.56% | 0.33% | - |
| HSV(B) | 256.42º | 0.72% | 0.52% | - |
| XYZ | 6.88 | 4.05 | 22.25 | - |
| YUV | 55.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 132 | 0.52 | 0.72 | 0 | 0.48 | 256.42 | 0.56 | 0.33 |
| Hex | 3F | 25 | 84 | 34 | 48 | 0 | 30 | 100 | 38 | 21 |
| Octal | 77 | 45 | 204 | 64 | 110 | 0 | 60 | 400 | 70 | 41 |
| Binary | 111111 | 100101 | 10000100 | 110100 | 1001000 | 0 | 110000 | 100000000 | 111000 | 100001 |
Color Harmonies of #3F2584
Complementary color
Monochromatic Colors of #3F2584
Black with #3F2584
Text Example
Text Example
White with #3F2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2584; }
p { color: rgb(63,37,132); }
H1.HeaderClassName
{
color: #3F2584;
}
.AnyTagClassName
{
color: #3F2584;
}
</style>
background-color css
<style>
a { background-color: #3F2584; }
a { background-color: rgb(63,37,132); }
div.DivClassName
{
background-color: #3F2584;
}
.BgClassName
{
background-color: #3F2584;
}
</style>
border-color css
<style>
span { border-color: #3F2584; }
span { border-color: rgb(63,37,132); }
td.TdClassName
{
border-color: #3F2584;
}
.TagClassName
{
border-color: #3F2584;
}
</style>