Shades of Han Purple #471BDD
Tints of Han Purple #471BDD
RGB
CMYK
RGB Variations
Color information
#471BDD (or 0x471BDD) is known color: Han Purple. HEX triplet: 47, 1B and DD. RGB value is (71,27,221). Sum of RGB (Red+Green+Blue) = 71+27+221=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #471BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BDD is #B8E422. Grayscale: #3D3D3D. Windows color (decimal): -12117027 or 14490439. OLE color: 14490439.
HSL color Cylindrical-coordinate representation of color #471BDD: hue angle of 253.61º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471BDD is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 27 | 221 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.13 |
| HSL | 253.61º | 0.78% | 0.49% | - |
| HSV(B) | 253.61º | 0.88% | 0.87% | - |
| XYZ | 16.04 | 7.34 | 68.98 | - |
| YUV | 62.27 | 217.58 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 221 | 0.68 | 0.88 | 0 | 0.13 | 253.61 | 0.78 | 0.49 |
| Hex | 47 | 1B | DD | 44 | 58 | 0 | D | FE | 4E | 31 |
| Octal | 107 | 33 | 335 | 104 | 130 | 0 | 15 | 376 | 116 | 61 |
| Binary | 1000111 | 11011 | 11011101 | 1000100 | 1011000 | 0 | 1101 | 11111110 | 1001110 | 110001 |
Color Harmonies of #471BDD
Complementary color
Monochromatic Colors of #471BDD
Black with #471BDD
Text Example
Text Example
White with #471BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471BDD; }
p { color: rgb(71,27,221); }
H1.HeaderClassName
{
color: #471BDD;
}
.AnyTagClassName
{
color: #471BDD;
}
</style>
background-color css
<style>
a { background-color: #471BDD; }
a { background-color: rgb(71,27,221); }
div.DivClassName
{
background-color: #471BDD;
}
.BgClassName
{
background-color: #471BDD;
}
</style>
border-color css
<style>
span { border-color: #471BDD; }
span { border-color: rgb(71,27,221); }
td.TdClassName
{
border-color: #471BDD;
}
.TagClassName
{
border-color: #471BDD;
}
</style>