Shades of Windsor #462080
Tints of Windsor #462080
RGB
CMYK
RGB Variations
Color information
#462080 (or 0x462080) is known color: Windsor. HEX triplet: 46, 20 and 80. RGB value is (70,32,128). Sum of RGB (Red+Green+Blue) = 70+32+128=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #462080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462080 is #B9DF7F. Grayscale: #353535. Windows color (decimal): -12181376 or 8396870. OLE color: 8396870.
HSL color Cylindrical-coordinate representation of color #462080: hue angle of 263.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462080 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 32 | 128 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.50 |
| HSL | 263.75º | 0.6% | 0.31% | - |
| HSV(B) | 263.75º | 0.75% | 0.5% | - |
| XYZ | 6.94 | 3.89 | 20.81 | - |
| YUV | 54.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 128 | 0.45 | 0.75 | 0 | 0.50 | 263.75 | 0.6 | 0.31 |
| Hex | 46 | 20 | 80 | 2D | 4B | 0 | 32 | 108 | 3C | 1F |
| Octal | 106 | 40 | 200 | 55 | 113 | 0 | 62 | 410 | 74 | 37 |
| Binary | 1000110 | 100000 | 10000000 | 101101 | 1001011 | 0 | 110010 | 100001000 | 111100 | 11111 |
Color Harmonies of #462080
Complementary color
Monochromatic Colors of #462080
Black with #462080
Text Example
Text Example
White with #462080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462080; }
p { color: rgb(70,32,128); }
H1.HeaderClassName
{
color: #462080;
}
.AnyTagClassName
{
color: #462080;
}
</style>
background-color css
<style>
a { background-color: #462080; }
a { background-color: rgb(70,32,128); }
div.DivClassName
{
background-color: #462080;
}
.BgClassName
{
background-color: #462080;
}
</style>
border-color css
<style>
span { border-color: #462080; }
span { border-color: rgb(70,32,128); }
td.TdClassName
{
border-color: #462080;
}
.TagClassName
{
border-color: #462080;
}
</style>