Shades of Windsor #3A2785
Tints of Windsor #3A2785
RGB
CMYK
RGB Variations
Color information
#3A2785 (or 0x3A2785) is known color: Windsor. HEX triplet: 3A, 27 and 85. RGB value is (58,39,133). Sum of RGB (Red+Green+Blue) = 58+39+133=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A2785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2785 is #C5D87A. Grayscale: #373737. Windows color (decimal): -12966011 or 8726330. OLE color: 8726330.
HSL color Cylindrical-coordinate representation of color #3A2785: hue angle of 252.13º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A2785 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 39 | 133 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.48 |
| HSL | 252.13º | 0.55% | 0.34% | - |
| HSV(B) | 252.13º | 0.71% | 0.52% | - |
| XYZ | 6.7 | 4.04 | 22.62 | - |
| YUV | 55.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 133 | 0.56 | 0.71 | 0 | 0.48 | 252.13 | 0.55 | 0.34 |
| Hex | 3A | 27 | 85 | 38 | 47 | 0 | 30 | FC | 37 | 22 |
| Octal | 72 | 47 | 205 | 70 | 107 | 0 | 60 | 374 | 67 | 42 |
| Binary | 111010 | 100111 | 10000101 | 111000 | 1000111 | 0 | 110000 | 11111100 | 110111 | 100010 |
Color Harmonies of #3A2785
Complementary color
Monochromatic Colors of #3A2785
Black with #3A2785
Text Example
Text Example
White with #3A2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2785; }
p { color: rgb(58,39,133); }
H1.HeaderClassName
{
color: #3A2785;
}
.AnyTagClassName
{
color: #3A2785;
}
</style>
background-color css
<style>
a { background-color: #3A2785; }
a { background-color: rgb(58,39,133); }
div.DivClassName
{
background-color: #3A2785;
}
.BgClassName
{
background-color: #3A2785;
}
</style>
border-color css
<style>
span { border-color: #3A2785; }
span { border-color: rgb(58,39,133); }
td.TdClassName
{
border-color: #3A2785;
}
.TagClassName
{
border-color: #3A2785;
}
</style>