Shades of Windsor #3F268D
Tints of Windsor #3F268D
RGB
CMYK
RGB Variations
Color information
#3F268D (or 0x3F268D) is known color: Windsor. HEX triplet: 3F, 26 and 8D. RGB value is (63,38,141). Sum of RGB (Red+Green+Blue) = 63+38+141=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F268D is #C0D972. Grayscale: #383838. Windows color (decimal): -12638579 or 9250367. OLE color: 9250367.
HSL color Cylindrical-coordinate representation of color #3F268D: hue angle of 254.56º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F268D is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 38 | 141 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.45 |
| HSL | 254.56º | 0.58% | 0.35% | - |
| HSV(B) | 254.56º | 0.73% | 0.55% | - |
| XYZ | 7.55 | 4.37 | 25.64 | - |
| YUV | 57.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 141 | 0.55 | 0.73 | 0 | 0.45 | 254.56 | 0.58 | 0.35 |
| Hex | 3F | 26 | 8D | 37 | 49 | 0 | 2D | FF | 3A | 23 |
| Octal | 77 | 46 | 215 | 67 | 111 | 0 | 55 | 377 | 72 | 43 |
| Binary | 111111 | 100110 | 10001101 | 110111 | 1001001 | 0 | 101101 | 11111111 | 111010 | 100011 |
Color Harmonies of #3F268D
Complementary color
Monochromatic Colors of #3F268D
Black with #3F268D
Text Example
Text Example
White with #3F268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F268D; }
p { color: rgb(63,38,141); }
H1.HeaderClassName
{
color: #3F268D;
}
.AnyTagClassName
{
color: #3F268D;
}
</style>
background-color css
<style>
a { background-color: #3F268D; }
a { background-color: rgb(63,38,141); }
div.DivClassName
{
background-color: #3F268D;
}
.BgClassName
{
background-color: #3F268D;
}
</style>
border-color css
<style>
span { border-color: #3F268D; }
span { border-color: rgb(63,38,141); }
td.TdClassName
{
border-color: #3F268D;
}
.TagClassName
{
border-color: #3F268D;
}
</style>