Shades of Windsor #461B87
Tints of Windsor #461B87
RGB
CMYK
RGB Variations
Color information
#461B87 (or 0x461B87) is known color: Windsor. HEX triplet: 46, 1B and 87. RGB value is (70,27,135). Sum of RGB (Red+Green+Blue) = 70+27+135=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #461B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461B87 is #B9E478. Grayscale: #333333. Windows color (decimal): -12182649 or 8854342. OLE color: 8854342.
HSL color Cylindrical-coordinate representation of color #461B87: hue angle of 263.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461B87 is Cyan = 0.48, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 27 | 135 | - |
| CMYK | 0.48 | 0.8 | 0 | 0.47 |
| HSL | 263.89º | 0.67% | 0.32% | - |
| HSV(B) | 263.89º | 0.8% | 0.53% | - |
| XYZ | 7.29 | 3.84 | 23.28 | - |
| YUV | 52.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 135 | 0.48 | 0.8 | 0 | 0.47 | 263.89 | 0.67 | 0.32 |
| Hex | 46 | 1B | 87 | 30 | 50 | 0 | 2F | 108 | 43 | 20 |
| Octal | 106 | 33 | 207 | 60 | 120 | 0 | 57 | 410 | 103 | 40 |
| Binary | 1000110 | 11011 | 10000111 | 110000 | 1010000 | 0 | 101111 | 100001000 | 1000011 | 100000 |
Color Harmonies of #461B87
Complementary color
Monochromatic Colors of #461B87
Black with #461B87
Text Example
Text Example
White with #461B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B87; }
p { color: rgb(70,27,135); }
H1.HeaderClassName
{
color: #461B87;
}
.AnyTagClassName
{
color: #461B87;
}
</style>
background-color css
<style>
a { background-color: #461B87; }
a { background-color: rgb(70,27,135); }
div.DivClassName
{
background-color: #461B87;
}
.BgClassName
{
background-color: #461B87;
}
</style>
border-color css
<style>
span { border-color: #461B87; }
span { border-color: rgb(70,27,135); }
td.TdClassName
{
border-color: #461B87;
}
.TagClassName
{
border-color: #461B87;
}
</style>