Shades of Windsor #3A277A
Tints of Windsor #3A277A
RGB
CMYK
RGB Variations
Color information
#3A277A (or 0x3A277A) is known color: Windsor. HEX triplet: 3A, 27 and 7A. RGB value is (58,39,122). Sum of RGB (Red+Green+Blue) = 58+39+122=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A277A is #C5D885. Grayscale: #353535. Windows color (decimal): -12966022 or 8005434. OLE color: 8005434.
HSL color Cylindrical-coordinate representation of color #3A277A: hue angle of 253.73º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A277A is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 39 | 122 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.52 |
| HSL | 253.73º | 0.52% | 0.32% | - |
| HSV(B) | 253.73º | 0.68% | 0.48% | - |
| XYZ | 5.98 | 3.76 | 18.82 | - |
| YUV | 54.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 122 | 0.52 | 0.68 | 0 | 0.52 | 253.73 | 0.52 | 0.32 |
| Hex | 3A | 27 | 7A | 34 | 44 | 0 | 34 | FE | 34 | 20 |
| Octal | 72 | 47 | 172 | 64 | 104 | 0 | 64 | 376 | 64 | 40 |
| Binary | 111010 | 100111 | 1111010 | 110100 | 1000100 | 0 | 110100 | 11111110 | 110100 | 100000 |
Color Harmonies of #3A277A
Complementary color
Monochromatic Colors of #3A277A
Black with #3A277A
Text Example
Text Example
White with #3A277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A277A; }
p { color: rgb(58,39,122); }
H1.HeaderClassName
{
color: #3A277A;
}
.AnyTagClassName
{
color: #3A277A;
}
</style>
background-color css
<style>
a { background-color: #3A277A; }
a { background-color: rgb(58,39,122); }
div.DivClassName
{
background-color: #3A277A;
}
.BgClassName
{
background-color: #3A277A;
}
</style>
border-color css
<style>
span { border-color: #3A277A; }
span { border-color: rgb(58,39,122); }
td.TdClassName
{
border-color: #3A277A;
}
.TagClassName
{
border-color: #3A277A;
}
</style>