Shades of Windsor #3D2A73
Tints of Windsor #3D2A73
RGB
CMYK
RGB Variations
Color information
#3D2A73 (or 0x3D2A73) is known color: Windsor. HEX triplet: 3D, 2A and 73. RGB value is (61,42,115). Sum of RGB (Red+Green+Blue) = 61+42+115=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D2A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2A73 is #C2D58C. Grayscale: #373737. Windows color (decimal): -12768653 or 7547453. OLE color: 7547453.
HSL color Cylindrical-coordinate representation of color #3D2A73: hue angle of 255.62º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D2A73 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 42 | 115 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.55 |
| HSL | 255.62º | 0.46% | 0.31% | - |
| HSV(B) | 255.62º | 0.63% | 0.45% | - |
| XYZ | 5.85 | 3.89 | 16.66 | - |
| YUV | 56 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 115 | 0.47 | 0.63 | 0 | 0.55 | 255.62 | 0.46 | 0.31 |
| Hex | 3D | 2A | 73 | 2F | 3F | 0 | 37 | 100 | 2E | 1F |
| Octal | 75 | 52 | 163 | 57 | 77 | 0 | 67 | 400 | 56 | 37 |
| Binary | 111101 | 101010 | 1110011 | 101111 | 111111 | 0 | 110111 | 100000000 | 101110 | 11111 |
Color Harmonies of #3D2A73
Complementary color
Monochromatic Colors of #3D2A73
Black with #3D2A73
Text Example
Text Example
White with #3D2A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A73; }
p { color: rgb(61,42,115); }
H1.HeaderClassName
{
color: #3D2A73;
}
.AnyTagClassName
{
color: #3D2A73;
}
</style>
background-color css
<style>
a { background-color: #3D2A73; }
a { background-color: rgb(61,42,115); }
div.DivClassName
{
background-color: #3D2A73;
}
.BgClassName
{
background-color: #3D2A73;
}
</style>
border-color css
<style>
span { border-color: #3D2A73; }
span { border-color: rgb(61,42,115); }
td.TdClassName
{
border-color: #3D2A73;
}
.TagClassName
{
border-color: #3D2A73;
}
</style>