Shades of Han Purple #481BDD
Tints of Han Purple #481BDD
RGB
CMYK
RGB Variations
Color information
#481BDD (or 0x481BDD) is known color: Han Purple. HEX triplet: 48, 1B and DD. RGB value is (72,27,221). Sum of RGB (Red+Green+Blue) = 72+27+221=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #481BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BDD is #B7E422. Grayscale: #3D3D3D. Windows color (decimal): -12051491 or 14490440. OLE color: 14490440.
HSL color Cylindrical-coordinate representation of color #481BDD: hue angle of 253.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481BDD is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 27 | 221 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.13 |
| HSL | 253.92º | 0.78% | 0.49% | - |
| HSV(B) | 253.92º | 0.88% | 0.87% | - |
| XYZ | 16.12 | 7.38 | 68.98 | - |
| YUV | 62.57 | 217.41 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 221 | 0.67 | 0.88 | 0 | 0.13 | 253.92 | 0.78 | 0.49 |
| Hex | 48 | 1B | DD | 43 | 58 | 0 | D | FE | 4E | 31 |
| Octal | 110 | 33 | 335 | 103 | 130 | 0 | 15 | 376 | 116 | 61 |
| Binary | 1001000 | 11011 | 11011101 | 1000011 | 1011000 | 0 | 1101 | 11111110 | 1001110 | 110001 |
Color Harmonies of #481BDD
Complementary color
Monochromatic Colors of #481BDD
Black with #481BDD
Text Example
Text Example
White with #481BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BDD; }
p { color: rgb(72,27,221); }
H1.HeaderClassName
{
color: #481BDD;
}
.AnyTagClassName
{
color: #481BDD;
}
</style>
background-color css
<style>
a { background-color: #481BDD; }
a { background-color: rgb(72,27,221); }
div.DivClassName
{
background-color: #481BDD;
}
.BgClassName
{
background-color: #481BDD;
}
</style>
border-color css
<style>
span { border-color: #481BDD; }
span { border-color: rgb(72,27,221); }
td.TdClassName
{
border-color: #481BDD;
}
.TagClassName
{
border-color: #481BDD;
}
</style>