Shades of Windsor #3D2B75
Tints of Windsor #3D2B75
RGB
CMYK
RGB Variations
Color information
#3D2B75 (or 0x3D2B75) is known color: Windsor. HEX triplet: 3D, 2B and 75. RGB value is (61,43,117). Sum of RGB (Red+Green+Blue) = 61+43+117=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D2B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2B75 is #C2D48A. Grayscale: #383838. Windows color (decimal): -12768395 or 7678781. OLE color: 7678781.
HSL color Cylindrical-coordinate representation of color #3D2B75: hue angle of 254.59º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D2B75 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 43 | 117 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.54 |
| HSL | 254.59º | 0.46% | 0.31% | - |
| HSV(B) | 254.59º | 0.63% | 0.46% | - |
| XYZ | 6 | 4 | 17.29 | - |
| YUV | 56.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 117 | 0.48 | 0.63 | 0 | 0.54 | 254.59 | 0.46 | 0.31 |
| Hex | 3D | 2B | 75 | 30 | 3F | 0 | 36 | FF | 2E | 1F |
| Octal | 75 | 53 | 165 | 60 | 77 | 0 | 66 | 377 | 56 | 37 |
| Binary | 111101 | 101011 | 1110101 | 110000 | 111111 | 0 | 110110 | 11111111 | 101110 | 11111 |
Color Harmonies of #3D2B75
Complementary color
Monochromatic Colors of #3D2B75
Black with #3D2B75
Text Example
Text Example
White with #3D2B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2B75; }
p { color: rgb(61,43,117); }
H1.HeaderClassName
{
color: #3D2B75;
}
.AnyTagClassName
{
color: #3D2B75;
}
</style>
background-color css
<style>
a { background-color: #3D2B75; }
a { background-color: rgb(61,43,117); }
div.DivClassName
{
background-color: #3D2B75;
}
.BgClassName
{
background-color: #3D2B75;
}
</style>
border-color css
<style>
span { border-color: #3D2B75; }
span { border-color: rgb(61,43,117); }
td.TdClassName
{
border-color: #3D2B75;
}
.TagClassName
{
border-color: #3D2B75;
}
</style>