Shades of Windsor #392E7C
Tints of Windsor #392E7C
RGB
CMYK
RGB Variations
Color information
#392E7C (or 0x392E7C) is known color: Windsor. HEX triplet: 39, 2E and 7C. RGB value is (57,46,124). Sum of RGB (Red+Green+Blue) = 57+46+124=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #392E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E7C is #C6D183. Grayscale: #393939. Windows color (decimal): -13029764 or 8138297. OLE color: 8138297.
HSL color Cylindrical-coordinate representation of color #392E7C: hue angle of 248.46º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #392E7C is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 46 | 124 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.51 |
| HSL | 248.46º | 0.46% | 0.33% | - |
| HSV(B) | 248.46º | 0.63% | 0.49% | - |
| XYZ | 6.3 | 4.28 | 19.56 | - |
| YUV | 58.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 124 | 0.54 | 0.63 | 0 | 0.51 | 248.46 | 0.46 | 0.33 |
| Hex | 39 | 2E | 7C | 36 | 3F | 0 | 33 | F8 | 2E | 21 |
| Octal | 71 | 56 | 174 | 66 | 77 | 0 | 63 | 370 | 56 | 41 |
| Binary | 111001 | 101110 | 1111100 | 110110 | 111111 | 0 | 110011 | 11111000 | 101110 | 100001 |
Color Harmonies of #392E7C
Complementary color
Monochromatic Colors of #392E7C
Black with #392E7C
Text Example
Text Example
White with #392E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E7C; }
p { color: rgb(57,46,124); }
H1.HeaderClassName
{
color: #392E7C;
}
.AnyTagClassName
{
color: #392E7C;
}
</style>
background-color css
<style>
a { background-color: #392E7C; }
a { background-color: rgb(57,46,124); }
div.DivClassName
{
background-color: #392E7C;
}
.BgClassName
{
background-color: #392E7C;
}
</style>
border-color css
<style>
span { border-color: #392E7C; }
span { border-color: rgb(57,46,124); }
td.TdClassName
{
border-color: #392E7C;
}
.TagClassName
{
border-color: #392E7C;
}
</style>