Shades of Han Purple #4C02EB
Tints of Han Purple #4C02EB
RGB
CMYK
RGB Variations
Color information
#4C02EB (or 0x4C02EB) is known color: Han Purple. HEX triplet: 4C, 02 and EB. RGB value is (76,2,235). Sum of RGB (Red+Green+Blue) = 76+2+235=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C02EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C02EB is #B3FD14. Grayscale: #313131. Windows color (decimal): -11795733 or 15401548. OLE color: 15401548.
HSL color Cylindrical-coordinate representation of color #4C02EB: hue angle of 259.06º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02EB is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 2 | 235 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.08 |
| HSL | 259.06º | 0.98% | 0.46% | - |
| HSV(B) | 259.06º | 0.99% | 0.92% | - |
| XYZ | 18 | 7.58 | 79.11 | - |
| YUV | 50.69 | 232.02 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 235 | 0.68 | 0.99 | 0 | 0.08 | 259.06 | 0.98 | 0.46 |
| Hex | 4C | 2 | EB | 44 | 63 | 0 | 8 | 103 | 62 | 2E |
| Octal | 114 | 2 | 353 | 104 | 143 | 0 | 10 | 403 | 142 | 56 |
| Binary | 1001100 | 10 | 11101011 | 1000100 | 1100011 | 0 | 1000 | 100000011 | 1100010 | 101110 |
Color Harmonies of #4C02EB
Complementary color
Monochromatic Colors of #4C02EB
Black with #4C02EB
Text Example
Text Example
White with #4C02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C02EB; }
p { color: rgb(76,2,235); }
H1.HeaderClassName
{
color: #4C02EB;
}
.AnyTagClassName
{
color: #4C02EB;
}
</style>
background-color css
<style>
a { background-color: #4C02EB; }
a { background-color: rgb(76,2,235); }
div.DivClassName
{
background-color: #4C02EB;
}
.BgClassName
{
background-color: #4C02EB;
}
</style>
border-color css
<style>
span { border-color: #4C02EB; }
span { border-color: rgb(76,2,235); }
td.TdClassName
{
border-color: #4C02EB;
}
.TagClassName
{
border-color: #4C02EB;
}
</style>