Shades of Windsor #3A2876
Tints of Windsor #3A2876
RGB
CMYK
RGB Variations
Color information
#3A2876 (or 0x3A2876) is known color: Windsor. HEX triplet: 3A, 28 and 76. RGB value is (58,40,118). Sum of RGB (Red+Green+Blue) = 58+40+118=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A2876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2876 is #C5D789. Grayscale: #353535. Windows color (decimal): -12965770 or 7743546. OLE color: 7743546.
HSL color Cylindrical-coordinate representation of color #3A2876: hue angle of 253.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A2876 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 40 | 118 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.54 |
| HSL | 253.85º | 0.49% | 0.31% | - |
| HSV(B) | 253.85º | 0.66% | 0.46% | - |
| XYZ | 5.77 | 3.73 | 17.55 | - |
| YUV | 54.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 118 | 0.51 | 0.66 | 0 | 0.54 | 253.85 | 0.49 | 0.31 |
| Hex | 3A | 28 | 76 | 33 | 42 | 0 | 36 | FE | 31 | 1F |
| Octal | 72 | 50 | 166 | 63 | 102 | 0 | 66 | 376 | 61 | 37 |
| Binary | 111010 | 101000 | 1110110 | 110011 | 1000010 | 0 | 110110 | 11111110 | 110001 | 11111 |
Color Harmonies of #3A2876
Complementary color
Monochromatic Colors of #3A2876
Black with #3A2876
Text Example
Text Example
White with #3A2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2876; }
p { color: rgb(58,40,118); }
H1.HeaderClassName
{
color: #3A2876;
}
.AnyTagClassName
{
color: #3A2876;
}
</style>
background-color css
<style>
a { background-color: #3A2876; }
a { background-color: rgb(58,40,118); }
div.DivClassName
{
background-color: #3A2876;
}
.BgClassName
{
background-color: #3A2876;
}
</style>
border-color css
<style>
span { border-color: #3A2876; }
span { border-color: rgb(58,40,118); }
td.TdClassName
{
border-color: #3A2876;
}
.TagClassName
{
border-color: #3A2876;
}
</style>