Shades of Windsor #4B1A8B
Tints of Windsor #4B1A8B
RGB
CMYK
RGB Variations
Color information
#4B1A8B (or 0x4B1A8B) is known color: Windsor. HEX triplet: 4B, 1A and 8B. RGB value is (75,26,139). Sum of RGB (Red+Green+Blue) = 75+26+139=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B1A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1A8B is #B4E574. Grayscale: #353535. Windows color (decimal): -11855221 or 9116235. OLE color: 9116235.
HSL color Cylindrical-coordinate representation of color #4B1A8B: hue angle of 266.02º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1A8B is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 26 | 139 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.45 |
| HSL | 266.02º | 0.68% | 0.32% | - |
| HSV(B) | 266.02º | 0.81% | 0.55% | - |
| XYZ | 7.93 | 4.1 | 24.8 | - |
| YUV | 53.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 139 | 0.46 | 0.81 | 0 | 0.45 | 266.02 | 0.68 | 0.32 |
| Hex | 4B | 1A | 8B | 2E | 51 | 0 | 2D | 10A | 44 | 20 |
| Octal | 113 | 32 | 213 | 56 | 121 | 0 | 55 | 412 | 104 | 40 |
| Binary | 1001011 | 11010 | 10001011 | 101110 | 1010001 | 0 | 101101 | 100001010 | 1000100 | 100000 |
Color Harmonies of #4B1A8B
Complementary color
Monochromatic Colors of #4B1A8B
Black with #4B1A8B
Text Example
Text Example
White with #4B1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1A8B; }
p { color: rgb(75,26,139); }
H1.HeaderClassName
{
color: #4B1A8B;
}
.AnyTagClassName
{
color: #4B1A8B;
}
</style>
background-color css
<style>
a { background-color: #4B1A8B; }
a { background-color: rgb(75,26,139); }
div.DivClassName
{
background-color: #4B1A8B;
}
.BgClassName
{
background-color: #4B1A8B;
}
</style>
border-color css
<style>
span { border-color: #4B1A8B; }
span { border-color: rgb(75,26,139); }
td.TdClassName
{
border-color: #4B1A8B;
}
.TagClassName
{
border-color: #4B1A8B;
}
</style>