Shades of Han Purple #2F11DB
Tints of Han Purple #2F11DB
RGB
CMYK
RGB Variations
Color information
#2F11DB (or 0x2F11DB) is known color: Han Purple. HEX triplet: 2F, 11 and DB. RGB value is (47,17,219). Sum of RGB (Red+Green+Blue) = 47+17+219=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F11DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F11DB is #D0EE24. Grayscale: #303030. Windows color (decimal): -13692453 or 14356783. OLE color: 14356783.
HSL color Cylindrical-coordinate representation of color #2F11DB: hue angle of 248.91º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F11DB is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 17 | 219 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.14 |
| HSL | 248.91º | 0.86% | 0.46% | - |
| HSV(B) | 248.91º | 0.92% | 0.86% | - |
| XYZ | 14.16 | 6.12 | 67.45 | - |
| YUV | 49 | 223.94 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 219 | 0.79 | 0.92 | 0 | 0.14 | 248.91 | 0.86 | 0.46 |
| Hex | 2F | 11 | DB | 4F | 5C | 0 | E | F9 | 56 | 2E |
| Octal | 57 | 21 | 333 | 117 | 134 | 0 | 16 | 371 | 126 | 56 |
| Binary | 101111 | 10001 | 11011011 | 1001111 | 1011100 | 0 | 1110 | 11111001 | 1010110 | 101110 |
Color Harmonies of #2F11DB
Complementary color
Monochromatic Colors of #2F11DB
Black with #2F11DB
Text Example
Text Example
White with #2F11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F11DB; }
p { color: rgb(47,17,219); }
H1.HeaderClassName
{
color: #2F11DB;
}
.AnyTagClassName
{
color: #2F11DB;
}
</style>
background-color css
<style>
a { background-color: #2F11DB; }
a { background-color: rgb(47,17,219); }
div.DivClassName
{
background-color: #2F11DB;
}
.BgClassName
{
background-color: #2F11DB;
}
</style>
border-color css
<style>
span { border-color: #2F11DB; }
span { border-color: rgb(47,17,219); }
td.TdClassName
{
border-color: #2F11DB;
}
.TagClassName
{
border-color: #2F11DB;
}
</style>