Shades of Han Purple #2F19DD
Tints of Han Purple #2F19DD
RGB
CMYK
RGB Variations
Color information
#2F19DD (or 0x2F19DD) is known color: Han Purple. HEX triplet: 2F, 19 and DD. RGB value is (47,25,221). Sum of RGB (Red+Green+Blue) = 47+25+221=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F19DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F19DD is #D0E622. Grayscale: #353535. Windows color (decimal): -13690403 or 14489903. OLE color: 14489903.
HSL color Cylindrical-coordinate representation of color #2F19DD: hue angle of 246.73º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F19DD is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 25 | 221 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.13 |
| HSL | 246.73º | 0.8% | 0.48% | - |
| HSV(B) | 246.73º | 0.89% | 0.87% | - |
| XYZ | 14.57 | 6.52 | 68.9 | - |
| YUV | 53.92 | 222.29 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 221 | 0.79 | 0.89 | 0 | 0.13 | 246.73 | 0.8 | 0.48 |
| Hex | 2F | 19 | DD | 4F | 59 | 0 | D | F7 | 50 | 30 |
| Octal | 57 | 31 | 335 | 117 | 131 | 0 | 15 | 367 | 120 | 60 |
| Binary | 101111 | 11001 | 11011101 | 1001111 | 1011001 | 0 | 1101 | 11110111 | 1010000 | 110000 |
Color Harmonies of #2F19DD
Complementary color
Monochromatic Colors of #2F19DD
Black with #2F19DD
Text Example
Text Example
White with #2F19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19DD; }
p { color: rgb(47,25,221); }
H1.HeaderClassName
{
color: #2F19DD;
}
.AnyTagClassName
{
color: #2F19DD;
}
</style>
background-color css
<style>
a { background-color: #2F19DD; }
a { background-color: rgb(47,25,221); }
div.DivClassName
{
background-color: #2F19DD;
}
.BgClassName
{
background-color: #2F19DD;
}
</style>
border-color css
<style>
span { border-color: #2F19DD; }
span { border-color: rgb(47,25,221); }
td.TdClassName
{
border-color: #2F19DD;
}
.TagClassName
{
border-color: #2F19DD;
}
</style>