Shades of Windsor #3A2A7F
Tints of Windsor #3A2A7F
RGB
CMYK
RGB Variations
Color information
#3A2A7F (or 0x3A2A7F) is known color: Windsor. HEX triplet: 3A, 2A and 7F. RGB value is (58,42,127). Sum of RGB (Red+Green+Blue) = 58+42+127=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A2A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A7F is #C5D580. Grayscale: #383838. Windows color (decimal): -12965249 or 8333882. OLE color: 8333882.
HSL color Cylindrical-coordinate representation of color #3A2A7F: hue angle of 251.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2A7F is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 42 | 127 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.50 |
| HSL | 251.29º | 0.5% | 0.33% | - |
| HSV(B) | 251.29º | 0.67% | 0.5% | - |
| XYZ | 6.4 | 4.09 | 20.53 | - |
| YUV | 56.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 127 | 0.54 | 0.67 | 0 | 0.50 | 251.29 | 0.5 | 0.33 |
| Hex | 3A | 2A | 7F | 36 | 43 | 0 | 32 | FB | 32 | 21 |
| Octal | 72 | 52 | 177 | 66 | 103 | 0 | 62 | 373 | 62 | 41 |
| Binary | 111010 | 101010 | 1111111 | 110110 | 1000011 | 0 | 110010 | 11111011 | 110010 | 100001 |
Color Harmonies of #3A2A7F
Complementary color
Monochromatic Colors of #3A2A7F
Black with #3A2A7F
Text Example
Text Example
White with #3A2A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A7F; }
p { color: rgb(58,42,127); }
H1.HeaderClassName
{
color: #3A2A7F;
}
.AnyTagClassName
{
color: #3A2A7F;
}
</style>
background-color css
<style>
a { background-color: #3A2A7F; }
a { background-color: rgb(58,42,127); }
div.DivClassName
{
background-color: #3A2A7F;
}
.BgClassName
{
background-color: #3A2A7F;
}
</style>
border-color css
<style>
span { border-color: #3A2A7F; }
span { border-color: rgb(58,42,127); }
td.TdClassName
{
border-color: #3A2A7F;
}
.TagClassName
{
border-color: #3A2A7F;
}
</style>