Shades of Han Purple #4123DB
Tints of Han Purple #4123DB
RGB
CMYK
RGB Variations
Color information
#4123DB (or 0x4123DB) is known color: Han Purple. HEX triplet: 41, 23 and DB. RGB value is (65,35,219). Sum of RGB (Red+Green+Blue) = 65+35+219=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #4123DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4123DB is #BEDC24. Grayscale: #404040. Windows color (decimal): -12508197 or 14361409. OLE color: 14361409.
HSL color Cylindrical-coordinate representation of color #4123DB: hue angle of 249.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4123DB is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 35 | 219 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.14 |
| HSL | 249.78º | 0.72% | 0.5% | - |
| HSV(B) | 249.78º | 0.84% | 0.86% | - |
| XYZ | 15.57 | 7.44 | 67.63 | - |
| YUV | 64.95 | 214.94 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 219 | 0.70 | 0.84 | 0 | 0.14 | 249.78 | 0.72 | 0.5 |
| Hex | 41 | 23 | DB | 46 | 54 | 0 | E | FA | 48 | 32 |
| Octal | 101 | 43 | 333 | 106 | 124 | 0 | 16 | 372 | 110 | 62 |
| Binary | 1000001 | 100011 | 11011011 | 1000110 | 1010100 | 0 | 1110 | 11111010 | 1001000 | 110010 |
Color Harmonies of #4123DB
Complementary color
Monochromatic Colors of #4123DB
Black with #4123DB
Text Example
Text Example
White with #4123DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123DB; }
p { color: rgb(65,35,219); }
H1.HeaderClassName
{
color: #4123DB;
}
.AnyTagClassName
{
color: #4123DB;
}
</style>
background-color css
<style>
a { background-color: #4123DB; }
a { background-color: rgb(65,35,219); }
div.DivClassName
{
background-color: #4123DB;
}
.BgClassName
{
background-color: #4123DB;
}
</style>
border-color css
<style>
span { border-color: #4123DB; }
span { border-color: rgb(65,35,219); }
td.TdClassName
{
border-color: #4123DB;
}
.TagClassName
{
border-color: #4123DB;
}
</style>