Shades of Han Purple #2F03DB
Tints of Han Purple #2F03DB
RGB
CMYK
RGB Variations
Color information
#2F03DB (or 0x2F03DB) is known color: Han Purple. HEX triplet: 2F, 03 and DB. RGB value is (47,3,219). Sum of RGB (Red+Green+Blue) = 47+3+219=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F03DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F03DB is #D0FC24. Grayscale: #272727. Windows color (decimal): -13696037 or 14353199. OLE color: 14353199.
HSL color Cylindrical-coordinate representation of color #2F03DB: hue angle of 252.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F03DB is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 3 | 219 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.14 |
| HSL | 252.22º | 0.97% | 0.44% | - |
| HSV(B) | 252.22º | 0.99% | 0.86% | - |
| XYZ | 13.99 | 5.78 | 67.4 | - |
| YUV | 40.78 | 228.58 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 219 | 0.79 | 0.99 | 0 | 0.14 | 252.22 | 0.97 | 0.44 |
| Hex | 2F | 3 | DB | 4F | 63 | 0 | E | FC | 61 | 2C |
| Octal | 57 | 3 | 333 | 117 | 143 | 0 | 16 | 374 | 141 | 54 |
| Binary | 101111 | 11 | 11011011 | 1001111 | 1100011 | 0 | 1110 | 11111100 | 1100001 | 101100 |
Color Harmonies of #2F03DB
Complementary color
Monochromatic Colors of #2F03DB
Black with #2F03DB
Text Example
Text Example
White with #2F03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F03DB; }
p { color: rgb(47,3,219); }
H1.HeaderClassName
{
color: #2F03DB;
}
.AnyTagClassName
{
color: #2F03DB;
}
</style>
background-color css
<style>
a { background-color: #2F03DB; }
a { background-color: rgb(47,3,219); }
div.DivClassName
{
background-color: #2F03DB;
}
.BgClassName
{
background-color: #2F03DB;
}
</style>
border-color css
<style>
span { border-color: #2F03DB; }
span { border-color: rgb(47,3,219); }
td.TdClassName
{
border-color: #2F03DB;
}
.TagClassName
{
border-color: #2F03DB;
}
</style>