Shades of Han Purple #481CF3
Tints of Han Purple #481CF3
RGB
CMYK
RGB Variations
Color information
#481CF3 (or 0x481CF3) is known color: Han Purple. HEX triplet: 48, 1C and F3. RGB value is (72,28,243). Sum of RGB (Red+Green+Blue) = 72+28+243=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 243 (95.31% from 255 or 70.85% from 343); Max value from RGB is 243 - color contains mainly: blue. Hex color #481CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CF3 is #B7E30C. Grayscale: #404040. Windows color (decimal): -12051213 or 15932488. OLE color: 15932488.
HSL color Cylindrical-coordinate representation of color #481CF3: hue angle of 252.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481CF3 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 28 | 243 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.05 |
| HSL | 252.28º | 0.9% | 0.53% | - |
| HSV(B) | 252.28º | 0.88% | 0.95% | - |
| XYZ | 19.27 | 8.68 | 85.45 | - |
| YUV | 65.67 | 228.08 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 243 | 0.70 | 0.88 | 0 | 0.05 | 252.28 | 0.9 | 0.53 |
| Hex | 48 | 1C | F3 | 46 | 58 | 0 | 5 | FC | 5A | 35 |
| Octal | 110 | 34 | 363 | 106 | 130 | 0 | 5 | 374 | 132 | 65 |
| Binary | 1001000 | 11100 | 11110011 | 1000110 | 1011000 | 0 | 101 | 11111100 | 1011010 | 110101 |
Color Harmonies of #481CF3
Complementary color
Monochromatic Colors of #481CF3
Black with #481CF3
Text Example
Text Example
White with #481CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CF3; }
p { color: rgb(72,28,243); }
H1.HeaderClassName
{
color: #481CF3;
}
.AnyTagClassName
{
color: #481CF3;
}
</style>
background-color css
<style>
a { background-color: #481CF3; }
a { background-color: rgb(72,28,243); }
div.DivClassName
{
background-color: #481CF3;
}
.BgClassName
{
background-color: #481CF3;
}
</style>
border-color css
<style>
span { border-color: #481CF3; }
span { border-color: rgb(72,28,243); }
td.TdClassName
{
border-color: #481CF3;
}
.TagClassName
{
border-color: #481CF3;
}
</style>