Shades of Windsor #39287B
Tints of Windsor #39287B
RGB
CMYK
RGB Variations
Color information
#39287B (or 0x39287B) is known color: Windsor. HEX triplet: 39, 28 and 7B. RGB value is (57,40,123). Sum of RGB (Red+Green+Blue) = 57+40+123=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #39287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39287B is #C6D784. Grayscale: #363636. Windows color (decimal): -13031301 or 8071225. OLE color: 8071225.
HSL color Cylindrical-coordinate representation of color #39287B: hue angle of 252.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39287B is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 40 | 123 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.52 |
| HSL | 252.29º | 0.51% | 0.32% | - |
| HSV(B) | 252.29º | 0.67% | 0.48% | - |
| XYZ | 6.02 | 3.82 | 19.16 | - |
| YUV | 54.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 123 | 0.54 | 0.67 | 0 | 0.52 | 252.29 | 0.51 | 0.32 |
| Hex | 39 | 28 | 7B | 36 | 43 | 0 | 34 | FC | 33 | 20 |
| Octal | 71 | 50 | 173 | 66 | 103 | 0 | 64 | 374 | 63 | 40 |
| Binary | 111001 | 101000 | 1111011 | 110110 | 1000011 | 0 | 110100 | 11111100 | 110011 | 100000 |
Color Harmonies of #39287B
Complementary color
Monochromatic Colors of #39287B
Black with #39287B
Text Example
Text Example
White with #39287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39287B; }
p { color: rgb(57,40,123); }
H1.HeaderClassName
{
color: #39287B;
}
.AnyTagClassName
{
color: #39287B;
}
</style>
background-color css
<style>
a { background-color: #39287B; }
a { background-color: rgb(57,40,123); }
div.DivClassName
{
background-color: #39287B;
}
.BgClassName
{
background-color: #39287B;
}
</style>
border-color css
<style>
span { border-color: #39287B; }
span { border-color: rgb(57,40,123); }
td.TdClassName
{
border-color: #39287B;
}
.TagClassName
{
border-color: #39287B;
}
</style>