Shades of Han Purple #4C03D4
Tints of Han Purple #4C03D4
RGB
CMYK
RGB Variations
Color information
#4C03D4 (or 0x4C03D4) is known color: Han Purple. HEX triplet: 4C, 03 and D4. RGB value is (76,3,212). Sum of RGB (Red+Green+Blue) = 76+3+212=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 212 (83.20% from 255 or 72.85% from 291); Max value from RGB is 212 - color contains mainly: blue. Hex color #4C03D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C03D4 is #B3FC2B. Grayscale: #2F2F2F. Windows color (decimal): -11795500 or 13894476. OLE color: 13894476.
HSL color Cylindrical-coordinate representation of color #4C03D4: hue angle of 260.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C03D4 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 76 | 3 | 212 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.17 |
| HSL | 260.96º | 0.97% | 0.42% | - |
| HSV(B) | 260.96º | 0.99% | 0.83% | - |
| XYZ | 14.9 | 6.36 | 62.73 | - |
| YUV | 48.65 | 220.18 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 212 | 0.64 | 0.99 | 0 | 0.17 | 260.96 | 0.97 | 0.42 |
| Hex | 4C | 3 | D4 | 40 | 63 | 0 | 11 | 105 | 61 | 2A |
| Octal | 114 | 3 | 324 | 100 | 143 | 0 | 21 | 405 | 141 | 52 |
| Binary | 1001100 | 11 | 11010100 | 1000000 | 1100011 | 0 | 10001 | 100000101 | 1100001 | 101010 |
Color Harmonies of #4C03D4
Complementary color
Monochromatic Colors of #4C03D4
Black with #4C03D4
Text Example
Text Example
White with #4C03D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C03D4; }
p { color: rgb(76,3,212); }
H1.HeaderClassName
{
color: #4C03D4;
}
.AnyTagClassName
{
color: #4C03D4;
}
</style>
background-color css
<style>
a { background-color: #4C03D4; }
a { background-color: rgb(76,3,212); }
div.DivClassName
{
background-color: #4C03D4;
}
.BgClassName
{
background-color: #4C03D4;
}
</style>
border-color css
<style>
span { border-color: #4C03D4; }
span { border-color: rgb(76,3,212); }
td.TdClassName
{
border-color: #4C03D4;
}
.TagClassName
{
border-color: #4C03D4;
}
</style>