Shades of Han Purple #481DDF
Tints of Han Purple #481DDF
RGB
CMYK
RGB Variations
Color information
#481DDF (or 0x481DDF) is known color: Han Purple. HEX triplet: 48, 1D and DF. RGB value is (72,29,223). Sum of RGB (Red+Green+Blue) = 72+29+223=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #481DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481DDF is #B7E220. Grayscale: #3F3F3F. Windows color (decimal): -12050977 or 14622024. OLE color: 14622024.
HSL color Cylindrical-coordinate representation of color #481DDF: hue angle of 253.3º 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 #481DDF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 29 | 223 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.13 |
| HSL | 253.3º | 0.77% | 0.49% | - |
| HSV(B) | 253.3º | 0.87% | 0.87% | - |
| XYZ | 16.43 | 7.58 | 70.41 | - |
| YUV | 63.97 | 217.75 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 223 | 0.68 | 0.87 | 0 | 0.13 | 253.3 | 0.77 | 0.49 |
| Hex | 48 | 1D | DF | 44 | 57 | 0 | D | FD | 4D | 31 |
| Octal | 110 | 35 | 337 | 104 | 127 | 0 | 15 | 375 | 115 | 61 |
| Binary | 1001000 | 11101 | 11011111 | 1000100 | 1010111 | 0 | 1101 | 11111101 | 1001101 | 110001 |
Color Harmonies of #481DDF
Complementary color
Monochromatic Colors of #481DDF
Black with #481DDF
Text Example
Text Example
White with #481DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481DDF; }
p { color: rgb(72,29,223); }
H1.HeaderClassName
{
color: #481DDF;
}
.AnyTagClassName
{
color: #481DDF;
}
</style>
background-color css
<style>
a { background-color: #481DDF; }
a { background-color: rgb(72,29,223); }
div.DivClassName
{
background-color: #481DDF;
}
.BgClassName
{
background-color: #481DDF;
}
</style>
border-color css
<style>
span { border-color: #481DDF; }
span { border-color: rgb(72,29,223); }
td.TdClassName
{
border-color: #481DDF;
}
.TagClassName
{
border-color: #481DDF;
}
</style>