Shades of Windsor #3A2174
Tints of Windsor #3A2174
RGB
CMYK
RGB Variations
Color information
#3A2174 (or 0x3A2174) is known color: Windsor. HEX triplet: 3A, 21 and 74. RGB value is (58,33,116). Sum of RGB (Red+Green+Blue) = 58+33+116=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A2174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2174 is #C5DE8B. Grayscale: #313131. Windows color (decimal): -12967564 or 7610682. OLE color: 7610682.
HSL color Cylindrical-coordinate representation of color #3A2174: hue angle of 258.07º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2174 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 33 | 116 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.55 |
| HSL | 258.07º | 0.56% | 0.29% | - |
| HSV(B) | 258.07º | 0.72% | 0.45% | - |
| XYZ | 5.44 | 3.25 | 16.86 | - |
| YUV | 49.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 116 | 0.5 | 0.72 | 0 | 0.55 | 258.07 | 0.56 | 0.29 |
| Hex | 3A | 21 | 74 | 32 | 48 | 0 | 37 | 102 | 38 | 1D |
| Octal | 72 | 41 | 164 | 62 | 110 | 0 | 67 | 402 | 70 | 35 |
| Binary | 111010 | 100001 | 1110100 | 110010 | 1001000 | 0 | 110111 | 100000010 | 111000 | 11101 |
Color Harmonies of #3A2174
Complementary color
Monochromatic Colors of #3A2174
Black with #3A2174
Text Example
Text Example
White with #3A2174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2174; }
p { color: rgb(58,33,116); }
H1.HeaderClassName
{
color: #3A2174;
}
.AnyTagClassName
{
color: #3A2174;
}
</style>
background-color css
<style>
a { background-color: #3A2174; }
a { background-color: rgb(58,33,116); }
div.DivClassName
{
background-color: #3A2174;
}
.BgClassName
{
background-color: #3A2174;
}
</style>
border-color css
<style>
span { border-color: #3A2174; }
span { border-color: rgb(58,33,116); }
td.TdClassName
{
border-color: #3A2174;
}
.TagClassName
{
border-color: #3A2174;
}
</style>