Shades of Windsor #3A287D
Tints of Windsor #3A287D
RGB
CMYK
RGB Variations
Color information
#3A287D (or 0x3A287D) is known color: Windsor. HEX triplet: 3A, 28 and 7D. RGB value is (58,40,125). Sum of RGB (Red+Green+Blue) = 58+40+125=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287D is #C5D782. Grayscale: #363636. Windows color (decimal): -12965763 or 8202298. OLE color: 8202298.
HSL color Cylindrical-coordinate representation of color #3A287D: hue angle of 252.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A287D is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 40 | 125 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.51 |
| HSL | 252.71º | 0.52% | 0.32% | - |
| HSV(B) | 252.71º | 0.68% | 0.49% | - |
| XYZ | 6.21 | 3.9 | 19.83 | - |
| YUV | 55.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 125 | 0.54 | 0.68 | 0 | 0.51 | 252.71 | 0.52 | 0.32 |
| Hex | 3A | 28 | 7D | 36 | 44 | 0 | 33 | FD | 34 | 20 |
| Octal | 72 | 50 | 175 | 66 | 104 | 0 | 63 | 375 | 64 | 40 |
| Binary | 111010 | 101000 | 1111101 | 110110 | 1000100 | 0 | 110011 | 11111101 | 110100 | 100000 |
Color Harmonies of #3A287D
Complementary color
Monochromatic Colors of #3A287D
Black with #3A287D
Text Example
Text Example
White with #3A287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A287D; }
p { color: rgb(58,40,125); }
H1.HeaderClassName
{
color: #3A287D;
}
.AnyTagClassName
{
color: #3A287D;
}
</style>
background-color css
<style>
a { background-color: #3A287D; }
a { background-color: rgb(58,40,125); }
div.DivClassName
{
background-color: #3A287D;
}
.BgClassName
{
background-color: #3A287D;
}
</style>
border-color css
<style>
span { border-color: #3A287D; }
span { border-color: rgb(58,40,125); }
td.TdClassName
{
border-color: #3A287D;
}
.TagClassName
{
border-color: #3A287D;
}
</style>