Shades of Windsor #3A287F
Tints of Windsor #3A287F
RGB
CMYK
RGB Variations
Color information
#3A287F (or 0x3A287F) is known color: Windsor. HEX triplet: 3A, 28 and 7F. RGB value is (58,40,127). Sum of RGB (Red+Green+Blue) = 58+40+127=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287F is #C5D780. Grayscale: #363636. Windows color (decimal): -12965761 or 8333370. OLE color: 8333370.
HSL color Cylindrical-coordinate representation of color #3A287F: hue angle of 252.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A287F is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 40 | 127 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.50 |
| HSL | 252.41º | 0.52% | 0.33% | - |
| HSV(B) | 252.41º | 0.69% | 0.5% | - |
| XYZ | 6.33 | 3.95 | 20.51 | - |
| YUV | 55.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 127 | 0.54 | 0.69 | 0 | 0.50 | 252.41 | 0.52 | 0.33 |
| Hex | 3A | 28 | 7F | 36 | 45 | 0 | 32 | FC | 34 | 21 |
| Octal | 72 | 50 | 177 | 66 | 105 | 0 | 62 | 374 | 64 | 41 |
| Binary | 111010 | 101000 | 1111111 | 110110 | 1000101 | 0 | 110010 | 11111100 | 110100 | 100001 |
Color Harmonies of #3A287F
Complementary color
Monochromatic Colors of #3A287F
Black with #3A287F
Text Example
Text Example
White with #3A287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A287F; }
p { color: rgb(58,40,127); }
H1.HeaderClassName
{
color: #3A287F;
}
.AnyTagClassName
{
color: #3A287F;
}
</style>
background-color css
<style>
a { background-color: #3A287F; }
a { background-color: rgb(58,40,127); }
div.DivClassName
{
background-color: #3A287F;
}
.BgClassName
{
background-color: #3A287F;
}
</style>
border-color css
<style>
span { border-color: #3A287F; }
span { border-color: rgb(58,40,127); }
td.TdClassName
{
border-color: #3A287F;
}
.TagClassName
{
border-color: #3A287F;
}
</style>