Shades of Windsor #3F258A
Tints of Windsor #3F258A
RGB
CMYK
RGB Variations
Color information
#3F258A (or 0x3F258A) is known color: Windsor. HEX triplet: 3F, 25 and 8A. RGB value is (63,37,138). Sum of RGB (Red+Green+Blue) = 63+37+138=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F258A is #C0DA75. Grayscale: #373737. Windows color (decimal): -12638838 or 9053503. OLE color: 9053503.
HSL color Cylindrical-coordinate representation of color #3F258A: hue angle of 255.45º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F258A is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 37 | 138 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.46 |
| HSL | 255.45º | 0.58% | 0.34% | - |
| HSV(B) | 255.45º | 0.73% | 0.54% | - |
| XYZ | 7.3 | 4.21 | 24.47 | - |
| YUV | 56.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 138 | 0.54 | 0.73 | 0 | 0.46 | 255.45 | 0.58 | 0.34 |
| Hex | 3F | 25 | 8A | 36 | 49 | 0 | 2E | FF | 3A | 22 |
| Octal | 77 | 45 | 212 | 66 | 111 | 0 | 56 | 377 | 72 | 42 |
| Binary | 111111 | 100101 | 10001010 | 110110 | 1001001 | 0 | 101110 | 11111111 | 111010 | 100010 |
Color Harmonies of #3F258A
Complementary color
Monochromatic Colors of #3F258A
Black with #3F258A
Text Example
Text Example
White with #3F258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F258A; }
p { color: rgb(63,37,138); }
H1.HeaderClassName
{
color: #3F258A;
}
.AnyTagClassName
{
color: #3F258A;
}
</style>
background-color css
<style>
a { background-color: #3F258A; }
a { background-color: rgb(63,37,138); }
div.DivClassName
{
background-color: #3F258A;
}
.BgClassName
{
background-color: #3F258A;
}
</style>
border-color css
<style>
span { border-color: #3F258A; }
span { border-color: rgb(63,37,138); }
td.TdClassName
{
border-color: #3F258A;
}
.TagClassName
{
border-color: #3F258A;
}
</style>