Shades of Han Purple #480BDF
Tints of Han Purple #480BDF
RGB
CMYK
RGB Variations
Color information
#480BDF (or 0x480BDF) is known color: Han Purple. HEX triplet: 48, 0B and DF. RGB value is (72,11,223). Sum of RGB (Red+Green+Blue) = 72+11+223=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #480BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BDF is #B7F420. Grayscale: #343434. Windows color (decimal): -12055585 or 14617416. OLE color: 14617416.
HSL color Cylindrical-coordinate representation of color #480BDF: hue angle of 257.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480BDF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 11 | 223 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.13 |
| HSL | 257.26º | 0.91% | 0.46% | - |
| HSV(B) | 257.26º | 0.95% | 0.87% | - |
| XYZ | 16.11 | 6.94 | 70.3 | - |
| YUV | 53.41 | 223.71 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 223 | 0.68 | 0.95 | 0 | 0.13 | 257.26 | 0.91 | 0.46 |
| Hex | 48 | B | DF | 44 | 5F | 0 | D | 101 | 5B | 2E |
| Octal | 110 | 13 | 337 | 104 | 137 | 0 | 15 | 401 | 133 | 56 |
| Binary | 1001000 | 1011 | 11011111 | 1000100 | 1011111 | 0 | 1101 | 100000001 | 1011011 | 101110 |
Color Harmonies of #480BDF
Complementary color
Monochromatic Colors of #480BDF
Black with #480BDF
Text Example
Text Example
White with #480BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480BDF; }
p { color: rgb(72,11,223); }
H1.HeaderClassName
{
color: #480BDF;
}
.AnyTagClassName
{
color: #480BDF;
}
</style>
background-color css
<style>
a { background-color: #480BDF; }
a { background-color: rgb(72,11,223); }
div.DivClassName
{
background-color: #480BDF;
}
.BgClassName
{
background-color: #480BDF;
}
</style>
border-color css
<style>
span { border-color: #480BDF; }
span { border-color: rgb(72,11,223); }
td.TdClassName
{
border-color: #480BDF;
}
.TagClassName
{
border-color: #480BDF;
}
</style>