Shades of Han Purple #480DDD
Tints of Han Purple #480DDD
RGB
CMYK
RGB Variations
Color information
#480DDD (or 0x480DDD) is known color: Han Purple. HEX triplet: 48, 0D and DD. RGB value is (72,13,221). Sum of RGB (Red+Green+Blue) = 72+13+221=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #480DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480DDD is #B7F222. Grayscale: #353535. Windows color (decimal): -12055075 or 14486856. OLE color: 14486856.
HSL color Cylindrical-coordinate representation of color #480DDD: hue angle of 257.02º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480DDD is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 13 | 221 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.13 |
| HSL | 257.02º | 0.89% | 0.46% | - |
| HSV(B) | 257.02º | 0.94% | 0.87% | - |
| XYZ | 15.87 | 6.89 | 68.9 | - |
| YUV | 54.35 | 222.05 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 221 | 0.67 | 0.94 | 0 | 0.13 | 257.02 | 0.89 | 0.46 |
| Hex | 48 | D | DD | 43 | 5E | 0 | D | 101 | 59 | 2E |
| Octal | 110 | 15 | 335 | 103 | 136 | 0 | 15 | 401 | 131 | 56 |
| Binary | 1001000 | 1101 | 11011101 | 1000011 | 1011110 | 0 | 1101 | 100000001 | 1011001 | 101110 |
Color Harmonies of #480DDD
Complementary color
Monochromatic Colors of #480DDD
Black with #480DDD
Text Example
Text Example
White with #480DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480DDD; }
p { color: rgb(72,13,221); }
H1.HeaderClassName
{
color: #480DDD;
}
.AnyTagClassName
{
color: #480DDD;
}
</style>
background-color css
<style>
a { background-color: #480DDD; }
a { background-color: rgb(72,13,221); }
div.DivClassName
{
background-color: #480DDD;
}
.BgClassName
{
background-color: #480DDD;
}
</style>
border-color css
<style>
span { border-color: #480DDD; }
span { border-color: rgb(72,13,221); }
td.TdClassName
{
border-color: #480DDD;
}
.TagClassName
{
border-color: #480DDD;
}
</style>