Shades of Windsor #392C7F
Tints of Windsor #392C7F
RGB
CMYK
RGB Variations
Color information
#392C7F (or 0x392C7F) is known color: Windsor. HEX triplet: 39, 2C and 7F. RGB value is (57,44,127). Sum of RGB (Red+Green+Blue) = 57+44+127=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #392C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C7F is #C6D380. Grayscale: #393939. Windows color (decimal): -13030273 or 8334393. OLE color: 8334393.
HSL color Cylindrical-coordinate representation of color #392C7F: hue angle of 249.4º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392C7F is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 44 | 127 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.50 |
| HSL | 249.4º | 0.49% | 0.34% | - |
| HSV(B) | 249.4º | 0.65% | 0.5% | - |
| XYZ | 6.42 | 4.2 | 20.55 | - |
| YUV | 57.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 127 | 0.55 | 0.65 | 0 | 0.50 | 249.4 | 0.49 | 0.34 |
| Hex | 39 | 2C | 7F | 37 | 41 | 0 | 32 | F9 | 31 | 22 |
| Octal | 71 | 54 | 177 | 67 | 101 | 0 | 62 | 371 | 61 | 42 |
| Binary | 111001 | 101100 | 1111111 | 110111 | 1000001 | 0 | 110010 | 11111001 | 110001 | 100010 |
Color Harmonies of #392C7F
Complementary color
Monochromatic Colors of #392C7F
Black with #392C7F
Text Example
Text Example
White with #392C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C7F; }
p { color: rgb(57,44,127); }
H1.HeaderClassName
{
color: #392C7F;
}
.AnyTagClassName
{
color: #392C7F;
}
</style>
background-color css
<style>
a { background-color: #392C7F; }
a { background-color: rgb(57,44,127); }
div.DivClassName
{
background-color: #392C7F;
}
.BgClassName
{
background-color: #392C7F;
}
</style>
border-color css
<style>
span { border-color: #392C7F; }
span { border-color: rgb(57,44,127); }
td.TdClassName
{
border-color: #392C7F;
}
.TagClassName
{
border-color: #392C7F;
}
</style>