Shades of Han Purple #480BDE
Tints of Han Purple #480BDE
RGB
CMYK
RGB Variations
Color information
#480BDE (or 0x480BDE) is known color: Han Purple. HEX triplet: 48, 0B and DE. RGB value is (72,11,222). Sum of RGB (Red+Green+Blue) = 72+11+222=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #480BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BDE is #B7F421. Grayscale: #343434. Windows color (decimal): -12055586 or 14551880. OLE color: 14551880.
HSL color Cylindrical-coordinate representation of color #480BDE: hue angle of 257.35º 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 #480BDE is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 11 | 222 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.13 |
| HSL | 257.35º | 0.91% | 0.46% | - |
| HSV(B) | 257.35º | 0.95% | 0.87% | - |
| XYZ | 15.98 | 6.89 | 69.6 | - |
| YUV | 53.29 | 223.21 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 222 | 0.68 | 0.95 | 0 | 0.13 | 257.35 | 0.91 | 0.46 |
| Hex | 48 | B | DE | 44 | 5F | 0 | D | 101 | 5B | 2E |
| Octal | 110 | 13 | 336 | 104 | 137 | 0 | 15 | 401 | 133 | 56 |
| Binary | 1001000 | 1011 | 11011110 | 1000100 | 1011111 | 0 | 1101 | 100000001 | 1011011 | 101110 |
Color Harmonies of #480BDE
Complementary color
Monochromatic Colors of #480BDE
Black with #480BDE
Text Example
Text Example
White with #480BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480BDE; }
p { color: rgb(72,11,222); }
H1.HeaderClassName
{
color: #480BDE;
}
.AnyTagClassName
{
color: #480BDE;
}
</style>
background-color css
<style>
a { background-color: #480BDE; }
a { background-color: rgb(72,11,222); }
div.DivClassName
{
background-color: #480BDE;
}
.BgClassName
{
background-color: #480BDE;
}
</style>
border-color css
<style>
span { border-color: #480BDE; }
span { border-color: rgb(72,11,222); }
td.TdClassName
{
border-color: #480BDE;
}
.TagClassName
{
border-color: #480BDE;
}
</style>