Shades of Windsor #3C217F
Tints of Windsor #3C217F
RGB
CMYK
RGB Variations
Color information
#3C217F (or 0x3C217F) is known color: Windsor. HEX triplet: 3C, 21 and 7F. RGB value is (60,33,127). Sum of RGB (Red+Green+Blue) = 60+33+127=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C217F is #C3DE80. Grayscale: #333333. Windows color (decimal): -12836481 or 8331580. OLE color: 8331580.
HSL color Cylindrical-coordinate representation of color #3C217F: hue angle of 257.23º 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 #3C217F is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 33 | 127 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.50 |
| HSL | 257.23º | 0.59% | 0.31% | - |
| HSV(B) | 257.23º | 0.74% | 0.5% | - |
| XYZ | 6.24 | 3.58 | 20.44 | - |
| YUV | 51.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 127 | 0.53 | 0.74 | 0 | 0.50 | 257.23 | 0.59 | 0.31 |
| Hex | 3C | 21 | 7F | 35 | 4A | 0 | 32 | 101 | 3B | 1F |
| Octal | 74 | 41 | 177 | 65 | 112 | 0 | 62 | 401 | 73 | 37 |
| Binary | 111100 | 100001 | 1111111 | 110101 | 1001010 | 0 | 110010 | 100000001 | 111011 | 11111 |
Color Harmonies of #3C217F
Complementary color
Monochromatic Colors of #3C217F
Black with #3C217F
Text Example
Text Example
White with #3C217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C217F; }
p { color: rgb(60,33,127); }
H1.HeaderClassName
{
color: #3C217F;
}
.AnyTagClassName
{
color: #3C217F;
}
</style>
background-color css
<style>
a { background-color: #3C217F; }
a { background-color: rgb(60,33,127); }
div.DivClassName
{
background-color: #3C217F;
}
.BgClassName
{
background-color: #3C217F;
}
</style>
border-color css
<style>
span { border-color: #3C217F; }
span { border-color: rgb(60,33,127); }
td.TdClassName
{
border-color: #3C217F;
}
.TagClassName
{
border-color: #3C217F;
}
</style>