Shades of Han Purple #481BDF
Tints of Han Purple #481BDF
RGB
CMYK
RGB Variations
Color information
#481BDF (or 0x481BDF) is known color: Han Purple. HEX triplet: 48, 1B and DF. RGB value is (72,27,223). Sum of RGB (Red+Green+Blue) = 72+27+223=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #481BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BDF is #B7E420. Grayscale: #3E3E3E. Windows color (decimal): -12051489 or 14621512. OLE color: 14621512.
HSL color Cylindrical-coordinate representation of color #481BDF: hue angle of 253.78º 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 #481BDF is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 27 | 223 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.13 |
| HSL | 253.78º | 0.78% | 0.49% | - |
| HSV(B) | 253.78º | 0.88% | 0.87% | - |
| XYZ | 16.38 | 7.49 | 70.39 | - |
| YUV | 62.8 | 218.41 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 223 | 0.68 | 0.88 | 0 | 0.13 | 253.78 | 0.78 | 0.49 |
| Hex | 48 | 1B | DF | 44 | 58 | 0 | D | FE | 4E | 31 |
| Octal | 110 | 33 | 337 | 104 | 130 | 0 | 15 | 376 | 116 | 61 |
| Binary | 1001000 | 11011 | 11011111 | 1000100 | 1011000 | 0 | 1101 | 11111110 | 1001110 | 110001 |
Color Harmonies of #481BDF
Complementary color
Monochromatic Colors of #481BDF
Black with #481BDF
Text Example
Text Example
White with #481BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BDF; }
p { color: rgb(72,27,223); }
H1.HeaderClassName
{
color: #481BDF;
}
.AnyTagClassName
{
color: #481BDF;
}
</style>
background-color css
<style>
a { background-color: #481BDF; }
a { background-color: rgb(72,27,223); }
div.DivClassName
{
background-color: #481BDF;
}
.BgClassName
{
background-color: #481BDF;
}
</style>
border-color css
<style>
span { border-color: #481BDF; }
span { border-color: rgb(72,27,223); }
td.TdClassName
{
border-color: #481BDF;
}
.TagClassName
{
border-color: #481BDF;
}
</style>