Shades of Han Purple #4C02E5
Tints of Han Purple #4C02E5
RGB
CMYK
RGB Variations
Color information
#4C02E5 (or 0x4C02E5) is known color: Han Purple. HEX triplet: 4C, 02 and E5. RGB value is (76,2,229). Sum of RGB (Red+Green+Blue) = 76+2+229=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 229 (89.84% from 255 or 74.59% from 307); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C02E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C02E5 is #B3FD1A. Grayscale: #313131. Windows color (decimal): -11795739 or 15008332. OLE color: 15008332.
HSL color Cylindrical-coordinate representation of color #4C02E5: hue angle of 259.56º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02E5 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 2 | 229 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.10 |
| HSL | 259.56º | 0.98% | 0.45% | - |
| HSV(B) | 259.56º | 0.99% | 0.9% | - |
| XYZ | 17.15 | 7.24 | 74.62 | - |
| YUV | 50 | 229.02 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 229 | 0.67 | 0.99 | 0 | 0.10 | 259.56 | 0.98 | 0.45 |
| Hex | 4C | 2 | E5 | 43 | 63 | 0 | A | 104 | 62 | 2D |
| Octal | 114 | 2 | 345 | 103 | 143 | 0 | 12 | 404 | 142 | 55 |
| Binary | 1001100 | 10 | 11100101 | 1000011 | 1100011 | 0 | 1010 | 100000100 | 1100010 | 101101 |
Color Harmonies of #4C02E5
Complementary color
Monochromatic Colors of #4C02E5
Black with #4C02E5
Text Example
Text Example
White with #4C02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C02E5; }
p { color: rgb(76,2,229); }
H1.HeaderClassName
{
color: #4C02E5;
}
.AnyTagClassName
{
color: #4C02E5;
}
</style>
background-color css
<style>
a { background-color: #4C02E5; }
a { background-color: rgb(76,2,229); }
div.DivClassName
{
background-color: #4C02E5;
}
.BgClassName
{
background-color: #4C02E5;
}
</style>
border-color css
<style>
span { border-color: #4C02E5; }
span { border-color: rgb(76,2,229); }
td.TdClassName
{
border-color: #4C02E5;
}
.TagClassName
{
border-color: #4C02E5;
}
</style>