Shades of Han Purple #4225DD
Tints of Han Purple #4225DD
RGB
CMYK
RGB Variations
Color information
#4225DD (or 0x4225DD) is known color: Han Purple. HEX triplet: 42, 25 and DD. RGB value is (66,37,221). Sum of RGB (Red+Green+Blue) = 66+37+221=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #4225DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225DD is #BDDA22. Grayscale: #414141. Windows color (decimal): -12442147 or 14492994. OLE color: 14492994.
HSL color Cylindrical-coordinate representation of color #4225DD: hue angle of 249.46º 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 #4225DD is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 37 | 221 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.13 |
| HSL | 249.46º | 0.73% | 0.51% | - |
| HSV(B) | 249.46º | 0.83% | 0.87% | - |
| XYZ | 15.96 | 7.7 | 69.05 | - |
| YUV | 66.65 | 215.11 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 221 | 0.70 | 0.83 | 0 | 0.13 | 249.46 | 0.73 | 0.51 |
| Hex | 42 | 25 | DD | 46 | 53 | 0 | D | F9 | 49 | 33 |
| Octal | 102 | 45 | 335 | 106 | 123 | 0 | 15 | 371 | 111 | 63 |
| Binary | 1000010 | 100101 | 11011101 | 1000110 | 1010011 | 0 | 1101 | 11111001 | 1001001 | 110011 |
Color Harmonies of #4225DD
Complementary color
Monochromatic Colors of #4225DD
Black with #4225DD
Text Example
Text Example
White with #4225DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4225DD; }
p { color: rgb(66,37,221); }
H1.HeaderClassName
{
color: #4225DD;
}
.AnyTagClassName
{
color: #4225DD;
}
</style>
background-color css
<style>
a { background-color: #4225DD; }
a { background-color: rgb(66,37,221); }
div.DivClassName
{
background-color: #4225DD;
}
.BgClassName
{
background-color: #4225DD;
}
</style>
border-color css
<style>
span { border-color: #4225DD; }
span { border-color: rgb(66,37,221); }
td.TdClassName
{
border-color: #4225DD;
}
.TagClassName
{
border-color: #4225DD;
}
</style>