Shades of Han Purple #482DDF
Tints of Han Purple #482DDF
RGB
CMYK
RGB Variations
Color information
#482DDF (or 0x482DDF) is known color: Han Purple. HEX triplet: 48, 2D and DF. RGB value is (72,45,223). Sum of RGB (Red+Green+Blue) = 72+45+223=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #482DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DDF is #B7D220. Grayscale: #484848. Windows color (decimal): -12046881 or 14626120. OLE color: 14626120.
HSL color Cylindrical-coordinate representation of color #482DDF: hue angle of 249.1º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #482DDF is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 45 | 223 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.13 |
| HSL | 249.1º | 0.74% | 0.53% | - |
| HSV(B) | 249.1º | 0.8% | 0.87% | - |
| XYZ | 16.93 | 8.58 | 70.58 | - |
| YUV | 73.37 | 212.45 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 223 | 0.68 | 0.80 | 0 | 0.13 | 249.1 | 0.74 | 0.53 |
| Hex | 48 | 2D | DF | 44 | 50 | 0 | D | F9 | 4A | 35 |
| Octal | 110 | 55 | 337 | 104 | 120 | 0 | 15 | 371 | 112 | 65 |
| Binary | 1001000 | 101101 | 11011111 | 1000100 | 1010000 | 0 | 1101 | 11111001 | 1001010 | 110101 |
Color Harmonies of #482DDF
Complementary color
Monochromatic Colors of #482DDF
Black with #482DDF
Text Example
Text Example
White with #482DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DDF; }
p { color: rgb(72,45,223); }
H1.HeaderClassName
{
color: #482DDF;
}
.AnyTagClassName
{
color: #482DDF;
}
</style>
background-color css
<style>
a { background-color: #482DDF; }
a { background-color: rgb(72,45,223); }
div.DivClassName
{
background-color: #482DDF;
}
.BgClassName
{
background-color: #482DDF;
}
</style>
border-color css
<style>
span { border-color: #482DDF; }
span { border-color: rgb(72,45,223); }
td.TdClassName
{
border-color: #482DDF;
}
.TagClassName
{
border-color: #482DDF;
}
</style>