Shades of Han Purple #4D02D4
Tints of Han Purple #4D02D4
RGB
CMYK
RGB Variations
Color information
#4D02D4 (or 0x4D02D4) is known color: Han Purple. HEX triplet: 4D, 02 and D4. RGB value is (77,2,212). Sum of RGB (Red+Green+Blue) = 77+2+212=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 2 (1.17% from 255 or 0.69% 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 #4D02D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D02D4 is #B2FD2B. Grayscale: #2F2F2F. Windows color (decimal): -11730220 or 13894221. OLE color: 13894221.
HSL color Cylindrical-coordinate representation of color #4D02D4: hue angle of 261.43º degrees, saturation: 0.98, 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 #4D02D4 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 2 | 212 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.17 |
| HSL | 261.43º | 0.98% | 0.42% | - |
| HSV(B) | 261.43º | 0.99% | 0.83% | - |
| XYZ | 14.97 | 6.37 | 62.73 | - |
| YUV | 48.37 | 220.35 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 212 | 0.64 | 0.99 | 0 | 0.17 | 261.43 | 0.98 | 0.42 |
| Hex | 4D | 2 | D4 | 40 | 63 | 0 | 11 | 105 | 62 | 2A |
| Octal | 115 | 2 | 324 | 100 | 143 | 0 | 21 | 405 | 142 | 52 |
| Binary | 1001101 | 10 | 11010100 | 1000000 | 1100011 | 0 | 10001 | 100000101 | 1100010 | 101010 |
Color Harmonies of #4D02D4
Complementary color
Monochromatic Colors of #4D02D4
Black with #4D02D4
Text Example
Text Example
White with #4D02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D02D4; }
p { color: rgb(77,2,212); }
H1.HeaderClassName
{
color: #4D02D4;
}
.AnyTagClassName
{
color: #4D02D4;
}
</style>
background-color css
<style>
a { background-color: #4D02D4; }
a { background-color: rgb(77,2,212); }
div.DivClassName
{
background-color: #4D02D4;
}
.BgClassName
{
background-color: #4D02D4;
}
</style>
border-color css
<style>
span { border-color: #4D02D4; }
span { border-color: rgb(77,2,212); }
td.TdClassName
{
border-color: #4D02D4;
}
.TagClassName
{
border-color: #4D02D4;
}
</style>