Shades of Windsor #3B2773
Tints of Windsor #3B2773
RGB
CMYK
RGB Variations
Color information
#3B2773 (or 0x3B2773) is known color: Windsor. HEX triplet: 3B, 27 and 73. RGB value is (59,39,115). Sum of RGB (Red+Green+Blue) = 59+39+115=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B2773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2773 is #C4D88C. Grayscale: #353535. Windows color (decimal): -12900493 or 7546683. OLE color: 7546683.
HSL color Cylindrical-coordinate representation of color #3B2773: hue angle of 255.79º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B2773 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 39 | 115 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.55 |
| HSL | 255.79º | 0.49% | 0.3% | - |
| HSV(B) | 255.79º | 0.66% | 0.45% | - |
| XYZ | 5.62 | 3.62 | 16.62 | - |
| YUV | 53.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 115 | 0.49 | 0.66 | 0 | 0.55 | 255.79 | 0.49 | 0.3 |
| Hex | 3B | 27 | 73 | 31 | 42 | 0 | 37 | 100 | 31 | 1E |
| Octal | 73 | 47 | 163 | 61 | 102 | 0 | 67 | 400 | 61 | 36 |
| Binary | 111011 | 100111 | 1110011 | 110001 | 1000010 | 0 | 110111 | 100000000 | 110001 | 11110 |
Color Harmonies of #3B2773
Complementary color
Monochromatic Colors of #3B2773
Black with #3B2773
Text Example
Text Example
White with #3B2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2773; }
p { color: rgb(59,39,115); }
H1.HeaderClassName
{
color: #3B2773;
}
.AnyTagClassName
{
color: #3B2773;
}
</style>
background-color css
<style>
a { background-color: #3B2773; }
a { background-color: rgb(59,39,115); }
div.DivClassName
{
background-color: #3B2773;
}
.BgClassName
{
background-color: #3B2773;
}
</style>
border-color css
<style>
span { border-color: #3B2773; }
span { border-color: rgb(59,39,115); }
td.TdClassName
{
border-color: #3B2773;
}
.TagClassName
{
border-color: #3B2773;
}
</style>