Shades of Windsor #392578
Tints of Windsor #392578
RGB
CMYK
RGB Variations
Color information
#392578 (or 0x392578) is known color: Windsor. HEX triplet: 39, 25 and 78. RGB value is (57,37,120). Sum of RGB (Red+Green+Blue) = 57+37+120=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #392578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392578 is #C6DA87. Grayscale: #343434. Windows color (decimal): -13032072 or 7873849. OLE color: 7873849.
HSL color Cylindrical-coordinate representation of color #392578: hue angle of 254.46º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #392578 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 37 | 120 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.53 |
| HSL | 254.46º | 0.53% | 0.31% | - |
| HSV(B) | 254.46º | 0.69% | 0.47% | - |
| XYZ | 5.74 | 3.55 | 18.15 | - |
| YUV | 52.44 | 166.13 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 120 | 0.52 | 0.69 | 0 | 0.53 | 254.46 | 0.53 | 0.31 |
| Hex | 39 | 25 | 78 | 34 | 45 | 0 | 35 | FE | 35 | 1F |
| Octal | 71 | 45 | 170 | 64 | 105 | 0 | 65 | 376 | 65 | 37 |
| Binary | 111001 | 100101 | 1111000 | 110100 | 1000101 | 0 | 110101 | 11111110 | 110101 | 11111 |
Color Harmonies of #392578
Complementary color
Monochromatic Colors of #392578
Black with #392578
Text Example
Text Example
White with #392578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392578; }
p { color: rgb(57,37,120); }
H1.HeaderClassName
{
color: #392578;
}
.AnyTagClassName
{
color: #392578;
}
</style>
background-color css
<style>
a { background-color: #392578; }
a { background-color: rgb(57,37,120); }
div.DivClassName
{
background-color: #392578;
}
.BgClassName
{
background-color: #392578;
}
</style>
border-color css
<style>
span { border-color: #392578; }
span { border-color: rgb(57,37,120); }
td.TdClassName
{
border-color: #392578;
}
.TagClassName
{
border-color: #392578;
}
</style>