Shades of Windsor #392A7B
Tints of Windsor #392A7B
RGB
CMYK
RGB Variations
Color information
#392A7B (or 0x392A7B) is known color: Windsor. HEX triplet: 39, 2A and 7B. RGB value is (57,42,123). Sum of RGB (Red+Green+Blue) = 57+42+123=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #392A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392A7B is #C6D584. Grayscale: #373737. Windows color (decimal): -13030789 or 8071737. OLE color: 8071737.
HSL color Cylindrical-coordinate representation of color #392A7B: hue angle of 251.11º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392A7B is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 42 | 123 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.52 |
| HSL | 251.11º | 0.49% | 0.32% | - |
| HSV(B) | 251.11º | 0.66% | 0.48% | - |
| XYZ | 6.09 | 3.96 | 19.18 | - |
| YUV | 55.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 123 | 0.54 | 0.66 | 0 | 0.52 | 251.11 | 0.49 | 0.32 |
| Hex | 39 | 2A | 7B | 36 | 42 | 0 | 34 | FB | 31 | 20 |
| Octal | 71 | 52 | 173 | 66 | 102 | 0 | 64 | 373 | 61 | 40 |
| Binary | 111001 | 101010 | 1111011 | 110110 | 1000010 | 0 | 110100 | 11111011 | 110001 | 100000 |
Color Harmonies of #392A7B
Complementary color
Monochromatic Colors of #392A7B
Black with #392A7B
Text Example
Text Example
White with #392A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A7B; }
p { color: rgb(57,42,123); }
H1.HeaderClassName
{
color: #392A7B;
}
.AnyTagClassName
{
color: #392A7B;
}
</style>
background-color css
<style>
a { background-color: #392A7B; }
a { background-color: rgb(57,42,123); }
div.DivClassName
{
background-color: #392A7B;
}
.BgClassName
{
background-color: #392A7B;
}
</style>
border-color css
<style>
span { border-color: #392A7B; }
span { border-color: rgb(57,42,123); }
td.TdClassName
{
border-color: #392A7B;
}
.TagClassName
{
border-color: #392A7B;
}
</style>