Shades of Windsor #3D297A
Tints of Windsor #3D297A
RGB
CMYK
RGB Variations
Color information
#3D297A (or 0x3D297A) is known color: Windsor. HEX triplet: 3D, 29 and 7A. RGB value is (61,41,122). Sum of RGB (Red+Green+Blue) = 61+41+122=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D297A is #C2D685. Grayscale: #373737. Windows color (decimal): -12768902 or 8005949. OLE color: 8005949.
HSL color Cylindrical-coordinate representation of color #3D297A: hue angle of 254.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D297A is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 41 | 122 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.52 |
| HSL | 254.81º | 0.5% | 0.32% | - |
| HSV(B) | 254.81º | 0.66% | 0.48% | - |
| XYZ | 6.23 | 3.98 | 18.85 | - |
| YUV | 56.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 122 | 0.50 | 0.66 | 0 | 0.52 | 254.81 | 0.5 | 0.32 |
| Hex | 3D | 29 | 7A | 32 | 42 | 0 | 34 | FF | 32 | 20 |
| Octal | 75 | 51 | 172 | 62 | 102 | 0 | 64 | 377 | 62 | 40 |
| Binary | 111101 | 101001 | 1111010 | 110010 | 1000010 | 0 | 110100 | 11111111 | 110010 | 100000 |
Color Harmonies of #3D297A
Complementary color
Monochromatic Colors of #3D297A
Black with #3D297A
Text Example
Text Example
White with #3D297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D297A; }
p { color: rgb(61,41,122); }
H1.HeaderClassName
{
color: #3D297A;
}
.AnyTagClassName
{
color: #3D297A;
}
</style>
background-color css
<style>
a { background-color: #3D297A; }
a { background-color: rgb(61,41,122); }
div.DivClassName
{
background-color: #3D297A;
}
.BgClassName
{
background-color: #3D297A;
}
</style>
border-color css
<style>
span { border-color: #3D297A; }
span { border-color: rgb(61,41,122); }
td.TdClassName
{
border-color: #3D297A;
}
.TagClassName
{
border-color: #3D297A;
}
</style>