Shades of Windsor #3F288A
Tints of Windsor #3F288A
RGB
CMYK
RGB Variations
Color information
#3F288A (or 0x3F288A) is known color: Windsor. HEX triplet: 3F, 28 and 8A. RGB value is (63,40,138). Sum of RGB (Red+Green+Blue) = 63+40+138=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F288A is #C0D775. Grayscale: #393939. Windows color (decimal): -12638070 or 9054271. OLE color: 9054271.
HSL color Cylindrical-coordinate representation of color #3F288A: hue angle of 254.08º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F288A is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 40 | 138 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.46 |
| HSL | 254.08º | 0.55% | 0.35% | - |
| HSV(B) | 254.08º | 0.71% | 0.54% | - |
| XYZ | 7.4 | 4.41 | 24.51 | - |
| YUV | 58.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 138 | 0.54 | 0.71 | 0 | 0.46 | 254.08 | 0.55 | 0.35 |
| Hex | 3F | 28 | 8A | 36 | 47 | 0 | 2E | FE | 37 | 23 |
| Octal | 77 | 50 | 212 | 66 | 107 | 0 | 56 | 376 | 67 | 43 |
| Binary | 111111 | 101000 | 10001010 | 110110 | 1000111 | 0 | 101110 | 11111110 | 110111 | 100011 |
Color Harmonies of #3F288A
Complementary color
Monochromatic Colors of #3F288A
Black with #3F288A
Text Example
Text Example
White with #3F288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F288A; }
p { color: rgb(63,40,138); }
H1.HeaderClassName
{
color: #3F288A;
}
.AnyTagClassName
{
color: #3F288A;
}
</style>
background-color css
<style>
a { background-color: #3F288A; }
a { background-color: rgb(63,40,138); }
div.DivClassName
{
background-color: #3F288A;
}
.BgClassName
{
background-color: #3F288A;
}
</style>
border-color css
<style>
span { border-color: #3F288A; }
span { border-color: rgb(63,40,138); }
td.TdClassName
{
border-color: #3F288A;
}
.TagClassName
{
border-color: #3F288A;
}
</style>