Shades of Han Purple #480CDD
Tints of Han Purple #480CDD
RGB
CMYK
RGB Variations
Color information
#480CDD (or 0x480CDD) is known color: Han Purple. HEX triplet: 48, 0C and DD. RGB value is (72,12,221). Sum of RGB (Red+Green+Blue) = 72+12+221=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #480CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480CDD is #B7F322. Grayscale: #343434. Windows color (decimal): -12055331 or 14486600. OLE color: 14486600.
HSL color Cylindrical-coordinate representation of color #480CDD: hue angle of 257.22º degrees, saturation: 0.9, 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 #480CDD is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 12 | 221 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.13 |
| HSL | 257.22º | 0.9% | 0.46% | - |
| HSV(B) | 257.22º | 0.95% | 0.87% | - |
| XYZ | 15.86 | 6.86 | 68.9 | - |
| YUV | 53.77 | 222.38 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 221 | 0.67 | 0.95 | 0 | 0.13 | 257.22 | 0.9 | 0.46 |
| Hex | 48 | C | DD | 43 | 5F | 0 | D | 101 | 5A | 2E |
| Octal | 110 | 14 | 335 | 103 | 137 | 0 | 15 | 401 | 132 | 56 |
| Binary | 1001000 | 1100 | 11011101 | 1000011 | 1011111 | 0 | 1101 | 100000001 | 1011010 | 101110 |
Color Harmonies of #480CDD
Complementary color
Monochromatic Colors of #480CDD
Black with #480CDD
Text Example
Text Example
White with #480CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480CDD; }
p { color: rgb(72,12,221); }
H1.HeaderClassName
{
color: #480CDD;
}
.AnyTagClassName
{
color: #480CDD;
}
</style>
background-color css
<style>
a { background-color: #480CDD; }
a { background-color: rgb(72,12,221); }
div.DivClassName
{
background-color: #480CDD;
}
.BgClassName
{
background-color: #480CDD;
}
</style>
border-color css
<style>
span { border-color: #480CDD; }
span { border-color: rgb(72,12,221); }
td.TdClassName
{
border-color: #480CDD;
}
.TagClassName
{
border-color: #480CDD;
}
</style>