Shades of Han Purple #472FDB
Tints of Han Purple #472FDB
RGB
CMYK
RGB Variations
Color information
#472FDB (or 0x472FDB) is known color: Han Purple. HEX triplet: 47, 2F and DB. RGB value is (71,47,219). Sum of RGB (Red+Green+Blue) = 71+47+219=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #472FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FDB is #B8D024. Grayscale: #494949. Windows color (decimal): -12111909 or 14364487. OLE color: 14364487.
HSL color Cylindrical-coordinate representation of color #472FDB: hue angle of 248.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472FDB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 71 | 47 | 219 | - |
CMYK | 0.68 | 0.79 | 0 | 0.14 |
HSL | 248.37º | 0.7% | 0.52% | - |
HSV(B) | 248.37º | 0.79% | 0.86% | - |
XYZ | 16.4 | 8.49 | 67.79 | - |
YUV | 73.78 | 209.95 | 126.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 71 | 47 | 219 | 0.68 | 0.79 | 0 | 0.14 | 248.37 | 0.7 | 0.52 |
Hex | 47 | 2F | DB | 44 | 4F | 0 | E | F8 | 46 | 34 |
Octal | 107 | 57 | 333 | 104 | 117 | 0 | 16 | 370 | 106 | 64 |
Binary | 1000111 | 101111 | 11011011 | 1000100 | 1001111 | 0 | 1110 | 11111000 | 1000110 | 110100 |
Color Harmonies of #472FDB
Complementary color
Monochromatic Colors of #472FDB
Black with #472FDB
Text Example
Text Example
White with #472FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FDB; }
p { color: rgb(71,47,219); }
H1.HeaderClassName
{
color: #472FDB;
}
.AnyTagClassName
{
color: #472FDB;
}
</style>
background-color css
<style>
a { background-color: #472FDB; }
a { background-color: rgb(71,47,219); }
div.DivClassName
{
background-color: #472FDB;
}
.BgClassName
{
background-color: #472FDB;
}
</style>
border-color css
<style>
span { border-color: #472FDB; }
span { border-color: rgb(71,47,219); }
td.TdClassName
{
border-color: #472FDB;
}
.TagClassName
{
border-color: #472FDB;
}
</style>