Shades of Windsor #3D2572
Tints of Windsor #3D2572
RGB
CMYK
RGB Variations
Color information
#3D2572 (or 0x3D2572) is known color: Windsor. HEX triplet: 3D, 25 and 72. RGB value is (61,37,114). Sum of RGB (Red+Green+Blue) = 61+37+114=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2572 is #C2DA8D. Grayscale: #343434. Windows color (decimal): -12769934 or 7480637. OLE color: 7480637.
HSL color Cylindrical-coordinate representation of color #3D2572: hue angle of 258.7º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D2572 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 37 | 114 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.55 |
| HSL | 258.7º | 0.51% | 0.3% | - |
| HSV(B) | 258.7º | 0.68% | 0.45% | - |
| XYZ | 5.62 | 3.53 | 16.3 | - |
| YUV | 52.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 114 | 0.46 | 0.68 | 0 | 0.55 | 258.7 | 0.51 | 0.3 |
| Hex | 3D | 25 | 72 | 2E | 44 | 0 | 37 | 103 | 33 | 1E |
| Octal | 75 | 45 | 162 | 56 | 104 | 0 | 67 | 403 | 63 | 36 |
| Binary | 111101 | 100101 | 1110010 | 101110 | 1000100 | 0 | 110111 | 100000011 | 110011 | 11110 |
Color Harmonies of #3D2572
Complementary color
Monochromatic Colors of #3D2572
Black with #3D2572
Text Example
Text Example
White with #3D2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2572; }
p { color: rgb(61,37,114); }
H1.HeaderClassName
{
color: #3D2572;
}
.AnyTagClassName
{
color: #3D2572;
}
</style>
background-color css
<style>
a { background-color: #3D2572; }
a { background-color: rgb(61,37,114); }
div.DivClassName
{
background-color: #3D2572;
}
.BgClassName
{
background-color: #3D2572;
}
</style>
border-color css
<style>
span { border-color: #3D2572; }
span { border-color: rgb(61,37,114); }
td.TdClassName
{
border-color: #3D2572;
}
.TagClassName
{
border-color: #3D2572;
}
</style>