Shades of Windsor #3A297F
Tints of Windsor #3A297F
RGB
CMYK
RGB Variations
Color information
#3A297F (or 0x3A297F) is known color: Windsor. HEX triplet: 3A, 29 and 7F. RGB value is (58,41,127). Sum of RGB (Red+Green+Blue) = 58+41+127=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A297F is #C5D680. Grayscale: #373737. Windows color (decimal): -12965505 or 8333626. OLE color: 8333626.
HSL color Cylindrical-coordinate representation of color #3A297F: hue angle of 251.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A297F is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 41 | 127 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.50 |
| HSL | 251.86º | 0.51% | 0.33% | - |
| HSV(B) | 251.86º | 0.68% | 0.5% | - |
| XYZ | 6.37 | 4.02 | 20.52 | - |
| YUV | 55.89 | 168.13 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 127 | 0.54 | 0.68 | 0 | 0.50 | 251.86 | 0.51 | 0.33 |
| Hex | 3A | 29 | 7F | 36 | 44 | 0 | 32 | FC | 33 | 21 |
| Octal | 72 | 51 | 177 | 66 | 104 | 0 | 62 | 374 | 63 | 41 |
| Binary | 111010 | 101001 | 1111111 | 110110 | 1000100 | 0 | 110010 | 11111100 | 110011 | 100001 |
Color Harmonies of #3A297F
Complementary color
Monochromatic Colors of #3A297F
Black with #3A297F
Text Example
Text Example
White with #3A297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A297F; }
p { color: rgb(58,41,127); }
H1.HeaderClassName
{
color: #3A297F;
}
.AnyTagClassName
{
color: #3A297F;
}
</style>
background-color css
<style>
a { background-color: #3A297F; }
a { background-color: rgb(58,41,127); }
div.DivClassName
{
background-color: #3A297F;
}
.BgClassName
{
background-color: #3A297F;
}
</style>
border-color css
<style>
span { border-color: #3A297F; }
span { border-color: rgb(58,41,127); }
td.TdClassName
{
border-color: #3A297F;
}
.TagClassName
{
border-color: #3A297F;
}
</style>