Shades of Windsor #3A2572
Tints of Windsor #3A2572
RGB
CMYK
RGB Variations
Color information
#3A2572 (or 0x3A2572) is known color: Windsor. HEX triplet: 3A, 25 and 72. RGB value is (58,37,114). Sum of RGB (Red+Green+Blue) = 58+37+114=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2572 is #C5DA8D. Grayscale: #333333. Windows color (decimal): -12966542 or 7480634. OLE color: 7480634.
HSL color Cylindrical-coordinate representation of color #3A2572: hue angle of 256.36º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A2572 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 37 | 114 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.55 |
| HSL | 256.36º | 0.51% | 0.3% | - |
| HSV(B) | 256.36º | 0.68% | 0.45% | - |
| XYZ | 5.44 | 3.44 | 16.3 | - |
| YUV | 52.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 114 | 0.49 | 0.68 | 0 | 0.55 | 256.36 | 0.51 | 0.3 |
| Hex | 3A | 25 | 72 | 31 | 44 | 0 | 37 | 100 | 33 | 1E |
| Octal | 72 | 45 | 162 | 61 | 104 | 0 | 67 | 400 | 63 | 36 |
| Binary | 111010 | 100101 | 1110010 | 110001 | 1000100 | 0 | 110111 | 100000000 | 110011 | 11110 |
Color Harmonies of #3A2572
Complementary color
Monochromatic Colors of #3A2572
Black with #3A2572
Text Example
Text Example
White with #3A2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2572; }
p { color: rgb(58,37,114); }
H1.HeaderClassName
{
color: #3A2572;
}
.AnyTagClassName
{
color: #3A2572;
}
</style>
background-color css
<style>
a { background-color: #3A2572; }
a { background-color: rgb(58,37,114); }
div.DivClassName
{
background-color: #3A2572;
}
.BgClassName
{
background-color: #3A2572;
}
</style>
border-color css
<style>
span { border-color: #3A2572; }
span { border-color: rgb(58,37,114); }
td.TdClassName
{
border-color: #3A2572;
}
.TagClassName
{
border-color: #3A2572;
}
</style>