Shades of Han Purple #4225DB
Tints of Han Purple #4225DB
RGB
CMYK
RGB Variations
Color information
#4225DB (or 0x4225DB) is known color: Han Purple. HEX triplet: 42, 25 and DB. RGB value is (66,37,219). Sum of RGB (Red+Green+Blue) = 66+37+219=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #4225DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225DB is #BDDA24. Grayscale: #414141. Windows color (decimal): -12442149 or 14361922. OLE color: 14361922.
HSL color Cylindrical-coordinate representation of color #4225DB: hue angle of 249.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4225DB is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 37 | 219 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.14 |
| HSL | 249.56º | 0.72% | 0.5% | - |
| HSV(B) | 249.56º | 0.83% | 0.86% | - |
| XYZ | 15.69 | 7.6 | 67.66 | - |
| YUV | 66.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 219 | 0.70 | 0.83 | 0 | 0.14 | 249.56 | 0.72 | 0.5 |
| Hex | 42 | 25 | DB | 46 | 53 | 0 | E | FA | 48 | 32 |
| Octal | 102 | 45 | 333 | 106 | 123 | 0 | 16 | 372 | 110 | 62 |
| Binary | 1000010 | 100101 | 11011011 | 1000110 | 1010011 | 0 | 1110 | 11111010 | 1001000 | 110010 |
Color Harmonies of #4225DB
Complementary color
Monochromatic Colors of #4225DB
Black with #4225DB
Text Example
Text Example
White with #4225DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4225DB; }
p { color: rgb(66,37,219); }
H1.HeaderClassName
{
color: #4225DB;
}
.AnyTagClassName
{
color: #4225DB;
}
</style>
background-color css
<style>
a { background-color: #4225DB; }
a { background-color: rgb(66,37,219); }
div.DivClassName
{
background-color: #4225DB;
}
.BgClassName
{
background-color: #4225DB;
}
</style>
border-color css
<style>
span { border-color: #4225DB; }
span { border-color: rgb(66,37,219); }
td.TdClassName
{
border-color: #4225DB;
}
.TagClassName
{
border-color: #4225DB;
}
</style>