Shades of Han Purple #4D09DB
Tints of Han Purple #4D09DB
RGB
CMYK
RGB Variations
Color information
#4D09DB (or 0x4D09DB) is known color: Han Purple. HEX triplet: 4D, 09 and DB. RGB value is (77,9,219). Sum of RGB (Red+Green+Blue) = 77+9+219=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D09DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D09DB is #B2F624. Grayscale: #343434. Windows color (decimal): -11728421 or 14354765. OLE color: 14354765.
HSL color Cylindrical-coordinate representation of color #4D09DB: hue angle of 259.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D09DB is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 9 | 219 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.14 |
| HSL | 259.43º | 0.92% | 0.45% | - |
| HSV(B) | 259.43º | 0.96% | 0.86% | - |
| XYZ | 15.94 | 6.89 | 67.51 | - |
| YUV | 53.27 | 221.53 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 219 | 0.65 | 0.96 | 0 | 0.14 | 259.43 | 0.92 | 0.45 |
| Hex | 4D | 9 | DB | 41 | 60 | 0 | E | 103 | 5C | 2D |
| Octal | 115 | 11 | 333 | 101 | 140 | 0 | 16 | 403 | 134 | 55 |
| Binary | 1001101 | 1001 | 11011011 | 1000001 | 1100000 | 0 | 1110 | 100000011 | 1011100 | 101101 |
Color Harmonies of #4D09DB
Complementary color
Monochromatic Colors of #4D09DB
Black with #4D09DB
Text Example
Text Example
White with #4D09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D09DB; }
p { color: rgb(77,9,219); }
H1.HeaderClassName
{
color: #4D09DB;
}
.AnyTagClassName
{
color: #4D09DB;
}
</style>
background-color css
<style>
a { background-color: #4D09DB; }
a { background-color: rgb(77,9,219); }
div.DivClassName
{
background-color: #4D09DB;
}
.BgClassName
{
background-color: #4D09DB;
}
</style>
border-color css
<style>
span { border-color: #4D09DB; }
span { border-color: rgb(77,9,219); }
td.TdClassName
{
border-color: #4D09DB;
}
.TagClassName
{
border-color: #4D09DB;
}
</style>