Shades of Windsor #3D2184
Tints of Windsor #3D2184
RGB
CMYK
RGB Variations
Color information
#3D2184 (or 0x3D2184) is known color: Windsor. HEX triplet: 3D, 21 and 84. RGB value is (61,33,132). Sum of RGB (Red+Green+Blue) = 61+33+132=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D2184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2184 is #C2DE7B. Grayscale: #343434. Windows color (decimal): -12770940 or 8659261. OLE color: 8659261.
HSL color Cylindrical-coordinate representation of color #3D2184: hue angle of 256.97º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D2184 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 33 | 132 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.48 |
| HSL | 256.97º | 0.6% | 0.32% | - |
| HSV(B) | 256.97º | 0.75% | 0.52% | - |
| XYZ | 6.63 | 3.75 | 22.2 | - |
| YUV | 52.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 132 | 0.54 | 0.75 | 0 | 0.48 | 256.97 | 0.6 | 0.32 |
| Hex | 3D | 21 | 84 | 36 | 4B | 0 | 30 | 101 | 3C | 20 |
| Octal | 75 | 41 | 204 | 66 | 113 | 0 | 60 | 401 | 74 | 40 |
| Binary | 111101 | 100001 | 10000100 | 110110 | 1001011 | 0 | 110000 | 100000001 | 111100 | 100000 |
Color Harmonies of #3D2184
Complementary color
Monochromatic Colors of #3D2184
Black with #3D2184
Text Example
Text Example
White with #3D2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2184; }
p { color: rgb(61,33,132); }
H1.HeaderClassName
{
color: #3D2184;
}
.AnyTagClassName
{
color: #3D2184;
}
</style>
background-color css
<style>
a { background-color: #3D2184; }
a { background-color: rgb(61,33,132); }
div.DivClassName
{
background-color: #3D2184;
}
.BgClassName
{
background-color: #3D2184;
}
</style>
border-color css
<style>
span { border-color: #3D2184; }
span { border-color: rgb(61,33,132); }
td.TdClassName
{
border-color: #3D2184;
}
.TagClassName
{
border-color: #3D2184;
}
</style>