Shades of Han Purple #4D08FF
Tints of Han Purple #4D08FF
RGB
CMYK
RGB Variations
Color information
#4D08FF (or 0x4D08FF) is known color: Han Purple. HEX triplet: 4D, 08 and FF. RGB value is (77,8,255). Sum of RGB (Red+Green+Blue) = 77+8+255=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D08FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D08FF is #B2F700. Grayscale: #373737. Windows color (decimal): -11728641 or 16713805. OLE color: 16713805.
HSL color Cylindrical-coordinate representation of color #4D08FF: hue angle of 256.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D08FF is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 8 | 255 | - |
| CMYK | 0.70 | 0.97 | 0 | 0 |
| HSL | 256.76º | 1% | 0.52% | - |
| HSV(B) | 256.76º | 0.97% | 1% | - |
| XYZ | 21.2 | 8.97 | 95.22 | - |
| YUV | 56.79 | 239.86 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 255 | 0.70 | 0.97 | 0 | 0 | 256.76 | 1 | 0.52 |
| Hex | 4D | 8 | FF | 46 | 61 | 0 | 0 | 101 | 64 | 34 |
| Octal | 115 | 10 | 377 | 106 | 141 | 0 | 0 | 401 | 144 | 64 |
| Binary | 1001101 | 1000 | 11111111 | 1000110 | 1100001 | 0 | 0 | 100000001 | 1100100 | 110100 |
Color Harmonies of #4D08FF
Complementary color
Monochromatic Colors of #4D08FF
Black with #4D08FF
Text Example
Text Example
White with #4D08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D08FF; }
p { color: rgb(77,8,255); }
H1.HeaderClassName
{
color: #4D08FF;
}
.AnyTagClassName
{
color: #4D08FF;
}
</style>
background-color css
<style>
a { background-color: #4D08FF; }
a { background-color: rgb(77,8,255); }
div.DivClassName
{
background-color: #4D08FF;
}
.BgClassName
{
background-color: #4D08FF;
}
</style>
border-color css
<style>
span { border-color: #4D08FF; }
span { border-color: rgb(77,8,255); }
td.TdClassName
{
border-color: #4D08FF;
}
.TagClassName
{
border-color: #4D08FF;
}
</style>