Shades of Windsor #3D2290
Tints of Windsor #3D2290
RGB
CMYK
RGB Variations
Color information
#3D2290 (or 0x3D2290) is known color: Windsor. HEX triplet: 3D, 22 and 90. RGB value is (61,34,144). Sum of RGB (Red+Green+Blue) = 61+34+144=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D2290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2290 is #C2DD6F. Grayscale: #363636. Windows color (decimal): -12770672 or 9445949. OLE color: 9445949.
HSL color Cylindrical-coordinate representation of color #3D2290: hue angle of 254.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D2290 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 34 | 144 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.44 |
| HSL | 254.73º | 0.62% | 0.35% | - |
| HSV(B) | 254.73º | 0.76% | 0.56% | - |
| XYZ | 7.53 | 4.15 | 26.79 | - |
| YUV | 54.61 | 178.45 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 144 | 0.58 | 0.76 | 0 | 0.44 | 254.73 | 0.62 | 0.35 |
| Hex | 3D | 22 | 90 | 3A | 4C | 0 | 2C | FF | 3E | 23 |
| Octal | 75 | 42 | 220 | 72 | 114 | 0 | 54 | 377 | 76 | 43 |
| Binary | 111101 | 100010 | 10010000 | 111010 | 1001100 | 0 | 101100 | 11111111 | 111110 | 100011 |
Color Harmonies of #3D2290
Complementary color
Monochromatic Colors of #3D2290
Black with #3D2290
Text Example
Text Example
White with #3D2290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2290; }
p { color: rgb(61,34,144); }
H1.HeaderClassName
{
color: #3D2290;
}
.AnyTagClassName
{
color: #3D2290;
}
</style>
background-color css
<style>
a { background-color: #3D2290; }
a { background-color: rgb(61,34,144); }
div.DivClassName
{
background-color: #3D2290;
}
.BgClassName
{
background-color: #3D2290;
}
</style>
border-color css
<style>
span { border-color: #3D2290; }
span { border-color: rgb(61,34,144); }
td.TdClassName
{
border-color: #3D2290;
}
.TagClassName
{
border-color: #3D2290;
}
</style>