Shades of Han Purple #4C02FB
Tints of Han Purple #4C02FB
RGB
CMYK
RGB Variations
Color information
#4C02FB (or 0x4C02FB) is known color: Han Purple. HEX triplet: 4C, 02 and FB. RGB value is (76,2,251). Sum of RGB (Red+Green+Blue) = 76+2+251=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C02FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C02FB is #B3FD04. Grayscale: #333333. Windows color (decimal): -11795717 or 16450124. OLE color: 16450124.
HSL color Cylindrical-coordinate representation of color #4C02FB: hue angle of 257.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02FB is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 2 | 251 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.02 |
| HSL | 257.83º | 0.98% | 0.5% | - |
| HSV(B) | 257.83º | 0.99% | 0.98% | - |
| XYZ | 20.41 | 8.54 | 91.84 | - |
| YUV | 52.51 | 240.02 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 251 | 0.70 | 0.99 | 0 | 0.02 | 257.83 | 0.98 | 0.5 |
| Hex | 4C | 2 | FB | 46 | 63 | 0 | 2 | 102 | 62 | 32 |
| Octal | 114 | 2 | 373 | 106 | 143 | 0 | 2 | 402 | 142 | 62 |
| Binary | 1001100 | 10 | 11111011 | 1000110 | 1100011 | 0 | 10 | 100000010 | 1100010 | 110010 |
Color Harmonies of #4C02FB
Complementary color
Monochromatic Colors of #4C02FB
Black with #4C02FB
Text Example
Text Example
White with #4C02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C02FB; }
p { color: rgb(76,2,251); }
H1.HeaderClassName
{
color: #4C02FB;
}
.AnyTagClassName
{
color: #4C02FB;
}
</style>
background-color css
<style>
a { background-color: #4C02FB; }
a { background-color: rgb(76,2,251); }
div.DivClassName
{
background-color: #4C02FB;
}
.BgClassName
{
background-color: #4C02FB;
}
</style>
border-color css
<style>
span { border-color: #4C02FB; }
span { border-color: rgb(76,2,251); }
td.TdClassName
{
border-color: #4C02FB;
}
.TagClassName
{
border-color: #4C02FB;
}
</style>