Shades of Han Purple #2F1AFB
Tints of Han Purple #2F1AFB
RGB
CMYK
RGB Variations
Color information
#2F1AFB (or 0x2F1AFB) is known color: Han Purple. HEX triplet: 2F, 1A and FB. RGB value is (47,26,251). Sum of RGB (Red+Green+Blue) = 47+26+251=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F1AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1AFB is #D0E504. Grayscale: #393939. Windows color (decimal): -13690117 or 16456239. OLE color: 16456239.
HSL color Cylindrical-coordinate representation of color #2F1AFB: hue angle of 245.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F1AFB is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 26 | 251 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.02 |
| HSL | 245.6º | 0.97% | 0.54% | - |
| HSV(B) | 245.6º | 0.9% | 0.98% | - |
| XYZ | 18.95 | 8.31 | 91.87 | - |
| YUV | 57.93 | 236.96 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 251 | 0.81 | 0.90 | 0 | 0.02 | 245.6 | 0.97 | 0.54 |
| Hex | 2F | 1A | FB | 51 | 5A | 0 | 2 | F6 | 61 | 36 |
| Octal | 57 | 32 | 373 | 121 | 132 | 0 | 2 | 366 | 141 | 66 |
| Binary | 101111 | 11010 | 11111011 | 1010001 | 1011010 | 0 | 10 | 11110110 | 1100001 | 110110 |
Color Harmonies of #2F1AFB
Complementary color
Monochromatic Colors of #2F1AFB
Black with #2F1AFB
Text Example
Text Example
White with #2F1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1AFB; }
p { color: rgb(47,26,251); }
H1.HeaderClassName
{
color: #2F1AFB;
}
.AnyTagClassName
{
color: #2F1AFB;
}
</style>
background-color css
<style>
a { background-color: #2F1AFB; }
a { background-color: rgb(47,26,251); }
div.DivClassName
{
background-color: #2F1AFB;
}
.BgClassName
{
background-color: #2F1AFB;
}
</style>
border-color css
<style>
span { border-color: #2F1AFB; }
span { border-color: rgb(47,26,251); }
td.TdClassName
{
border-color: #2F1AFB;
}
.TagClassName
{
border-color: #2F1AFB;
}
</style>