Shades of Windsor #39257F
Tints of Windsor #39257F
RGB
CMYK
RGB Variations
Color information
#39257F (or 0x39257F) is known color: Windsor. HEX triplet: 39, 25 and 7F. RGB value is (57,37,127). Sum of RGB (Red+Green+Blue) = 57+37+127=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #39257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39257F is #C6DA80. Grayscale: #343434. Windows color (decimal): -13032065 or 8332601. OLE color: 8332601.
HSL color Cylindrical-coordinate representation of color #39257F: hue angle of 253.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39257F is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 37 | 127 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.50 |
| HSL | 253.33º | 0.55% | 0.32% | - |
| HSV(B) | 253.33º | 0.71% | 0.5% | - |
| XYZ | 6.18 | 3.73 | 20.47 | - |
| YUV | 53.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 127 | 0.55 | 0.71 | 0 | 0.50 | 253.33 | 0.55 | 0.32 |
| Hex | 39 | 25 | 7F | 37 | 47 | 0 | 32 | FD | 37 | 20 |
| Octal | 71 | 45 | 177 | 67 | 107 | 0 | 62 | 375 | 67 | 40 |
| Binary | 111001 | 100101 | 1111111 | 110111 | 1000111 | 0 | 110010 | 11111101 | 110111 | 100000 |
Color Harmonies of #39257F
Complementary color
Monochromatic Colors of #39257F
Black with #39257F
Text Example
Text Example
White with #39257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39257F; }
p { color: rgb(57,37,127); }
H1.HeaderClassName
{
color: #39257F;
}
.AnyTagClassName
{
color: #39257F;
}
</style>
background-color css
<style>
a { background-color: #39257F; }
a { background-color: rgb(57,37,127); }
div.DivClassName
{
background-color: #39257F;
}
.BgClassName
{
background-color: #39257F;
}
</style>
border-color css
<style>
span { border-color: #39257F; }
span { border-color: rgb(57,37,127); }
td.TdClassName
{
border-color: #39257F;
}
.TagClassName
{
border-color: #39257F;
}
</style>