Shades of Han Purple #4025DD
Tints of Han Purple #4025DD
RGB
CMYK
RGB Variations
Color information
#4025DD (or 0x4025DD) is known color: Han Purple. HEX triplet: 40, 25 and DD. RGB value is (64,37,221). Sum of RGB (Red+Green+Blue) = 64+37+221=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #4025DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4025DD is #BFDA22. Grayscale: #414141. Windows color (decimal): -12573219 or 14492992. OLE color: 14492992.
HSL color Cylindrical-coordinate representation of color #4025DD: hue angle of 248.8º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4025DD is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 37 | 221 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.13 |
| HSL | 248.8º | 0.73% | 0.51% | - |
| HSV(B) | 248.8º | 0.83% | 0.87% | - |
| XYZ | 15.83 | 7.63 | 69.05 | - |
| YUV | 66.05 | 215.45 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 221 | 0.71 | 0.83 | 0 | 0.13 | 248.8 | 0.73 | 0.51 |
| Hex | 40 | 25 | DD | 47 | 53 | 0 | D | F9 | 49 | 33 |
| Octal | 100 | 45 | 335 | 107 | 123 | 0 | 15 | 371 | 111 | 63 |
| Binary | 1000000 | 100101 | 11011101 | 1000111 | 1010011 | 0 | 1101 | 11111001 | 1001001 | 110011 |
Color Harmonies of #4025DD
Complementary color
Monochromatic Colors of #4025DD
Black with #4025DD
Text Example
Text Example
White with #4025DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4025DD; }
p { color: rgb(64,37,221); }
H1.HeaderClassName
{
color: #4025DD;
}
.AnyTagClassName
{
color: #4025DD;
}
</style>
background-color css
<style>
a { background-color: #4025DD; }
a { background-color: rgb(64,37,221); }
div.DivClassName
{
background-color: #4025DD;
}
.BgClassName
{
background-color: #4025DD;
}
</style>
border-color css
<style>
span { border-color: #4025DD; }
span { border-color: rgb(64,37,221); }
td.TdClassName
{
border-color: #4025DD;
}
.TagClassName
{
border-color: #4025DD;
}
</style>