Shades of Windsor #3A2776
Tints of Windsor #3A2776
RGB
CMYK
RGB Variations
Color information
#3A2776 (or 0x3A2776) is known color: Windsor. HEX triplet: 3A, 27 and 76. RGB value is (58,39,118). Sum of RGB (Red+Green+Blue) = 58+39+118=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2776 is #C5D889. Grayscale: #353535. Windows color (decimal): -12966026 or 7743290. OLE color: 7743290.
HSL color Cylindrical-coordinate representation of color #3A2776: hue angle of 254.43º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2776 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 39 | 118 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.54 |
| HSL | 254.43º | 0.5% | 0.31% | - |
| HSV(B) | 254.43º | 0.67% | 0.46% | - |
| XYZ | 5.74 | 3.66 | 17.54 | - |
| YUV | 53.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 118 | 0.51 | 0.67 | 0 | 0.54 | 254.43 | 0.5 | 0.31 |
| Hex | 3A | 27 | 76 | 33 | 43 | 0 | 36 | FE | 32 | 1F |
| Octal | 72 | 47 | 166 | 63 | 103 | 0 | 66 | 376 | 62 | 37 |
| Binary | 111010 | 100111 | 1110110 | 110011 | 1000011 | 0 | 110110 | 11111110 | 110010 | 11111 |
Color Harmonies of #3A2776
Complementary color
Monochromatic Colors of #3A2776
Black with #3A2776
Text Example
Text Example
White with #3A2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2776; }
p { color: rgb(58,39,118); }
H1.HeaderClassName
{
color: #3A2776;
}
.AnyTagClassName
{
color: #3A2776;
}
</style>
background-color css
<style>
a { background-color: #3A2776; }
a { background-color: rgb(58,39,118); }
div.DivClassName
{
background-color: #3A2776;
}
.BgClassName
{
background-color: #3A2776;
}
</style>
border-color css
<style>
span { border-color: #3A2776; }
span { border-color: rgb(58,39,118); }
td.TdClassName
{
border-color: #3A2776;
}
.TagClassName
{
border-color: #3A2776;
}
</style>