Shades of Han Purple #4125DB
Tints of Han Purple #4125DB
RGB
CMYK
RGB Variations
Color information
#4125DB (or 0x4125DB) is known color: Han Purple. HEX triplet: 41, 25 and DB. RGB value is (65,37,219). Sum of RGB (Red+Green+Blue) = 65+37+219=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #4125DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4125DB is #BEDA24. Grayscale: #414141. Windows color (decimal): -12507685 or 14361921. OLE color: 14361921.
HSL color Cylindrical-coordinate representation of color #4125DB: hue angle of 249.23º 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 #4125DB is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 37 | 219 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.14 |
| HSL | 249.23º | 0.72% | 0.5% | - |
| HSV(B) | 249.23º | 0.83% | 0.86% | - |
| XYZ | 15.63 | 7.56 | 67.65 | - |
| YUV | 66.12 | 214.28 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 219 | 0.70 | 0.83 | 0 | 0.14 | 249.23 | 0.72 | 0.5 |
| Hex | 41 | 25 | DB | 46 | 53 | 0 | E | F9 | 48 | 32 |
| Octal | 101 | 45 | 333 | 106 | 123 | 0 | 16 | 371 | 110 | 62 |
| Binary | 1000001 | 100101 | 11011011 | 1000110 | 1010011 | 0 | 1110 | 11111001 | 1001000 | 110010 |
Color Harmonies of #4125DB
Complementary color
Monochromatic Colors of #4125DB
Black with #4125DB
Text Example
Text Example
White with #4125DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4125DB; }
p { color: rgb(65,37,219); }
H1.HeaderClassName
{
color: #4125DB;
}
.AnyTagClassName
{
color: #4125DB;
}
</style>
background-color css
<style>
a { background-color: #4125DB; }
a { background-color: rgb(65,37,219); }
div.DivClassName
{
background-color: #4125DB;
}
.BgClassName
{
background-color: #4125DB;
}
</style>
border-color css
<style>
span { border-color: #4125DB; }
span { border-color: rgb(65,37,219); }
td.TdClassName
{
border-color: #4125DB;
}
.TagClassName
{
border-color: #4125DB;
}
</style>