Shades of Windsor #39287A
Tints of Windsor #39287A
RGB
CMYK
RGB Variations
Color information
#39287A (or 0x39287A) is known color: Windsor. HEX triplet: 39, 28 and 7A. RGB value is (57,40,122). Sum of RGB (Red+Green+Blue) = 57+40+122=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #39287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39287A is #C6D785. Grayscale: #363636. Windows color (decimal): -13031302 or 8005689. OLE color: 8005689.
HSL color Cylindrical-coordinate representation of color #39287A: hue angle of 252.44º 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 #39287A is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 40 | 122 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.52 |
| HSL | 252.44º | 0.51% | 0.32% | - |
| HSV(B) | 252.44º | 0.67% | 0.48% | - |
| XYZ | 5.96 | 3.79 | 18.83 | - |
| YUV | 54.43 | 166.13 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 122 | 0.53 | 0.67 | 0 | 0.52 | 252.44 | 0.51 | 0.32 |
| Hex | 39 | 28 | 7A | 35 | 43 | 0 | 34 | FC | 33 | 20 |
| Octal | 71 | 50 | 172 | 65 | 103 | 0 | 64 | 374 | 63 | 40 |
| Binary | 111001 | 101000 | 1111010 | 110101 | 1000011 | 0 | 110100 | 11111100 | 110011 | 100000 |
Color Harmonies of #39287A
Complementary color
Monochromatic Colors of #39287A
Black with #39287A
Text Example
Text Example
White with #39287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39287A; }
p { color: rgb(57,40,122); }
H1.HeaderClassName
{
color: #39287A;
}
.AnyTagClassName
{
color: #39287A;
}
</style>
background-color css
<style>
a { background-color: #39287A; }
a { background-color: rgb(57,40,122); }
div.DivClassName
{
background-color: #39287A;
}
.BgClassName
{
background-color: #39287A;
}
</style>
border-color css
<style>
span { border-color: #39287A; }
span { border-color: rgb(57,40,122); }
td.TdClassName
{
border-color: #39287A;
}
.TagClassName
{
border-color: #39287A;
}
</style>