Shades of Han Purple #4130DB
Tints of Han Purple #4130DB
RGB
CMYK
RGB Variations
Color information
#4130DB (or 0x4130DB) is known color: Han Purple. HEX triplet: 41, 30 and DB. RGB value is (65,48,219). Sum of RGB (Red+Green+Blue) = 65+48+219=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #4130DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130DB is #BECF24. Grayscale: #474747. Windows color (decimal): -12504869 or 14364737. OLE color: 14364737.
HSL color Cylindrical-coordinate representation of color #4130DB: hue angle of 245.96º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4130DB is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 48 | 219 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.14 |
| HSL | 245.96º | 0.7% | 0.52% | - |
| HSV(B) | 245.96º | 0.78% | 0.86% | - |
| XYZ | 16.02 | 8.35 | 67.79 | - |
| YUV | 72.58 | 210.63 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 219 | 0.70 | 0.78 | 0 | 0.14 | 245.96 | 0.7 | 0.52 |
| Hex | 41 | 30 | DB | 46 | 4E | 0 | E | F6 | 46 | 34 |
| Octal | 101 | 60 | 333 | 106 | 116 | 0 | 16 | 366 | 106 | 64 |
| Binary | 1000001 | 110000 | 11011011 | 1000110 | 1001110 | 0 | 1110 | 11110110 | 1000110 | 110100 |
Color Harmonies of #4130DB
Complementary color
Monochromatic Colors of #4130DB
Black with #4130DB
Text Example
Text Example
White with #4130DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130DB; }
p { color: rgb(65,48,219); }
H1.HeaderClassName
{
color: #4130DB;
}
.AnyTagClassName
{
color: #4130DB;
}
</style>
background-color css
<style>
a { background-color: #4130DB; }
a { background-color: rgb(65,48,219); }
div.DivClassName
{
background-color: #4130DB;
}
.BgClassName
{
background-color: #4130DB;
}
</style>
border-color css
<style>
span { border-color: #4130DB; }
span { border-color: rgb(65,48,219); }
td.TdClassName
{
border-color: #4130DB;
}
.TagClassName
{
border-color: #4130DB;
}
</style>