Shades of Han Purple #4D08FD
Tints of Han Purple #4D08FD
RGB
CMYK
RGB Variations
Color information
#4D08FD (or 0x4D08FD) is known color: Han Purple. HEX triplet: 4D, 08 and FD. RGB value is (77,8,253). Sum of RGB (Red+Green+Blue) = 77+8+253=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D08FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D08FD is #B2F702. Grayscale: #373737. Windows color (decimal): -11728643 or 16582733. OLE color: 16582733.
HSL color Cylindrical-coordinate representation of color #4D08FD: hue angle of 256.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D08FD is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 8 | 253 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.01 |
| HSL | 256.9º | 0.98% | 0.51% | - |
| HSV(B) | 256.9º | 0.97% | 0.99% | - |
| XYZ | 20.88 | 8.84 | 93.54 | - |
| YUV | 56.56 | 238.86 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 253 | 0.70 | 0.97 | 0 | 0.01 | 256.9 | 0.98 | 0.51 |
| Hex | 4D | 8 | FD | 46 | 61 | 0 | 1 | 101 | 62 | 33 |
| Octal | 115 | 10 | 375 | 106 | 141 | 0 | 1 | 401 | 142 | 63 |
| Binary | 1001101 | 1000 | 11111101 | 1000110 | 1100001 | 0 | 1 | 100000001 | 1100010 | 110011 |
Color Harmonies of #4D08FD
Complementary color
Monochromatic Colors of #4D08FD
Black with #4D08FD
Text Example
Text Example
White with #4D08FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D08FD; }
p { color: rgb(77,8,253); }
H1.HeaderClassName
{
color: #4D08FD;
}
.AnyTagClassName
{
color: #4D08FD;
}
</style>
background-color css
<style>
a { background-color: #4D08FD; }
a { background-color: rgb(77,8,253); }
div.DivClassName
{
background-color: #4D08FD;
}
.BgClassName
{
background-color: #4D08FD;
}
</style>
border-color css
<style>
span { border-color: #4D08FD; }
span { border-color: rgb(77,8,253); }
td.TdClassName
{
border-color: #4D08FD;
}
.TagClassName
{
border-color: #4D08FD;
}
</style>