Shades of Windsor #3A2A7A
Tints of Windsor #3A2A7A
RGB
CMYK
RGB Variations
Color information
#3A2A7A (or 0x3A2A7A) is known color: Windsor. HEX triplet: 3A, 2A and 7A. RGB value is (58,42,122). Sum of RGB (Red+Green+Blue) = 58+42+122=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A2A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A7A is #C5D585. Grayscale: #373737. Windows color (decimal): -12965254 or 8006202. OLE color: 8006202.
HSL color Cylindrical-coordinate representation of color #3A2A7A: hue angle of 252º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A2A7A is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 42 | 122 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.52 |
| HSL | 252º | 0.49% | 0.32% | - |
| HSV(B) | 252º | 0.66% | 0.48% | - |
| XYZ | 6.09 | 3.96 | 18.86 | - |
| YUV | 55.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 122 | 0.52 | 0.66 | 0 | 0.52 | 252 | 0.49 | 0.32 |
| Hex | 3A | 2A | 7A | 34 | 42 | 0 | 34 | FC | 31 | 20 |
| Octal | 72 | 52 | 172 | 64 | 102 | 0 | 64 | 374 | 61 | 40 |
| Binary | 111010 | 101010 | 1111010 | 110100 | 1000010 | 0 | 110100 | 11111100 | 110001 | 100000 |
Color Harmonies of #3A2A7A
Complementary color
Monochromatic Colors of #3A2A7A
Black with #3A2A7A
Text Example
Text Example
White with #3A2A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A7A; }
p { color: rgb(58,42,122); }
H1.HeaderClassName
{
color: #3A2A7A;
}
.AnyTagClassName
{
color: #3A2A7A;
}
</style>
background-color css
<style>
a { background-color: #3A2A7A; }
a { background-color: rgb(58,42,122); }
div.DivClassName
{
background-color: #3A2A7A;
}
.BgClassName
{
background-color: #3A2A7A;
}
</style>
border-color css
<style>
span { border-color: #3A2A7A; }
span { border-color: rgb(58,42,122); }
td.TdClassName
{
border-color: #3A2A7A;
}
.TagClassName
{
border-color: #3A2A7A;
}
</style>