Shades of Han Purple #4D28DF
Tints of Han Purple #4D28DF
RGB
CMYK
RGB Variations
Color information
#4D28DF (or 0x4D28DF) is known color: Han Purple. HEX triplet: 4D, 28 and DF. RGB value is (77,40,223). Sum of RGB (Red+Green+Blue) = 77+40+223=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D28DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D28DF is #B2D720. Grayscale: #474747. Windows color (decimal): -11720481 or 14624845. OLE color: 14624845.
HSL color Cylindrical-coordinate representation of color #4D28DF: hue angle of 252.13º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D28DF is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 40 | 223 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.13 |
| HSL | 252.13º | 0.74% | 0.52% | - |
| HSV(B) | 252.13º | 0.82% | 0.87% | - |
| XYZ | 17.14 | 8.42 | 70.53 | - |
| YUV | 71.93 | 213.26 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 223 | 0.65 | 0.82 | 0 | 0.13 | 252.13 | 0.74 | 0.52 |
| Hex | 4D | 28 | DF | 41 | 52 | 0 | D | FC | 4A | 34 |
| Octal | 115 | 50 | 337 | 101 | 122 | 0 | 15 | 374 | 112 | 64 |
| Binary | 1001101 | 101000 | 11011111 | 1000001 | 1010010 | 0 | 1101 | 11111100 | 1001010 | 110100 |
Color Harmonies of #4D28DF
Complementary color
Monochromatic Colors of #4D28DF
Black with #4D28DF
Text Example
Text Example
White with #4D28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28DF; }
p { color: rgb(77,40,223); }
H1.HeaderClassName
{
color: #4D28DF;
}
.AnyTagClassName
{
color: #4D28DF;
}
</style>
background-color css
<style>
a { background-color: #4D28DF; }
a { background-color: rgb(77,40,223); }
div.DivClassName
{
background-color: #4D28DF;
}
.BgClassName
{
background-color: #4D28DF;
}
</style>
border-color css
<style>
span { border-color: #4D28DF; }
span { border-color: rgb(77,40,223); }
td.TdClassName
{
border-color: #4D28DF;
}
.TagClassName
{
border-color: #4D28DF;
}
</style>