Shades of Windsor #3D2C85
Tints of Windsor #3D2C85
RGB
CMYK
RGB Variations
Color information
#3D2C85 (or 0x3D2C85) is known color: Windsor. HEX triplet: 3D, 2C and 85. RGB value is (61,44,133). Sum of RGB (Red+Green+Blue) = 61+44+133=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D2C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2C85 is #C2D37A. Grayscale: #3A3A3A. Windows color (decimal): -12768123 or 8727613. OLE color: 8727613.
HSL color Cylindrical-coordinate representation of color #3D2C85: hue angle of 251.46º 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 #3D2C85 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 44 | 133 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.48 |
| HSL | 251.46º | 0.5% | 0.35% | - |
| HSV(B) | 251.46º | 0.67% | 0.52% | - |
| XYZ | 7.06 | 4.49 | 22.68 | - |
| YUV | 59.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 133 | 0.54 | 0.67 | 0 | 0.48 | 251.46 | 0.5 | 0.35 |
| Hex | 3D | 2C | 85 | 36 | 43 | 0 | 30 | FB | 32 | 23 |
| Octal | 75 | 54 | 205 | 66 | 103 | 0 | 60 | 373 | 62 | 43 |
| Binary | 111101 | 101100 | 10000101 | 110110 | 1000011 | 0 | 110000 | 11111011 | 110010 | 100011 |
Color Harmonies of #3D2C85
Complementary color
Monochromatic Colors of #3D2C85
Black with #3D2C85
Text Example
Text Example
White with #3D2C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C85; }
p { color: rgb(61,44,133); }
H1.HeaderClassName
{
color: #3D2C85;
}
.AnyTagClassName
{
color: #3D2C85;
}
</style>
background-color css
<style>
a { background-color: #3D2C85; }
a { background-color: rgb(61,44,133); }
div.DivClassName
{
background-color: #3D2C85;
}
.BgClassName
{
background-color: #3D2C85;
}
</style>
border-color css
<style>
span { border-color: #3D2C85; }
span { border-color: rgb(61,44,133); }
td.TdClassName
{
border-color: #3D2C85;
}
.TagClassName
{
border-color: #3D2C85;
}
</style>