Shades of Windsor #4B2391
Tints of Windsor #4B2391
RGB
CMYK
RGB Variations
Color information
#4B2391 (or 0x4B2391) is known color: Windsor. HEX triplet: 4B, 23 and 91. RGB value is (75,35,145). Sum of RGB (Red+Green+Blue) = 75+35+145=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B2391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2391 is #B4DC6E. Grayscale: #3B3B3B. Windows color (decimal): -11852911 or 9511755. OLE color: 9511755.
HSL color Cylindrical-coordinate representation of color #4B2391: hue angle of 261.82º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B2391 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 35 | 145 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.43 |
| HSL | 261.82º | 0.61% | 0.35% | - |
| HSV(B) | 261.82º | 0.76% | 0.57% | - |
| XYZ | 8.61 | 4.74 | 27.25 | - |
| YUV | 59.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 145 | 0.48 | 0.76 | 0 | 0.43 | 261.82 | 0.61 | 0.35 |
| Hex | 4B | 23 | 91 | 30 | 4C | 0 | 2B | 106 | 3D | 23 |
| Octal | 113 | 43 | 221 | 60 | 114 | 0 | 53 | 406 | 75 | 43 |
| Binary | 1001011 | 100011 | 10010001 | 110000 | 1001100 | 0 | 101011 | 100000110 | 111101 | 100011 |
Color Harmonies of #4B2391
Complementary color
Monochromatic Colors of #4B2391
Black with #4B2391
Text Example
Text Example
White with #4B2391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2391; }
p { color: rgb(75,35,145); }
H1.HeaderClassName
{
color: #4B2391;
}
.AnyTagClassName
{
color: #4B2391;
}
</style>
background-color css
<style>
a { background-color: #4B2391; }
a { background-color: rgb(75,35,145); }
div.DivClassName
{
background-color: #4B2391;
}
.BgClassName
{
background-color: #4B2391;
}
</style>
border-color css
<style>
span { border-color: #4B2391; }
span { border-color: rgb(75,35,145); }
td.TdClassName
{
border-color: #4B2391;
}
.TagClassName
{
border-color: #4B2391;
}
</style>