Shades of Han Purple #4C26EB
Tints of Han Purple #4C26EB
RGB
CMYK
RGB Variations
Color information
#4C26EB (or 0x4C26EB) is known color: Han Purple. HEX triplet: 4C, 26 and EB. RGB value is (76,38,235). Sum of RGB (Red+Green+Blue) = 76+38+235=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C26EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C26EB is #B3D914. Grayscale: #474747. Windows color (decimal): -11786517 or 15410764. OLE color: 15410764.
HSL color Cylindrical-coordinate representation of color #4C26EB: hue angle of 251.57º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C26EB is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 38 | 235 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.08 |
| HSL | 251.57º | 0.83% | 0.54% | - |
| HSV(B) | 251.57º | 0.84% | 0.92% | - |
| XYZ | 18.67 | 8.92 | 79.34 | - |
| YUV | 71.82 | 220.09 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 235 | 0.68 | 0.84 | 0 | 0.08 | 251.57 | 0.83 | 0.54 |
| Hex | 4C | 26 | EB | 44 | 54 | 0 | 8 | FC | 53 | 36 |
| Octal | 114 | 46 | 353 | 104 | 124 | 0 | 10 | 374 | 123 | 66 |
| Binary | 1001100 | 100110 | 11101011 | 1000100 | 1010100 | 0 | 1000 | 11111100 | 1010011 | 110110 |
Color Harmonies of #4C26EB
Complementary color
Monochromatic Colors of #4C26EB
Black with #4C26EB
Text Example
Text Example
White with #4C26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C26EB; }
p { color: rgb(76,38,235); }
H1.HeaderClassName
{
color: #4C26EB;
}
.AnyTagClassName
{
color: #4C26EB;
}
</style>
background-color css
<style>
a { background-color: #4C26EB; }
a { background-color: rgb(76,38,235); }
div.DivClassName
{
background-color: #4C26EB;
}
.BgClassName
{
background-color: #4C26EB;
}
</style>
border-color css
<style>
span { border-color: #4C26EB; }
span { border-color: rgb(76,38,235); }
td.TdClassName
{
border-color: #4C26EB;
}
.TagClassName
{
border-color: #4C26EB;
}
</style>