Shades of Han Purple #4121DB
Tints of Han Purple #4121DB
RGB
CMYK
RGB Variations
Color information
#4121DB (or 0x4121DB) is known color: Han Purple. HEX triplet: 41, 21 and DB. RGB value is (65,33,219). Sum of RGB (Red+Green+Blue) = 65+33+219=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #4121DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4121DB is #BEDE24. Grayscale: #3F3F3F. Windows color (decimal): -12508709 or 14360897. OLE color: 14360897.
HSL color Cylindrical-coordinate representation of color #4121DB: hue angle of 250.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4121DB is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 33 | 219 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.14 |
| HSL | 250.32º | 0.74% | 0.49% | - |
| HSV(B) | 250.32º | 0.85% | 0.86% | - |
| XYZ | 15.51 | 7.33 | 67.61 | - |
| YUV | 63.77 | 215.6 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 219 | 0.70 | 0.85 | 0 | 0.14 | 250.32 | 0.74 | 0.49 |
| Hex | 41 | 21 | DB | 46 | 55 | 0 | E | FA | 4A | 31 |
| Octal | 101 | 41 | 333 | 106 | 125 | 0 | 16 | 372 | 112 | 61 |
| Binary | 1000001 | 100001 | 11011011 | 1000110 | 1010101 | 0 | 1110 | 11111010 | 1001010 | 110001 |
Color Harmonies of #4121DB
Complementary color
Monochromatic Colors of #4121DB
Black with #4121DB
Text Example
Text Example
White with #4121DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121DB; }
p { color: rgb(65,33,219); }
H1.HeaderClassName
{
color: #4121DB;
}
.AnyTagClassName
{
color: #4121DB;
}
</style>
background-color css
<style>
a { background-color: #4121DB; }
a { background-color: rgb(65,33,219); }
div.DivClassName
{
background-color: #4121DB;
}
.BgClassName
{
background-color: #4121DB;
}
</style>
border-color css
<style>
span { border-color: #4121DB; }
span { border-color: rgb(65,33,219); }
td.TdClassName
{
border-color: #4121DB;
}
.TagClassName
{
border-color: #4121DB;
}
</style>