Shades of Windsor #3D2578
Tints of Windsor #3D2578
RGB
CMYK
RGB Variations
Color information
#3D2578 (or 0x3D2578) is known color: Windsor. HEX triplet: 3D, 25 and 78. RGB value is (61,37,120). Sum of RGB (Red+Green+Blue) = 61+37+120=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D2578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2578 is #C2DA87. Grayscale: #353535. Windows color (decimal): -12769928 or 7873853. OLE color: 7873853.
HSL color Cylindrical-coordinate representation of color #3D2578: hue angle of 257.35º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D2578 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 37 | 120 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.53 |
| HSL | 257.35º | 0.53% | 0.31% | - |
| HSV(B) | 257.35º | 0.69% | 0.47% | - |
| XYZ | 5.98 | 3.67 | 18.16 | - |
| YUV | 53.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 120 | 0.49 | 0.69 | 0 | 0.53 | 257.35 | 0.53 | 0.31 |
| Hex | 3D | 25 | 78 | 31 | 45 | 0 | 35 | 101 | 35 | 1F |
| Octal | 75 | 45 | 170 | 61 | 105 | 0 | 65 | 401 | 65 | 37 |
| Binary | 111101 | 100101 | 1111000 | 110001 | 1000101 | 0 | 110101 | 100000001 | 110101 | 11111 |
Color Harmonies of #3D2578
Complementary color
Monochromatic Colors of #3D2578
Black with #3D2578
Text Example
Text Example
White with #3D2578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2578; }
p { color: rgb(61,37,120); }
H1.HeaderClassName
{
color: #3D2578;
}
.AnyTagClassName
{
color: #3D2578;
}
</style>
background-color css
<style>
a { background-color: #3D2578; }
a { background-color: rgb(61,37,120); }
div.DivClassName
{
background-color: #3D2578;
}
.BgClassName
{
background-color: #3D2578;
}
</style>
border-color css
<style>
span { border-color: #3D2578; }
span { border-color: rgb(61,37,120); }
td.TdClassName
{
border-color: #3D2578;
}
.TagClassName
{
border-color: #3D2578;
}
</style>