Shades of Han Purple #4C01EB
Tints of Han Purple #4C01EB
RGB
CMYK
RGB Variations
Color information
#4C01EB (or 0x4C01EB) is known color: Han Purple. HEX triplet: 4C, 01 and EB. RGB value is (76,1,235). Sum of RGB (Red+Green+Blue) = 76+1+235=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C01EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C01EB is #B3FE14. Grayscale: #313131. Windows color (decimal): -11795989 or 15401292. OLE color: 15401292.
HSL color Cylindrical-coordinate representation of color #4C01EB: hue angle of 259.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C01EB is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 1 | 235 | - |
| CMYK | 0.68 | 1.00 | 0 | 0.08 |
| HSL | 259.23º | 0.99% | 0.46% | - |
| HSV(B) | 259.23º | 1% | 0.92% | - |
| XYZ | 17.99 | 7.56 | 79.11 | - |
| YUV | 50.1 | 232.35 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 235 | 0.68 | 1.00 | 0 | 0.08 | 259.23 | 0.99 | 0.46 |
| Hex | 4C | 1 | EB | 44 | 64 | 0 | 8 | 103 | 63 | 2E |
| Octal | 114 | 1 | 353 | 104 | 144 | 0 | 10 | 403 | 143 | 56 |
| Binary | 1001100 | 1 | 11101011 | 1000100 | 1100100 | 0 | 1000 | 100000011 | 1100011 | 101110 |
Color Harmonies of #4C01EB
Complementary color
Monochromatic Colors of #4C01EB
Black with #4C01EB
Text Example
Text Example
White with #4C01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C01EB; }
p { color: rgb(76,1,235); }
H1.HeaderClassName
{
color: #4C01EB;
}
.AnyTagClassName
{
color: #4C01EB;
}
</style>
background-color css
<style>
a { background-color: #4C01EB; }
a { background-color: rgb(76,1,235); }
div.DivClassName
{
background-color: #4C01EB;
}
.BgClassName
{
background-color: #4C01EB;
}
</style>
border-color css
<style>
span { border-color: #4C01EB; }
span { border-color: rgb(76,1,235); }
td.TdClassName
{
border-color: #4C01EB;
}
.TagClassName
{
border-color: #4C01EB;
}
</style>