Shades of Han Purple #4D08DC
Tints of Han Purple #4D08DC
RGB
CMYK
RGB Variations
Color information
#4D08DC (or 0x4D08DC) is known color: Han Purple. HEX triplet: 4D, 08 and DC. RGB value is (77,8,220). Sum of RGB (Red+Green+Blue) = 77+8+220=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D08DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D08DC is #B2F723. Grayscale: #343434. Windows color (decimal): -11728676 or 14420045. OLE color: 14420045.
HSL color Cylindrical-coordinate representation of color #4D08DC: hue angle of 259.53º degrees, saturation: 0.93, 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 #4D08DC is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 8 | 220 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.14 |
| HSL | 259.53º | 0.93% | 0.45% | - |
| HSV(B) | 259.53º | 0.96% | 0.86% | - |
| XYZ | 16.07 | 6.92 | 68.2 | - |
| YUV | 52.8 | 222.36 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 220 | 0.65 | 0.96 | 0 | 0.14 | 259.53 | 0.93 | 0.45 |
| Hex | 4D | 8 | DC | 41 | 60 | 0 | E | 104 | 5D | 2D |
| Octal | 115 | 10 | 334 | 101 | 140 | 0 | 16 | 404 | 135 | 55 |
| Binary | 1001101 | 1000 | 11011100 | 1000001 | 1100000 | 0 | 1110 | 100000100 | 1011101 | 101101 |
Color Harmonies of #4D08DC
Complementary color
Monochromatic Colors of #4D08DC
Black with #4D08DC
Text Example
Text Example
White with #4D08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D08DC; }
p { color: rgb(77,8,220); }
H1.HeaderClassName
{
color: #4D08DC;
}
.AnyTagClassName
{
color: #4D08DC;
}
</style>
background-color css
<style>
a { background-color: #4D08DC; }
a { background-color: rgb(77,8,220); }
div.DivClassName
{
background-color: #4D08DC;
}
.BgClassName
{
background-color: #4D08DC;
}
</style>
border-color css
<style>
span { border-color: #4D08DC; }
span { border-color: rgb(77,8,220); }
td.TdClassName
{
border-color: #4D08DC;
}
.TagClassName
{
border-color: #4D08DC;
}
</style>