Shades of Windsor #3D2574
Tints of Windsor #3D2574
RGB
CMYK
RGB Variations
Color information
#3D2574 (or 0x3D2574) is known color: Windsor. HEX triplet: 3D, 25 and 74. RGB value is (61,37,116). Sum of RGB (Red+Green+Blue) = 61+37+116=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D2574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2574 is #C2DA8B. Grayscale: #343434. Windows color (decimal): -12769932 or 7611709. OLE color: 7611709.
HSL color Cylindrical-coordinate representation of color #3D2574: hue angle of 258.23º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D2574 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 37 | 116 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.55 |
| HSL | 258.23º | 0.52% | 0.3% | - |
| HSV(B) | 258.23º | 0.68% | 0.45% | - |
| XYZ | 5.74 | 3.58 | 16.91 | - |
| YUV | 53.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 116 | 0.47 | 0.68 | 0 | 0.55 | 258.23 | 0.52 | 0.3 |
| Hex | 3D | 25 | 74 | 2F | 44 | 0 | 37 | 102 | 34 | 1E |
| Octal | 75 | 45 | 164 | 57 | 104 | 0 | 67 | 402 | 64 | 36 |
| Binary | 111101 | 100101 | 1110100 | 101111 | 1000100 | 0 | 110111 | 100000010 | 110100 | 11110 |
Color Harmonies of #3D2574
Complementary color
Monochromatic Colors of #3D2574
Black with #3D2574
Text Example
Text Example
White with #3D2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2574; }
p { color: rgb(61,37,116); }
H1.HeaderClassName
{
color: #3D2574;
}
.AnyTagClassName
{
color: #3D2574;
}
</style>
background-color css
<style>
a { background-color: #3D2574; }
a { background-color: rgb(61,37,116); }
div.DivClassName
{
background-color: #3D2574;
}
.BgClassName
{
background-color: #3D2574;
}
</style>
border-color css
<style>
span { border-color: #3D2574; }
span { border-color: rgb(61,37,116); }
td.TdClassName
{
border-color: #3D2574;
}
.TagClassName
{
border-color: #3D2574;
}
</style>