Shades of Windsor #3A2672
Tints of Windsor #3A2672
RGB
CMYK
RGB Variations
Color information
#3A2672 (or 0x3A2672) is known color: Windsor. HEX triplet: 3A, 26 and 72. RGB value is (58,38,114). Sum of RGB (Red+Green+Blue) = 58+38+114=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2672 is #C5D98D. Grayscale: #343434. Windows color (decimal): -12966286 or 7480890. OLE color: 7480890.
HSL color Cylindrical-coordinate representation of color #3A2672: hue angle of 255.79º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2672 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 38 | 114 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.55 |
| HSL | 255.79º | 0.5% | 0.3% | - |
| HSV(B) | 255.79º | 0.67% | 0.45% | - |
| XYZ | 5.48 | 3.5 | 16.31 | - |
| YUV | 52.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 114 | 0.49 | 0.67 | 0 | 0.55 | 255.79 | 0.5 | 0.3 |
| Hex | 3A | 26 | 72 | 31 | 43 | 0 | 37 | 100 | 32 | 1E |
| Octal | 72 | 46 | 162 | 61 | 103 | 0 | 67 | 400 | 62 | 36 |
| Binary | 111010 | 100110 | 1110010 | 110001 | 1000011 | 0 | 110111 | 100000000 | 110010 | 11110 |
Color Harmonies of #3A2672
Complementary color
Monochromatic Colors of #3A2672
Black with #3A2672
Text Example
Text Example
White with #3A2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2672; }
p { color: rgb(58,38,114); }
H1.HeaderClassName
{
color: #3A2672;
}
.AnyTagClassName
{
color: #3A2672;
}
</style>
background-color css
<style>
a { background-color: #3A2672; }
a { background-color: rgb(58,38,114); }
div.DivClassName
{
background-color: #3A2672;
}
.BgClassName
{
background-color: #3A2672;
}
</style>
border-color css
<style>
span { border-color: #3A2672; }
span { border-color: rgb(58,38,114); }
td.TdClassName
{
border-color: #3A2672;
}
.TagClassName
{
border-color: #3A2672;
}
</style>