Shades of Windsor #3F307D
Tints of Windsor #3F307D
RGB
CMYK
RGB Variations
Color information
#3F307D (or 0x3F307D) is known color: Windsor. HEX triplet: 3F, 30 and 7D. RGB value is (63,48,125). Sum of RGB (Red+Green+Blue) = 63+48+125=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F307D is #C0CF82. Grayscale: #3C3C3C. Windows color (decimal): -12636035 or 8204351. OLE color: 8204351.
HSL color Cylindrical-coordinate representation of color #3F307D: hue angle of 251.69º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F307D is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 48 | 125 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.51 |
| HSL | 251.69º | 0.45% | 0.34% | - |
| HSV(B) | 251.69º | 0.62% | 0.49% | - |
| XYZ | 6.81 | 4.65 | 19.94 | - |
| YUV | 61.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 125 | 0.50 | 0.62 | 0 | 0.51 | 251.69 | 0.45 | 0.34 |
| Hex | 3F | 30 | 7D | 32 | 3E | 0 | 33 | FC | 2D | 22 |
| Octal | 77 | 60 | 175 | 62 | 76 | 0 | 63 | 374 | 55 | 42 |
| Binary | 111111 | 110000 | 1111101 | 110010 | 111110 | 0 | 110011 | 11111100 | 101101 | 100010 |
Color Harmonies of #3F307D
Complementary color
Monochromatic Colors of #3F307D
Black with #3F307D
Text Example
Text Example
White with #3F307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F307D; }
p { color: rgb(63,48,125); }
H1.HeaderClassName
{
color: #3F307D;
}
.AnyTagClassName
{
color: #3F307D;
}
</style>
background-color css
<style>
a { background-color: #3F307D; }
a { background-color: rgb(63,48,125); }
div.DivClassName
{
background-color: #3F307D;
}
.BgClassName
{
background-color: #3F307D;
}
</style>
border-color css
<style>
span { border-color: #3F307D; }
span { border-color: rgb(63,48,125); }
td.TdClassName
{
border-color: #3F307D;
}
.TagClassName
{
border-color: #3F307D;
}
</style>