Shades of Han Purple #480BFB
Tints of Han Purple #480BFB
RGB
CMYK
RGB Variations
Color information
#480BFB (or 0x480BFB) is known color: Han Purple. HEX triplet: 48, 0B and FB. RGB value is (72,11,251). Sum of RGB (Red+Green+Blue) = 72+11+251=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #480BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480BFB is #B7F404. Grayscale: #373737. Windows color (decimal): -12055557 or 16452424. OLE color: 16452424.
HSL color Cylindrical-coordinate representation of color #480BFB: hue angle of 255.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480BFB is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 11 | 251 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.02 |
| HSL | 255.25º | 0.97% | 0.51% | - |
| HSV(B) | 255.25º | 0.96% | 0.98% | - |
| XYZ | 20.2 | 8.58 | 91.86 | - |
| YUV | 56.6 | 237.71 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 251 | 0.71 | 0.96 | 0 | 0.02 | 255.25 | 0.97 | 0.51 |
| Hex | 48 | B | FB | 47 | 60 | 0 | 2 | FF | 61 | 33 |
| Octal | 110 | 13 | 373 | 107 | 140 | 0 | 2 | 377 | 141 | 63 |
| Binary | 1001000 | 1011 | 11111011 | 1000111 | 1100000 | 0 | 10 | 11111111 | 1100001 | 110011 |
Color Harmonies of #480BFB
Complementary color
Monochromatic Colors of #480BFB
Black with #480BFB
Text Example
Text Example
White with #480BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480BFB; }
p { color: rgb(72,11,251); }
H1.HeaderClassName
{
color: #480BFB;
}
.AnyTagClassName
{
color: #480BFB;
}
</style>
background-color css
<style>
a { background-color: #480BFB; }
a { background-color: rgb(72,11,251); }
div.DivClassName
{
background-color: #480BFB;
}
.BgClassName
{
background-color: #480BFB;
}
</style>
border-color css
<style>
span { border-color: #480BFB; }
span { border-color: rgb(72,11,251); }
td.TdClassName
{
border-color: #480BFB;
}
.TagClassName
{
border-color: #480BFB;
}
</style>