Shades of Han Purple #4102DB
Tints of Han Purple #4102DB
RGB
CMYK
RGB Variations
Color information
#4102DB (or 0x4102DB) is known color: Han Purple. HEX triplet: 41, 02 and DB. RGB value is (65,2,219). Sum of RGB (Red+Green+Blue) = 65+2+219=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #4102DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4102DB is #BEFD24. Grayscale: #2C2C2C. Windows color (decimal): -12516645 or 14352961. OLE color: 14352961.
HSL color Cylindrical-coordinate representation of color #4102DB: hue angle of 257.42º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102DB is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 2 | 219 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.14 |
| HSL | 257.42º | 0.98% | 0.43% | - |
| HSV(B) | 257.42º | 0.99% | 0.86% | - |
| XYZ | 14.99 | 6.28 | 67.44 | - |
| YUV | 45.58 | 225.87 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 219 | 0.70 | 0.99 | 0 | 0.14 | 257.42 | 0.98 | 0.43 |
| Hex | 41 | 2 | DB | 46 | 63 | 0 | E | 101 | 62 | 2B |
| Octal | 101 | 2 | 333 | 106 | 143 | 0 | 16 | 401 | 142 | 53 |
| Binary | 1000001 | 10 | 11011011 | 1000110 | 1100011 | 0 | 1110 | 100000001 | 1100010 | 101011 |
Color Harmonies of #4102DB
Complementary color
Monochromatic Colors of #4102DB
Black with #4102DB
Text Example
Text Example
White with #4102DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102DB; }
p { color: rgb(65,2,219); }
H1.HeaderClassName
{
color: #4102DB;
}
.AnyTagClassName
{
color: #4102DB;
}
</style>
background-color css
<style>
a { background-color: #4102DB; }
a { background-color: rgb(65,2,219); }
div.DivClassName
{
background-color: #4102DB;
}
.BgClassName
{
background-color: #4102DB;
}
</style>
border-color css
<style>
span { border-color: #4102DB; }
span { border-color: rgb(65,2,219); }
td.TdClassName
{
border-color: #4102DB;
}
.TagClassName
{
border-color: #4102DB;
}
</style>