Shades of Windsor #4C1C8A
Tints of Windsor #4C1C8A
RGB
CMYK
RGB Variations
Color information
#4C1C8A (or 0x4C1C8A) is known color: Windsor. HEX triplet: 4C, 1C and 8A. RGB value is (76,28,138). Sum of RGB (Red+Green+Blue) = 76+28+138=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C1C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1C8A is #B3E375. Grayscale: #363636. Windows color (decimal): -11789174 or 9051212. OLE color: 9051212.
HSL color Cylindrical-coordinate representation of color #4C1C8A: hue angle of 266.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1C8A is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 28 | 138 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.46 |
| HSL | 266.18º | 0.66% | 0.33% | - |
| HSV(B) | 266.18º | 0.8% | 0.54% | - |
| XYZ | 7.98 | 4.2 | 24.44 | - |
| YUV | 54.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 138 | 0.45 | 0.80 | 0 | 0.46 | 266.18 | 0.66 | 0.33 |
| Hex | 4C | 1C | 8A | 2D | 50 | 0 | 2E | 10A | 42 | 21 |
| Octal | 114 | 34 | 212 | 55 | 120 | 0 | 56 | 412 | 102 | 41 |
| Binary | 1001100 | 11100 | 10001010 | 101101 | 1010000 | 0 | 101110 | 100001010 | 1000010 | 100001 |
Color Harmonies of #4C1C8A
Complementary color
Monochromatic Colors of #4C1C8A
Black with #4C1C8A
Text Example
Text Example
White with #4C1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1C8A; }
p { color: rgb(76,28,138); }
H1.HeaderClassName
{
color: #4C1C8A;
}
.AnyTagClassName
{
color: #4C1C8A;
}
</style>
background-color css
<style>
a { background-color: #4C1C8A; }
a { background-color: rgb(76,28,138); }
div.DivClassName
{
background-color: #4C1C8A;
}
.BgClassName
{
background-color: #4C1C8A;
}
</style>
border-color css
<style>
span { border-color: #4C1C8A; }
span { border-color: rgb(76,28,138); }
td.TdClassName
{
border-color: #4C1C8A;
}
.TagClassName
{
border-color: #4C1C8A;
}
</style>