Shades of Windsor #3D2689
Tints of Windsor #3D2689
RGB
CMYK
RGB Variations
Color information
#3D2689 (or 0x3D2689) is known color: Windsor. HEX triplet: 3D, 26 and 89. RGB value is (61,38,137). Sum of RGB (Red+Green+Blue) = 61+38+137=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D2689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2689 is #C2D976. Grayscale: #373737. Windows color (decimal): -12769655 or 8988221. OLE color: 8988221.
HSL color Cylindrical-coordinate representation of color #3D2689: hue angle of 253.94º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D2689 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 38 | 137 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.46 |
| HSL | 253.94º | 0.57% | 0.34% | - |
| HSV(B) | 253.94º | 0.72% | 0.54% | - |
| XYZ | 7.13 | 4.18 | 24.1 | - |
| YUV | 56.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 137 | 0.55 | 0.72 | 0 | 0.46 | 253.94 | 0.57 | 0.34 |
| Hex | 3D | 26 | 89 | 37 | 48 | 0 | 2E | FE | 39 | 22 |
| Octal | 75 | 46 | 211 | 67 | 110 | 0 | 56 | 376 | 71 | 42 |
| Binary | 111101 | 100110 | 10001001 | 110111 | 1001000 | 0 | 101110 | 11111110 | 111001 | 100010 |
Color Harmonies of #3D2689
Complementary color
Monochromatic Colors of #3D2689
Black with #3D2689
Text Example
Text Example
White with #3D2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2689; }
p { color: rgb(61,38,137); }
H1.HeaderClassName
{
color: #3D2689;
}
.AnyTagClassName
{
color: #3D2689;
}
</style>
background-color css
<style>
a { background-color: #3D2689; }
a { background-color: rgb(61,38,137); }
div.DivClassName
{
background-color: #3D2689;
}
.BgClassName
{
background-color: #3D2689;
}
</style>
border-color css
<style>
span { border-color: #3D2689; }
span { border-color: rgb(61,38,137); }
td.TdClassName
{
border-color: #3D2689;
}
.TagClassName
{
border-color: #3D2689;
}
</style>