Shades of Han Purple #480BFF
Tints of Han Purple #480BFF
RGB
CMYK
RGB Variations
Color information
#480BFF (or 0x480BFF) is known color: Han Purple. HEX triplet: 48, 0B and FF. RGB value is (72,11,255). Sum of RGB (Red+Green+Blue) = 72+11+255=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #480BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480BFF is #B7F400. Grayscale: #383838. Windows color (decimal): -12055553 or 16714568. OLE color: 16714568.
HSL color Cylindrical-coordinate representation of color #480BFF: hue angle of 255º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480BFF is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 11 | 255 | - |
| CMYK | 0.72 | 0.96 | 0 | 0 |
| HSL | 255º | 1% | 0.52% | - |
| HSV(B) | 255º | 0.96% | 1% | - |
| XYZ | 20.84 | 8.84 | 95.21 | - |
| YUV | 57.06 | 239.71 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 255 | 0.72 | 0.96 | 0 | 0 | 255 | 1 | 0.52 |
| Hex | 48 | B | FF | 48 | 60 | 0 | 0 | FF | 64 | 34 |
| Octal | 110 | 13 | 377 | 110 | 140 | 0 | 0 | 377 | 144 | 64 |
| Binary | 1001000 | 1011 | 11111111 | 1001000 | 1100000 | 0 | 0 | 11111111 | 1100100 | 110100 |
Color Harmonies of #480BFF
Complementary color
Monochromatic Colors of #480BFF
Black with #480BFF
Text Example
Text Example
White with #480BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480BFF; }
p { color: rgb(72,11,255); }
H1.HeaderClassName
{
color: #480BFF;
}
.AnyTagClassName
{
color: #480BFF;
}
</style>
background-color css
<style>
a { background-color: #480BFF; }
a { background-color: rgb(72,11,255); }
div.DivClassName
{
background-color: #480BFF;
}
.BgClassName
{
background-color: #480BFF;
}
</style>
border-color css
<style>
span { border-color: #480BFF; }
span { border-color: rgb(72,11,255); }
td.TdClassName
{
border-color: #480BFF;
}
.TagClassName
{
border-color: #480BFF;
}
</style>