Shades of Windsor #3D2C84
Tints of Windsor #3D2C84
RGB
CMYK
RGB Variations
Color information
#3D2C84 (or 0x3D2C84) is known color: Windsor. HEX triplet: 3D, 2C and 84. RGB value is (61,44,132). Sum of RGB (Red+Green+Blue) = 61+44+132=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D2C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2C84 is #C2D37B. Grayscale: #3A3A3A. Windows color (decimal): -12768124 or 8662077. OLE color: 8662077.
HSL color Cylindrical-coordinate representation of color #3D2C84: hue angle of 251.59º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D2C84 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 44 | 132 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.48 |
| HSL | 251.59º | 0.5% | 0.35% | - |
| HSV(B) | 251.59º | 0.67% | 0.52% | - |
| XYZ | 6.99 | 4.46 | 22.32 | - |
| YUV | 59.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 132 | 0.54 | 0.67 | 0 | 0.48 | 251.59 | 0.5 | 0.35 |
| Hex | 3D | 2C | 84 | 36 | 43 | 0 | 30 | FC | 32 | 23 |
| Octal | 75 | 54 | 204 | 66 | 103 | 0 | 60 | 374 | 62 | 43 |
| Binary | 111101 | 101100 | 10000100 | 110110 | 1000011 | 0 | 110000 | 11111100 | 110010 | 100011 |
Color Harmonies of #3D2C84
Complementary color
Monochromatic Colors of #3D2C84
Black with #3D2C84
Text Example
Text Example
White with #3D2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C84; }
p { color: rgb(61,44,132); }
H1.HeaderClassName
{
color: #3D2C84;
}
.AnyTagClassName
{
color: #3D2C84;
}
</style>
background-color css
<style>
a { background-color: #3D2C84; }
a { background-color: rgb(61,44,132); }
div.DivClassName
{
background-color: #3D2C84;
}
.BgClassName
{
background-color: #3D2C84;
}
</style>
border-color css
<style>
span { border-color: #3D2C84; }
span { border-color: rgb(61,44,132); }
td.TdClassName
{
border-color: #3D2C84;
}
.TagClassName
{
border-color: #3D2C84;
}
</style>