Shades of Han Purple #4C01EF
Tints of Han Purple #4C01EF
RGB
CMYK
RGB Variations
Color information
#4C01EF (or 0x4C01EF) is known color: Han Purple. HEX triplet: 4C, 01 and EF. RGB value is (76,1,239). Sum of RGB (Red+Green+Blue) = 76+1+239=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C01EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C01EF is #B3FE10. Grayscale: #313131. Windows color (decimal): -11795985 or 15663436. OLE color: 15663436.
HSL color Cylindrical-coordinate representation of color #4C01EF: hue angle of 258.91º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C01EF is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 1 | 239 | - |
| CMYK | 0.68 | 1.00 | 0 | 0.06 |
| HSL | 258.91º | 0.99% | 0.47% | - |
| HSV(B) | 258.91º | 1% | 0.94% | - |
| XYZ | 18.57 | 7.79 | 82.19 | - |
| YUV | 50.56 | 234.35 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 239 | 0.68 | 1.00 | 0 | 0.06 | 258.91 | 0.99 | 0.47 |
| Hex | 4C | 1 | EF | 44 | 64 | 0 | 6 | 103 | 63 | 2F |
| Octal | 114 | 1 | 357 | 104 | 144 | 0 | 6 | 403 | 143 | 57 |
| Binary | 1001100 | 1 | 11101111 | 1000100 | 1100100 | 0 | 110 | 100000011 | 1100011 | 101111 |
Color Harmonies of #4C01EF
Complementary color
Monochromatic Colors of #4C01EF
Black with #4C01EF
Text Example
Text Example
White with #4C01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C01EF; }
p { color: rgb(76,1,239); }
H1.HeaderClassName
{
color: #4C01EF;
}
.AnyTagClassName
{
color: #4C01EF;
}
</style>
background-color css
<style>
a { background-color: #4C01EF; }
a { background-color: rgb(76,1,239); }
div.DivClassName
{
background-color: #4C01EF;
}
.BgClassName
{
background-color: #4C01EF;
}
</style>
border-color css
<style>
span { border-color: #4C01EF; }
span { border-color: rgb(76,1,239); }
td.TdClassName
{
border-color: #4C01EF;
}
.TagClassName
{
border-color: #4C01EF;
}
</style>