Shades of Windsor #3B2785
Tints of Windsor #3B2785
RGB
CMYK
RGB Variations
Color information
#3B2785 (or 0x3B2785) is known color: Windsor. HEX triplet: 3B, 27 and 85. RGB value is (59,39,133). Sum of RGB (Red+Green+Blue) = 59+39+133=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B2785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2785 is #C4D87A. Grayscale: #373737. Windows color (decimal): -12900475 or 8726331. OLE color: 8726331.
HSL color Cylindrical-coordinate representation of color #3B2785: hue angle of 252.77º 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 #3B2785 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 39 | 133 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.48 |
| HSL | 252.77º | 0.55% | 0.34% | - |
| HSV(B) | 252.77º | 0.71% | 0.52% | - |
| XYZ | 6.76 | 4.07 | 22.62 | - |
| YUV | 55.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 133 | 0.56 | 0.71 | 0 | 0.48 | 252.77 | 0.55 | 0.34 |
| Hex | 3B | 27 | 85 | 38 | 47 | 0 | 30 | FD | 37 | 22 |
| Octal | 73 | 47 | 205 | 70 | 107 | 0 | 60 | 375 | 67 | 42 |
| Binary | 111011 | 100111 | 10000101 | 111000 | 1000111 | 0 | 110000 | 11111101 | 110111 | 100010 |
Color Harmonies of #3B2785
Complementary color
Monochromatic Colors of #3B2785
Black with #3B2785
Text Example
Text Example
White with #3B2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2785; }
p { color: rgb(59,39,133); }
H1.HeaderClassName
{
color: #3B2785;
}
.AnyTagClassName
{
color: #3B2785;
}
</style>
background-color css
<style>
a { background-color: #3B2785; }
a { background-color: rgb(59,39,133); }
div.DivClassName
{
background-color: #3B2785;
}
.BgClassName
{
background-color: #3B2785;
}
</style>
border-color css
<style>
span { border-color: #3B2785; }
span { border-color: rgb(59,39,133); }
td.TdClassName
{
border-color: #3B2785;
}
.TagClassName
{
border-color: #3B2785;
}
</style>