Shades of Windsor #3F2290
Tints of Windsor #3F2290
RGB
CMYK
RGB Variations
Color information
#3F2290 (or 0x3F2290) is known color: Windsor. HEX triplet: 3F, 22 and 90. RGB value is (63,34,144). Sum of RGB (Red+Green+Blue) = 63+34+144=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F2290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2290 is #C0DD6F. Grayscale: #363636. Windows color (decimal): -12639600 or 9445951. OLE color: 9445951.
HSL color Cylindrical-coordinate representation of color #3F2290: hue angle of 255.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2290 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 34 | 144 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.44 |
| HSL | 255.82º | 0.62% | 0.35% | - |
| HSV(B) | 255.82º | 0.76% | 0.56% | - |
| XYZ | 7.66 | 4.21 | 26.8 | - |
| YUV | 55.21 | 178.11 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 144 | 0.56 | 0.76 | 0 | 0.44 | 255.82 | 0.62 | 0.35 |
| Hex | 3F | 22 | 90 | 38 | 4C | 0 | 2C | 100 | 3E | 23 |
| Octal | 77 | 42 | 220 | 70 | 114 | 0 | 54 | 400 | 76 | 43 |
| Binary | 111111 | 100010 | 10010000 | 111000 | 1001100 | 0 | 101100 | 100000000 | 111110 | 100011 |
Color Harmonies of #3F2290
Complementary color
Monochromatic Colors of #3F2290
Black with #3F2290
Text Example
Text Example
White with #3F2290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2290; }
p { color: rgb(63,34,144); }
H1.HeaderClassName
{
color: #3F2290;
}
.AnyTagClassName
{
color: #3F2290;
}
</style>
background-color css
<style>
a { background-color: #3F2290; }
a { background-color: rgb(63,34,144); }
div.DivClassName
{
background-color: #3F2290;
}
.BgClassName
{
background-color: #3F2290;
}
</style>
border-color css
<style>
span { border-color: #3F2290; }
span { border-color: rgb(63,34,144); }
td.TdClassName
{
border-color: #3F2290;
}
.TagClassName
{
border-color: #3F2290;
}
</style>