Shades of Windsor #3B2878
Tints of Windsor #3B2878
RGB
CMYK
RGB Variations
Color information
#3B2878 (or 0x3B2878) is known color: Windsor. HEX triplet: 3B, 28 and 78. RGB value is (59,40,120). Sum of RGB (Red+Green+Blue) = 59+40+120=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B2878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2878 is #C4D787. Grayscale: #363636. Windows color (decimal): -12900232 or 7874619. OLE color: 7874619.
HSL color Cylindrical-coordinate representation of color #3B2878: hue angle of 254.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B2878 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 40 | 120 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.53 |
| HSL | 254.25º | 0.5% | 0.31% | - |
| HSV(B) | 254.25º | 0.67% | 0.47% | - |
| XYZ | 5.95 | 3.8 | 18.19 | - |
| YUV | 54.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 120 | 0.51 | 0.67 | 0 | 0.53 | 254.25 | 0.5 | 0.31 |
| Hex | 3B | 28 | 78 | 33 | 43 | 0 | 35 | FE | 32 | 1F |
| Octal | 73 | 50 | 170 | 63 | 103 | 0 | 65 | 376 | 62 | 37 |
| Binary | 111011 | 101000 | 1111000 | 110011 | 1000011 | 0 | 110101 | 11111110 | 110010 | 11111 |
Color Harmonies of #3B2878
Complementary color
Monochromatic Colors of #3B2878
Black with #3B2878
Text Example
Text Example
White with #3B2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2878; }
p { color: rgb(59,40,120); }
H1.HeaderClassName
{
color: #3B2878;
}
.AnyTagClassName
{
color: #3B2878;
}
</style>
background-color css
<style>
a { background-color: #3B2878; }
a { background-color: rgb(59,40,120); }
div.DivClassName
{
background-color: #3B2878;
}
.BgClassName
{
background-color: #3B2878;
}
</style>
border-color css
<style>
span { border-color: #3B2878; }
span { border-color: rgb(59,40,120); }
td.TdClassName
{
border-color: #3B2878;
}
.TagClassName
{
border-color: #3B2878;
}
</style>