Shades of Windsor #39267D
Tints of Windsor #39267D
RGB
CMYK
RGB Variations
Color information
#39267D (or 0x39267D) is known color: Windsor. HEX triplet: 39, 26 and 7D. RGB value is (57,38,125). Sum of RGB (Red+Green+Blue) = 57+38+125=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #39267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39267D is #C6D982. Grayscale: #353535. Windows color (decimal): -13031811 or 8201785. OLE color: 8201785.
HSL color Cylindrical-coordinate representation of color #39267D: hue angle of 253.1º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39267D is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 38 | 125 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.51 |
| HSL | 253.1º | 0.53% | 0.32% | - |
| HSV(B) | 253.1º | 0.7% | 0.49% | - |
| XYZ | 6.08 | 3.74 | 19.8 | - |
| YUV | 53.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 125 | 0.54 | 0.70 | 0 | 0.51 | 253.1 | 0.53 | 0.32 |
| Hex | 39 | 26 | 7D | 36 | 46 | 0 | 33 | FD | 35 | 20 |
| Octal | 71 | 46 | 175 | 66 | 106 | 0 | 63 | 375 | 65 | 40 |
| Binary | 111001 | 100110 | 1111101 | 110110 | 1000110 | 0 | 110011 | 11111101 | 110101 | 100000 |
Color Harmonies of #39267D
Complementary color
Monochromatic Colors of #39267D
Black with #39267D
Text Example
Text Example
White with #39267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39267D; }
p { color: rgb(57,38,125); }
H1.HeaderClassName
{
color: #39267D;
}
.AnyTagClassName
{
color: #39267D;
}
</style>
background-color css
<style>
a { background-color: #39267D; }
a { background-color: rgb(57,38,125); }
div.DivClassName
{
background-color: #39267D;
}
.BgClassName
{
background-color: #39267D;
}
</style>
border-color css
<style>
span { border-color: #39267D; }
span { border-color: rgb(57,38,125); }
td.TdClassName
{
border-color: #39267D;
}
.TagClassName
{
border-color: #39267D;
}
</style>