Shades of Han Purple #4025D6
Tints of Han Purple #4025D6
RGB
CMYK
RGB Variations
Color information
#4025D6 (or 0x4025D6) is known color: Han Purple. HEX triplet: 40, 25 and D6. RGB value is (64,37,214). Sum of RGB (Red+Green+Blue) = 64+37+214=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #4025D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4025D6 is #BFDA29. Grayscale: #404040. Windows color (decimal): -12573226 or 14034240. OLE color: 14034240.
HSL color Cylindrical-coordinate representation of color #4025D6: hue angle of 249.15º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4025D6 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 37 | 214 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.16 |
| HSL | 249.15º | 0.71% | 0.49% | - |
| HSV(B) | 249.15º | 0.83% | 0.84% | - |
| XYZ | 14.91 | 7.27 | 64.24 | - |
| YUV | 65.25 | 211.95 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 214 | 0.70 | 0.83 | 0 | 0.16 | 249.15 | 0.71 | 0.49 |
| Hex | 40 | 25 | D6 | 46 | 53 | 0 | 10 | F9 | 47 | 31 |
| Octal | 100 | 45 | 326 | 106 | 123 | 0 | 20 | 371 | 107 | 61 |
| Binary | 1000000 | 100101 | 11010110 | 1000110 | 1010011 | 0 | 10000 | 11111001 | 1000111 | 110001 |
Color Harmonies of #4025D6
Complementary color
Monochromatic Colors of #4025D6
Black with #4025D6
Text Example
Text Example
White with #4025D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4025D6; }
p { color: rgb(64,37,214); }
H1.HeaderClassName
{
color: #4025D6;
}
.AnyTagClassName
{
color: #4025D6;
}
</style>
background-color css
<style>
a { background-color: #4025D6; }
a { background-color: rgb(64,37,214); }
div.DivClassName
{
background-color: #4025D6;
}
.BgClassName
{
background-color: #4025D6;
}
</style>
border-color css
<style>
span { border-color: #4025D6; }
span { border-color: rgb(64,37,214); }
td.TdClassName
{
border-color: #4025D6;
}
.TagClassName
{
border-color: #4025D6;
}
</style>