Shades of Han Purple #4103DB
Tints of Han Purple #4103DB
RGB
CMYK
RGB Variations
Color information
#4103DB (or 0x4103DB) is known color: Han Purple. HEX triplet: 41, 03 and DB. RGB value is (65,3,219). Sum of RGB (Red+Green+Blue) = 65+3+219=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #4103DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4103DB is #BEFC24. Grayscale: #2D2D2D. Windows color (decimal): -12516389 or 14353217. OLE color: 14353217.
HSL color Cylindrical-coordinate representation of color #4103DB: hue angle of 257.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4103DB is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 3 | 219 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.14 |
| HSL | 257.22º | 0.97% | 0.44% | - |
| HSV(B) | 257.22º | 0.99% | 0.86% | - |
| XYZ | 15 | 6.3 | 67.44 | - |
| YUV | 46.16 | 225.54 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 219 | 0.70 | 0.99 | 0 | 0.14 | 257.22 | 0.97 | 0.44 |
| Hex | 41 | 3 | DB | 46 | 63 | 0 | E | 101 | 61 | 2C |
| Octal | 101 | 3 | 333 | 106 | 143 | 0 | 16 | 401 | 141 | 54 |
| Binary | 1000001 | 11 | 11011011 | 1000110 | 1100011 | 0 | 1110 | 100000001 | 1100001 | 101100 |
Color Harmonies of #4103DB
Complementary color
Monochromatic Colors of #4103DB
Black with #4103DB
Text Example
Text Example
White with #4103DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103DB; }
p { color: rgb(65,3,219); }
H1.HeaderClassName
{
color: #4103DB;
}
.AnyTagClassName
{
color: #4103DB;
}
</style>
background-color css
<style>
a { background-color: #4103DB; }
a { background-color: rgb(65,3,219); }
div.DivClassName
{
background-color: #4103DB;
}
.BgClassName
{
background-color: #4103DB;
}
</style>
border-color css
<style>
span { border-color: #4103DB; }
span { border-color: rgb(65,3,219); }
td.TdClassName
{
border-color: #4103DB;
}
.TagClassName
{
border-color: #4103DB;
}
</style>