Shades of Han Purple #480BF2
Tints of Han Purple #480BF2
RGB
CMYK
RGB Variations
Color information
#480BF2 (or 0x480BF2) is known color: Han Purple. HEX triplet: 48, 0B and F2. RGB value is (72,11,242). Sum of RGB (Red+Green+Blue) = 72+11+242=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 242 (94.92% from 255 or 74.46% from 325); Max value from RGB is 242 - color contains mainly: blue. Hex color #480BF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480BF2 is #B7F40D. Grayscale: #363636. Windows color (decimal): -12055566 or 15862600. OLE color: 15862600.
HSL color Cylindrical-coordinate representation of color #480BF2: hue angle of 255.84º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480BF2 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 11 | 242 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.05 |
| HSL | 255.84º | 0.91% | 0.5% | - |
| HSV(B) | 255.84º | 0.95% | 0.95% | - |
| XYZ | 18.82 | 8.03 | 84.56 | - |
| YUV | 55.57 | 233.21 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 242 | 0.70 | 0.95 | 0 | 0.05 | 255.84 | 0.91 | 0.5 |
| Hex | 48 | B | F2 | 46 | 5F | 0 | 5 | 100 | 5B | 32 |
| Octal | 110 | 13 | 362 | 106 | 137 | 0 | 5 | 400 | 133 | 62 |
| Binary | 1001000 | 1011 | 11110010 | 1000110 | 1011111 | 0 | 101 | 100000000 | 1011011 | 110010 |
Color Harmonies of #480BF2
Complementary color
Monochromatic Colors of #480BF2
Black with #480BF2
Text Example
Text Example
White with #480BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480BF2; }
p { color: rgb(72,11,242); }
H1.HeaderClassName
{
color: #480BF2;
}
.AnyTagClassName
{
color: #480BF2;
}
</style>
background-color css
<style>
a { background-color: #480BF2; }
a { background-color: rgb(72,11,242); }
div.DivClassName
{
background-color: #480BF2;
}
.BgClassName
{
background-color: #480BF2;
}
</style>
border-color css
<style>
span { border-color: #480BF2; }
span { border-color: rgb(72,11,242); }
td.TdClassName
{
border-color: #480BF2;
}
.TagClassName
{
border-color: #480BF2;
}
</style>