Shades of Windsor #3D2484
Tints of Windsor #3D2484
RGB
CMYK
RGB Variations
Color information
#3D2484 (or 0x3D2484) is known color: Windsor. HEX triplet: 3D, 24 and 84. RGB value is (61,36,132). Sum of RGB (Red+Green+Blue) = 61+36+132=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D2484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2484 is #C2DB7B. Grayscale: #363636. Windows color (decimal): -12770172 or 8660029. OLE color: 8660029.
HSL color Cylindrical-coordinate representation of color #3D2484: hue angle of 255.62º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D2484 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 36 | 132 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.48 |
| HSL | 255.63º | 0.57% | 0.33% | - |
| HSV(B) | 255.63º | 0.73% | 0.52% | - |
| XYZ | 6.72 | 3.92 | 22.23 | - |
| YUV | 54.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 132 | 0.54 | 0.73 | 0 | 0.48 | 255.63 | 0.57 | 0.33 |
| Hex | 3D | 24 | 84 | 36 | 49 | 0 | 30 | 100 | 39 | 21 |
| Octal | 75 | 44 | 204 | 66 | 111 | 0 | 60 | 400 | 71 | 41 |
| Binary | 111101 | 100100 | 10000100 | 110110 | 1001001 | 0 | 110000 | 100000000 | 111001 | 100001 |
Color Harmonies of #3D2484
Complementary color
Monochromatic Colors of #3D2484
Black with #3D2484
Text Example
Text Example
White with #3D2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2484; }
p { color: rgb(61,36,132); }
H1.HeaderClassName
{
color: #3D2484;
}
.AnyTagClassName
{
color: #3D2484;
}
</style>
background-color css
<style>
a { background-color: #3D2484; }
a { background-color: rgb(61,36,132); }
div.DivClassName
{
background-color: #3D2484;
}
.BgClassName
{
background-color: #3D2484;
}
</style>
border-color css
<style>
span { border-color: #3D2484; }
span { border-color: rgb(61,36,132); }
td.TdClassName
{
border-color: #3D2484;
}
.TagClassName
{
border-color: #3D2484;
}
</style>