Shades of Han Purple #2F12DB
Tints of Han Purple #2F12DB
RGB
CMYK
RGB Variations
Color information
#2F12DB (or 0x2F12DB) is known color: Han Purple. HEX triplet: 2F, 12 and DB. RGB value is (47,18,219). Sum of RGB (Red+Green+Blue) = 47+18+219=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F12DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F12DB is #D0ED24. Grayscale: #303030. Windows color (decimal): -13692197 or 14357039. OLE color: 14357039.
HSL color Cylindrical-coordinate representation of color #2F12DB: hue angle of 248.66º degrees, saturation: 0.85, 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 #2F12DB is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 18 | 219 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.14 |
| HSL | 248.66º | 0.85% | 0.46% | - |
| HSV(B) | 248.66º | 0.92% | 0.86% | - |
| XYZ | 14.17 | 6.15 | 67.46 | - |
| YUV | 49.59 | 223.61 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 219 | 0.79 | 0.92 | 0 | 0.14 | 248.66 | 0.85 | 0.46 |
| Hex | 2F | 12 | DB | 4F | 5C | 0 | E | F9 | 55 | 2E |
| Octal | 57 | 22 | 333 | 117 | 134 | 0 | 16 | 371 | 125 | 56 |
| Binary | 101111 | 10010 | 11011011 | 1001111 | 1011100 | 0 | 1110 | 11111001 | 1010101 | 101110 |
Color Harmonies of #2F12DB
Complementary color
Monochromatic Colors of #2F12DB
Black with #2F12DB
Text Example
Text Example
White with #2F12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F12DB; }
p { color: rgb(47,18,219); }
H1.HeaderClassName
{
color: #2F12DB;
}
.AnyTagClassName
{
color: #2F12DB;
}
</style>
background-color css
<style>
a { background-color: #2F12DB; }
a { background-color: rgb(47,18,219); }
div.DivClassName
{
background-color: #2F12DB;
}
.BgClassName
{
background-color: #2F12DB;
}
</style>
border-color css
<style>
span { border-color: #2F12DB; }
span { border-color: rgb(47,18,219); }
td.TdClassName
{
border-color: #2F12DB;
}
.TagClassName
{
border-color: #2F12DB;
}
</style>