Shades of Windsor #4D2382
Tints of Windsor #4D2382
RGB
CMYK
RGB Variations
Color information
#4D2382 (or 0x4D2382) is known color: Windsor. HEX triplet: 4D, 23 and 82. RGB value is (77,35,130). Sum of RGB (Red+Green+Blue) = 77+35+130=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D2382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2382 is #B2DC7D. Grayscale: #3A3A3A. Windows color (decimal): -11721854 or 8528717. OLE color: 8528717.
HSL color Cylindrical-coordinate representation of color #4D2382: hue angle of 266.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D2382 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 35 | 130 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.49 |
| HSL | 266.53º | 0.58% | 0.32% | - |
| HSV(B) | 266.53º | 0.73% | 0.51% | - |
| XYZ | 7.69 | 4.39 | 21.56 | - |
| YUV | 58.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 130 | 0.41 | 0.73 | 0 | 0.49 | 266.53 | 0.58 | 0.32 |
| Hex | 4D | 23 | 82 | 29 | 49 | 0 | 31 | 10B | 3A | 20 |
| Octal | 115 | 43 | 202 | 51 | 111 | 0 | 61 | 413 | 72 | 40 |
| Binary | 1001101 | 100011 | 10000010 | 101001 | 1001001 | 0 | 110001 | 100001011 | 111010 | 100000 |
Color Harmonies of #4D2382
Complementary color
Monochromatic Colors of #4D2382
Black with #4D2382
Text Example
Text Example
White with #4D2382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2382; }
p { color: rgb(77,35,130); }
H1.HeaderClassName
{
color: #4D2382;
}
.AnyTagClassName
{
color: #4D2382;
}
</style>
background-color css
<style>
a { background-color: #4D2382; }
a { background-color: rgb(77,35,130); }
div.DivClassName
{
background-color: #4D2382;
}
.BgClassName
{
background-color: #4D2382;
}
</style>
border-color css
<style>
span { border-color: #4D2382; }
span { border-color: rgb(77,35,130); }
td.TdClassName
{
border-color: #4D2382;
}
.TagClassName
{
border-color: #4D2382;
}
</style>