Shades of Han Purple #4D01DD
Tints of Han Purple #4D01DD
RGB
CMYK
RGB Variations
Color information
#4D01DD (or 0x4D01DD) is known color: Han Purple. HEX triplet: 4D, 01 and DD. RGB value is (77,1,221). Sum of RGB (Red+Green+Blue) = 77+1+221=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D01DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D01DD is #B2FE22. Grayscale: #303030. Windows color (decimal): -11730467 or 14483789. OLE color: 14483789.
HSL color Cylindrical-coordinate representation of color #4D01DD: hue angle of 260.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D01DD is Cyan = 0.65, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 1 | 221 | - |
| CMYK | 0.65 | 1.00 | 0 | 0.13 |
| HSL | 260.73º | 0.99% | 0.44% | - |
| HSV(B) | 260.73º | 1% | 0.87% | - |
| XYZ | 16.12 | 6.82 | 68.87 | - |
| YUV | 48.8 | 225.18 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 221 | 0.65 | 1.00 | 0 | 0.13 | 260.73 | 0.99 | 0.44 |
| Hex | 4D | 1 | DD | 41 | 64 | 0 | D | 105 | 63 | 2C |
| Octal | 115 | 1 | 335 | 101 | 144 | 0 | 15 | 405 | 143 | 54 |
| Binary | 1001101 | 1 | 11011101 | 1000001 | 1100100 | 0 | 1101 | 100000101 | 1100011 | 101100 |
Color Harmonies of #4D01DD
Complementary color
Monochromatic Colors of #4D01DD
Black with #4D01DD
Text Example
Text Example
White with #4D01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D01DD; }
p { color: rgb(77,1,221); }
H1.HeaderClassName
{
color: #4D01DD;
}
.AnyTagClassName
{
color: #4D01DD;
}
</style>
background-color css
<style>
a { background-color: #4D01DD; }
a { background-color: rgb(77,1,221); }
div.DivClassName
{
background-color: #4D01DD;
}
.BgClassName
{
background-color: #4D01DD;
}
</style>
border-color css
<style>
span { border-color: #4D01DD; }
span { border-color: rgb(77,1,221); }
td.TdClassName
{
border-color: #4D01DD;
}
.TagClassName
{
border-color: #4D01DD;
}
</style>