Shades of Han Purple #4128D6
Tints of Han Purple #4128D6
RGB
CMYK
RGB Variations
Color information
#4128D6 (or 0x4128D6) is known color: Han Purple. HEX triplet: 41, 28 and D6. RGB value is (65,40,214). Sum of RGB (Red+Green+Blue) = 65+40+214=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 214 (83.98% from 255 or 67.08% from 319); Max value from RGB is 214 - color contains mainly: blue. Hex color #4128D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128D6 is #BED729. Grayscale: #424242. Windows color (decimal): -12506922 or 14035009. OLE color: 14035009.
HSL color Cylindrical-coordinate representation of color #4128D6: hue angle of 248.62º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4128D6 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 40 | 214 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.16 |
| HSL | 248.62º | 0.69% | 0.5% | - |
| HSV(B) | 248.62º | 0.81% | 0.84% | - |
| XYZ | 15.08 | 7.5 | 64.27 | - |
| YUV | 67.31 | 210.78 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 214 | 0.70 | 0.81 | 0 | 0.16 | 248.62 | 0.69 | 0.5 |
| Hex | 41 | 28 | D6 | 46 | 51 | 0 | 10 | F9 | 45 | 32 |
| Octal | 101 | 50 | 326 | 106 | 121 | 0 | 20 | 371 | 105 | 62 |
| Binary | 1000001 | 101000 | 11010110 | 1000110 | 1010001 | 0 | 10000 | 11111001 | 1000101 | 110010 |
Color Harmonies of #4128D6
Complementary color
Monochromatic Colors of #4128D6
Black with #4128D6
Text Example
Text Example
White with #4128D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4128D6; }
p { color: rgb(65,40,214); }
H1.HeaderClassName
{
color: #4128D6;
}
.AnyTagClassName
{
color: #4128D6;
}
</style>
background-color css
<style>
a { background-color: #4128D6; }
a { background-color: rgb(65,40,214); }
div.DivClassName
{
background-color: #4128D6;
}
.BgClassName
{
background-color: #4128D6;
}
</style>
border-color css
<style>
span { border-color: #4128D6; }
span { border-color: rgb(65,40,214); }
td.TdClassName
{
border-color: #4128D6;
}
.TagClassName
{
border-color: #4128D6;
}
</style>