Shades of Windsor #3F256D
Tints of Windsor #3F256D
RGB
CMYK
RGB Variations
Color information
#3F256D (or 0x3F256D) is known color: Windsor. HEX triplet: 3F, 25 and 6D. RGB value is (63,37,109). Sum of RGB (Red+Green+Blue) = 63+37+109=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F256D is #C0DA92. Grayscale: #343434. Windows color (decimal): -12638867 or 7152959. OLE color: 7152959.
HSL color Cylindrical-coordinate representation of color #3F256D: hue angle of 261.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F256D is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 37 | 109 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.57 |
| HSL | 261.67º | 0.49% | 0.29% | - |
| HSV(B) | 261.67º | 0.66% | 0.43% | - |
| XYZ | 5.47 | 3.48 | 14.85 | - |
| YUV | 52.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 109 | 0.42 | 0.66 | 0 | 0.57 | 261.67 | 0.49 | 0.29 |
| Hex | 3F | 25 | 6D | 2A | 42 | 0 | 39 | 106 | 31 | 1D |
| Octal | 77 | 45 | 155 | 52 | 102 | 0 | 71 | 406 | 61 | 35 |
| Binary | 111111 | 100101 | 1101101 | 101010 | 1000010 | 0 | 111001 | 100000110 | 110001 | 11101 |
Color Harmonies of #3F256D
Complementary color
Monochromatic Colors of #3F256D
Black with #3F256D
Text Example
Text Example
White with #3F256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F256D; }
p { color: rgb(63,37,109); }
H1.HeaderClassName
{
color: #3F256D;
}
.AnyTagClassName
{
color: #3F256D;
}
</style>
background-color css
<style>
a { background-color: #3F256D; }
a { background-color: rgb(63,37,109); }
div.DivClassName
{
background-color: #3F256D;
}
.BgClassName
{
background-color: #3F256D;
}
</style>
border-color css
<style>
span { border-color: #3F256D; }
span { border-color: rgb(63,37,109); }
td.TdClassName
{
border-color: #3F256D;
}
.TagClassName
{
border-color: #3F256D;
}
</style>