Shades of Windsor #3A2E7F
Tints of Windsor #3A2E7F
RGB
CMYK
RGB Variations
Color information
#3A2E7F (or 0x3A2E7F) is known color: Windsor. HEX triplet: 3A, 2E and 7F. RGB value is (58,46,127). Sum of RGB (Red+Green+Blue) = 58+46+127=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A2E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2E7F is #C5D180. Grayscale: #3A3A3A. Windows color (decimal): -12964225 or 8334906. OLE color: 8334906.
HSL color Cylindrical-coordinate representation of color #3A2E7F: hue angle of 248.89º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A2E7F is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
RGB | 58 | 46 | 127 | - |
CMYK | 0.54 | 0.64 | 0 | 0.50 |
HSL | 248.89º | 0.47% | 0.34% | - |
HSV(B) | 248.89º | 0.64% | 0.5% | - |
XYZ | 6.55 | 4.39 | 20.58 | - |
YUV | 58.82 | 166.48 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 46 | 127 | 0.54 | 0.64 | 0 | 0.50 | 248.89 | 0.47 | 0.34 |
Hex | 3A | 2E | 7F | 36 | 40 | 0 | 32 | F9 | 2F | 22 |
Octal | 72 | 56 | 177 | 66 | 100 | 0 | 62 | 371 | 57 | 42 |
Binary | 111010 | 101110 | 1111111 | 110110 | 1000000 | 0 | 110010 | 11111001 | 101111 | 100010 |
Color Harmonies of #3A2E7F
Complementary color
Monochromatic Colors of #3A2E7F
Black with #3A2E7F
Text Example
Text Example
White with #3A2E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E7F; }
p { color: rgb(58,46,127); }
H1.HeaderClassName
{
color: #3A2E7F;
}
.AnyTagClassName
{
color: #3A2E7F;
}
</style>
background-color css
<style>
a { background-color: #3A2E7F; }
a { background-color: rgb(58,46,127); }
div.DivClassName
{
background-color: #3A2E7F;
}
.BgClassName
{
background-color: #3A2E7F;
}
</style>
border-color css
<style>
span { border-color: #3A2E7F; }
span { border-color: rgb(58,46,127); }
td.TdClassName
{
border-color: #3A2E7F;
}
.TagClassName
{
border-color: #3A2E7F;
}
</style>