Shades of Han Purple #481BED
Tints of Han Purple #481BED
RGB
CMYK
RGB Variations
Color information
#481BED (or 0x481BED) is known color: Han Purple. HEX triplet: 48, 1B and ED. RGB value is (72,27,237). Sum of RGB (Red+Green+Blue) = 72+27+237=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #481BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BED is #B7E412. Grayscale: #3F3F3F. Windows color (decimal): -12051475 or 15539016. OLE color: 15539016.
HSL color Cylindrical-coordinate representation of color #481BED: hue angle of 252.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481BED is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 27 | 237 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.07 |
| HSL | 252.86º | 0.85% | 0.52% | - |
| HSV(B) | 252.86º | 0.89% | 0.93% | - |
| XYZ | 18.35 | 8.28 | 80.75 | - |
| YUV | 64.4 | 225.41 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 237 | 0.70 | 0.89 | 0 | 0.07 | 252.86 | 0.85 | 0.52 |
| Hex | 48 | 1B | ED | 46 | 59 | 0 | 7 | FD | 55 | 34 |
| Octal | 110 | 33 | 355 | 106 | 131 | 0 | 7 | 375 | 125 | 64 |
| Binary | 1001000 | 11011 | 11101101 | 1000110 | 1011001 | 0 | 111 | 11111101 | 1010101 | 110100 |
Color Harmonies of #481BED
Complementary color
Monochromatic Colors of #481BED
Black with #481BED
Text Example
Text Example
White with #481BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BED; }
p { color: rgb(72,27,237); }
H1.HeaderClassName
{
color: #481BED;
}
.AnyTagClassName
{
color: #481BED;
}
</style>
background-color css
<style>
a { background-color: #481BED; }
a { background-color: rgb(72,27,237); }
div.DivClassName
{
background-color: #481BED;
}
.BgClassName
{
background-color: #481BED;
}
</style>
border-color css
<style>
span { border-color: #481BED; }
span { border-color: rgb(72,27,237); }
td.TdClassName
{
border-color: #481BED;
}
.TagClassName
{
border-color: #481BED;
}
</style>