Shades of Windsor #3D2473
Tints of Windsor #3D2473
RGB
CMYK
RGB Variations
Color information
#3D2473 (or 0x3D2473) is known color: Windsor. HEX triplet: 3D, 24 and 73. RGB value is (61,36,115). Sum of RGB (Red+Green+Blue) = 61+36+115=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D2473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2473 is #C2DB8C. Grayscale: #343434. Windows color (decimal): -12770189 or 7545917. OLE color: 7545917.
HSL color Cylindrical-coordinate representation of color #3D2473: hue angle of 258.99º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D2473 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 36 | 115 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.55 |
| HSL | 258.99º | 0.52% | 0.3% | - |
| HSV(B) | 258.99º | 0.69% | 0.45% | - |
| XYZ | 5.65 | 3.49 | 16.6 | - |
| YUV | 52.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 115 | 0.47 | 0.69 | 0 | 0.55 | 258.99 | 0.52 | 0.3 |
| Hex | 3D | 24 | 73 | 2F | 45 | 0 | 37 | 103 | 34 | 1E |
| Octal | 75 | 44 | 163 | 57 | 105 | 0 | 67 | 403 | 64 | 36 |
| Binary | 111101 | 100100 | 1110011 | 101111 | 1000101 | 0 | 110111 | 100000011 | 110100 | 11110 |
Color Harmonies of #3D2473
Complementary color
Monochromatic Colors of #3D2473
Black with #3D2473
Text Example
Text Example
White with #3D2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2473; }
p { color: rgb(61,36,115); }
H1.HeaderClassName
{
color: #3D2473;
}
.AnyTagClassName
{
color: #3D2473;
}
</style>
background-color css
<style>
a { background-color: #3D2473; }
a { background-color: rgb(61,36,115); }
div.DivClassName
{
background-color: #3D2473;
}
.BgClassName
{
background-color: #3D2473;
}
</style>
border-color css
<style>
span { border-color: #3D2473; }
span { border-color: rgb(61,36,115); }
td.TdClassName
{
border-color: #3D2473;
}
.TagClassName
{
border-color: #3D2473;
}
</style>