Shades of Han Purple #2F04DB
Tints of Han Purple #2F04DB
RGB
CMYK
RGB Variations
Color information
#2F04DB (or 0x2F04DB) is known color: Han Purple. HEX triplet: 2F, 04 and DB. RGB value is (47,4,219). Sum of RGB (Red+Green+Blue) = 47+4+219=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F04DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F04DB is #D0FB24. Grayscale: #282828. Windows color (decimal): -13695781 or 14353455. OLE color: 14353455.
HSL color Cylindrical-coordinate representation of color #2F04DB: hue angle of 252º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F04DB is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 4 | 219 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.14 |
| HSL | 252º | 0.96% | 0.44% | - |
| HSV(B) | 252º | 0.98% | 0.86% | - |
| XYZ | 14 | 5.81 | 67.4 | - |
| YUV | 41.37 | 228.25 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 219 | 0.79 | 0.98 | 0 | 0.14 | 252 | 0.96 | 0.44 |
| Hex | 2F | 4 | DB | 4F | 62 | 0 | E | FC | 60 | 2C |
| Octal | 57 | 4 | 333 | 117 | 142 | 0 | 16 | 374 | 140 | 54 |
| Binary | 101111 | 100 | 11011011 | 1001111 | 1100010 | 0 | 1110 | 11111100 | 1100000 | 101100 |
Color Harmonies of #2F04DB
Complementary color
Monochromatic Colors of #2F04DB
Black with #2F04DB
Text Example
Text Example
White with #2F04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F04DB; }
p { color: rgb(47,4,219); }
H1.HeaderClassName
{
color: #2F04DB;
}
.AnyTagClassName
{
color: #2F04DB;
}
</style>
background-color css
<style>
a { background-color: #2F04DB; }
a { background-color: rgb(47,4,219); }
div.DivClassName
{
background-color: #2F04DB;
}
.BgClassName
{
background-color: #2F04DB;
}
</style>
border-color css
<style>
span { border-color: #2F04DB; }
span { border-color: rgb(47,4,219); }
td.TdClassName
{
border-color: #2F04DB;
}
.TagClassName
{
border-color: #2F04DB;
}
</style>