Shades of Windsor #3A287A
Tints of Windsor #3A287A
RGB
CMYK
RGB Variations
Color information
#3A287A (or 0x3A287A) is known color: Windsor. HEX triplet: 3A, 28 and 7A. RGB value is (58,40,122). Sum of RGB (Red+Green+Blue) = 58+40+122=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287A is #C5D785. Grayscale: #363636. Windows color (decimal): -12965766 or 8005690. OLE color: 8005690.
HSL color Cylindrical-coordinate representation of color #3A287A: hue angle of 253.17º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A287A is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 40 | 122 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.52 |
| HSL | 253.17º | 0.51% | 0.32% | - |
| HSV(B) | 253.17º | 0.67% | 0.48% | - |
| XYZ | 6.02 | 3.82 | 18.83 | - |
| YUV | 54.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 122 | 0.52 | 0.67 | 0 | 0.52 | 253.17 | 0.51 | 0.32 |
| Hex | 3A | 28 | 7A | 34 | 43 | 0 | 34 | FD | 33 | 20 |
| Octal | 72 | 50 | 172 | 64 | 103 | 0 | 64 | 375 | 63 | 40 |
| Binary | 111010 | 101000 | 1111010 | 110100 | 1000011 | 0 | 110100 | 11111101 | 110011 | 100000 |
Color Harmonies of #3A287A
Complementary color
Monochromatic Colors of #3A287A
Black with #3A287A
Text Example
Text Example
White with #3A287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A287A; }
p { color: rgb(58,40,122); }
H1.HeaderClassName
{
color: #3A287A;
}
.AnyTagClassName
{
color: #3A287A;
}
</style>
background-color css
<style>
a { background-color: #3A287A; }
a { background-color: rgb(58,40,122); }
div.DivClassName
{
background-color: #3A287A;
}
.BgClassName
{
background-color: #3A287A;
}
</style>
border-color css
<style>
span { border-color: #3A287A; }
span { border-color: rgb(58,40,122); }
td.TdClassName
{
border-color: #3A287A;
}
.TagClassName
{
border-color: #3A287A;
}
</style>