Shades of Han Purple #4112DB
Tints of Han Purple #4112DB
RGB
CMYK
RGB Variations
Color information
#4112DB (or 0x4112DB) is known color: Han Purple. HEX triplet: 41, 12 and DB. RGB value is (65,18,219). Sum of RGB (Red+Green+Blue) = 65+18+219=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #4112DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4112DB is #BEED24. Grayscale: #363636. Windows color (decimal): -12512549 or 14357057. OLE color: 14357057.
HSL color Cylindrical-coordinate representation of color #4112DB: hue angle of 254.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4112DB is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 18 | 219 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.14 |
| HSL | 254.03º | 0.85% | 0.46% | - |
| HSV(B) | 254.03º | 0.92% | 0.86% | - |
| XYZ | 15.18 | 6.67 | 67.51 | - |
| YUV | 54.97 | 220.57 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 219 | 0.70 | 0.92 | 0 | 0.14 | 254.03 | 0.85 | 0.46 |
| Hex | 41 | 12 | DB | 46 | 5C | 0 | E | FE | 55 | 2E |
| Octal | 101 | 22 | 333 | 106 | 134 | 0 | 16 | 376 | 125 | 56 |
| Binary | 1000001 | 10010 | 11011011 | 1000110 | 1011100 | 0 | 1110 | 11111110 | 1010101 | 101110 |
Color Harmonies of #4112DB
Complementary color
Monochromatic Colors of #4112DB
Black with #4112DB
Text Example
Text Example
White with #4112DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4112DB; }
p { color: rgb(65,18,219); }
H1.HeaderClassName
{
color: #4112DB;
}
.AnyTagClassName
{
color: #4112DB;
}
</style>
background-color css
<style>
a { background-color: #4112DB; }
a { background-color: rgb(65,18,219); }
div.DivClassName
{
background-color: #4112DB;
}
.BgClassName
{
background-color: #4112DB;
}
</style>
border-color css
<style>
span { border-color: #4112DB; }
span { border-color: rgb(65,18,219); }
td.TdClassName
{
border-color: #4112DB;
}
.TagClassName
{
border-color: #4112DB;
}
</style>