Shades of Windsor #3D217F
Tints of Windsor #3D217F
RGB
CMYK
RGB Variations
Color information
#3D217F (or 0x3D217F) is known color: Windsor. HEX triplet: 3D, 21 and 7F. RGB value is (61,33,127). Sum of RGB (Red+Green+Blue) = 61+33+127=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D217F is #C2DE80. Grayscale: #333333. Windows color (decimal): -12770945 or 8331581. OLE color: 8331581.
HSL color Cylindrical-coordinate representation of color #3D217F: hue angle of 257.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D217F is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 61 | 33 | 127 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.50 |
| HSL | 257.87º | 0.59% | 0.31% | - |
| HSV(B) | 257.87º | 0.74% | 0.5% | - |
| XYZ | 6.3 | 3.61 | 20.44 | - |
| YUV | 52.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 127 | 0.52 | 0.74 | 0 | 0.50 | 257.87 | 0.59 | 0.31 |
| Hex | 3D | 21 | 7F | 34 | 4A | 0 | 32 | 102 | 3B | 1F |
| Octal | 75 | 41 | 177 | 64 | 112 | 0 | 62 | 402 | 73 | 37 |
| Binary | 111101 | 100001 | 1111111 | 110100 | 1001010 | 0 | 110010 | 100000010 | 111011 | 11111 |
Color Harmonies of #3D217F
Complementary color
Monochromatic Colors of #3D217F
Black with #3D217F
Text Example
Text Example
White with #3D217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D217F; }
p { color: rgb(61,33,127); }
H1.HeaderClassName
{
color: #3D217F;
}
.AnyTagClassName
{
color: #3D217F;
}
</style>
background-color css
<style>
a { background-color: #3D217F; }
a { background-color: rgb(61,33,127); }
div.DivClassName
{
background-color: #3D217F;
}
.BgClassName
{
background-color: #3D217F;
}
</style>
border-color css
<style>
span { border-color: #3D217F; }
span { border-color: rgb(61,33,127); }
td.TdClassName
{
border-color: #3D217F;
}
.TagClassName
{
border-color: #3D217F;
}
</style>