Shades of Windsor #3D2982
Tints of Windsor #3D2982
RGB
CMYK
RGB Variations
Color information
#3D2982 (or 0x3D2982) is known color: Windsor. HEX triplet: 3D, 29 and 82. RGB value is (61,41,130). Sum of RGB (Red+Green+Blue) = 61+41+130=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D2982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2982 is #C2D67D. Grayscale: #383838. Windows color (decimal): -12768894 or 8530237. OLE color: 8530237.
HSL color Cylindrical-coordinate representation of color #3D2982: hue angle of 253.48º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D2982 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 41 | 130 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.49 |
| HSL | 253.48º | 0.52% | 0.34% | - |
| HSV(B) | 253.48º | 0.68% | 0.51% | - |
| XYZ | 6.75 | 4.19 | 21.57 | - |
| YUV | 57.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 130 | 0.53 | 0.68 | 0 | 0.49 | 253.48 | 0.52 | 0.34 |
| Hex | 3D | 29 | 82 | 35 | 44 | 0 | 31 | FD | 34 | 22 |
| Octal | 75 | 51 | 202 | 65 | 104 | 0 | 61 | 375 | 64 | 42 |
| Binary | 111101 | 101001 | 10000010 | 110101 | 1000100 | 0 | 110001 | 11111101 | 110100 | 100010 |
Color Harmonies of #3D2982
Complementary color
Monochromatic Colors of #3D2982
Black with #3D2982
Text Example
Text Example
White with #3D2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2982; }
p { color: rgb(61,41,130); }
H1.HeaderClassName
{
color: #3D2982;
}
.AnyTagClassName
{
color: #3D2982;
}
</style>
background-color css
<style>
a { background-color: #3D2982; }
a { background-color: rgb(61,41,130); }
div.DivClassName
{
background-color: #3D2982;
}
.BgClassName
{
background-color: #3D2982;
}
</style>
border-color css
<style>
span { border-color: #3D2982; }
span { border-color: rgb(61,41,130); }
td.TdClassName
{
border-color: #3D2982;
}
.TagClassName
{
border-color: #3D2982;
}
</style>