Shades of Han Purple #481DDD
Tints of Han Purple #481DDD
RGB
CMYK
RGB Variations
Color information
#481DDD (or 0x481DDD) is known color: Han Purple. HEX triplet: 48, 1D and DD. RGB value is (72,29,221). Sum of RGB (Red+Green+Blue) = 72+29+221=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #481DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481DDD is #B7E222. Grayscale: #3F3F3F. Windows color (decimal): -12050979 or 14490952. OLE color: 14490952.
HSL color Cylindrical-coordinate representation of color #481DDD: hue angle of 253.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481DDD is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 29 | 221 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.13 |
| HSL | 253.44º | 0.77% | 0.49% | - |
| HSV(B) | 253.44º | 0.87% | 0.87% | - |
| XYZ | 16.16 | 7.48 | 69 | - |
| YUV | 63.75 | 216.75 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 221 | 0.67 | 0.87 | 0 | 0.13 | 253.44 | 0.77 | 0.49 |
| Hex | 48 | 1D | DD | 43 | 57 | 0 | D | FD | 4D | 31 |
| Octal | 110 | 35 | 335 | 103 | 127 | 0 | 15 | 375 | 115 | 61 |
| Binary | 1001000 | 11101 | 11011101 | 1000011 | 1010111 | 0 | 1101 | 11111101 | 1001101 | 110001 |
Color Harmonies of #481DDD
Complementary color
Monochromatic Colors of #481DDD
Black with #481DDD
Text Example
Text Example
White with #481DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481DDD; }
p { color: rgb(72,29,221); }
H1.HeaderClassName
{
color: #481DDD;
}
.AnyTagClassName
{
color: #481DDD;
}
</style>
background-color css
<style>
a { background-color: #481DDD; }
a { background-color: rgb(72,29,221); }
div.DivClassName
{
background-color: #481DDD;
}
.BgClassName
{
background-color: #481DDD;
}
</style>
border-color css
<style>
span { border-color: #481DDD; }
span { border-color: rgb(72,29,221); }
td.TdClassName
{
border-color: #481DDD;
}
.TagClassName
{
border-color: #481DDD;
}
</style>