Shades of Windsor #3D2975
Tints of Windsor #3D2975
RGB
CMYK
RGB Variations
Color information
#3D2975 (or 0x3D2975) is known color: Windsor. HEX triplet: 3D, 29 and 75. RGB value is (61,41,117). Sum of RGB (Red+Green+Blue) = 61+41+117=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D2975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2975 is #C2D68A. Grayscale: #373737. Windows color (decimal): -12768907 or 7678269. OLE color: 7678269.
HSL color Cylindrical-coordinate representation of color #3D2975: hue angle of 255.79º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D2975 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 41 | 117 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.54 |
| HSL | 255.79º | 0.48% | 0.31% | - |
| HSV(B) | 255.79º | 0.65% | 0.46% | - |
| XYZ | 5.93 | 3.86 | 17.26 | - |
| YUV | 55.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 117 | 0.48 | 0.65 | 0 | 0.54 | 255.79 | 0.48 | 0.31 |
| Hex | 3D | 29 | 75 | 30 | 41 | 0 | 36 | 100 | 30 | 1F |
| Octal | 75 | 51 | 165 | 60 | 101 | 0 | 66 | 400 | 60 | 37 |
| Binary | 111101 | 101001 | 1110101 | 110000 | 1000001 | 0 | 110110 | 100000000 | 110000 | 11111 |
Color Harmonies of #3D2975
Complementary color
Monochromatic Colors of #3D2975
Black with #3D2975
Text Example
Text Example
White with #3D2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2975; }
p { color: rgb(61,41,117); }
H1.HeaderClassName
{
color: #3D2975;
}
.AnyTagClassName
{
color: #3D2975;
}
</style>
background-color css
<style>
a { background-color: #3D2975; }
a { background-color: rgb(61,41,117); }
div.DivClassName
{
background-color: #3D2975;
}
.BgClassName
{
background-color: #3D2975;
}
</style>
border-color css
<style>
span { border-color: #3D2975; }
span { border-color: rgb(61,41,117); }
td.TdClassName
{
border-color: #3D2975;
}
.TagClassName
{
border-color: #3D2975;
}
</style>