Shades of Han Purple #2B19EF
Tints of Han Purple #2B19EF
RGB
CMYK
RGB Variations
Color information
#2B19EF (or 0x2B19EF) is known color: Han Purple. HEX triplet: 2B, 19 and EF. RGB value is (43,25,239). Sum of RGB (Red+Green+Blue) = 43+25+239=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B19EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B19EF is #D4E610. Grayscale: #353535. Windows color (decimal): -13952529 or 15669547. OLE color: 15669547.
HSL color Cylindrical-coordinate representation of color #2B19EF: hue angle of 245.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B19EF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 25 | 239 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.06 |
| HSL | 245.05º | 0.87% | 0.52% | - |
| HSV(B) | 245.05º | 0.9% | 0.94% | - |
| XYZ | 16.92 | 7.44 | 82.21 | - |
| YUV | 54.78 | 231.96 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 239 | 0.82 | 0.90 | 0 | 0.06 | 245.05 | 0.87 | 0.52 |
| Hex | 2B | 19 | EF | 52 | 5A | 0 | 6 | F5 | 57 | 34 |
| Octal | 53 | 31 | 357 | 122 | 132 | 0 | 6 | 365 | 127 | 64 |
| Binary | 101011 | 11001 | 11101111 | 1010010 | 1011010 | 0 | 110 | 11110101 | 1010111 | 110100 |
Color Harmonies of #2B19EF
Complementary color
Monochromatic Colors of #2B19EF
Black with #2B19EF
Text Example
Text Example
White with #2B19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B19EF; }
p { color: rgb(43,25,239); }
H1.HeaderClassName
{
color: #2B19EF;
}
.AnyTagClassName
{
color: #2B19EF;
}
</style>
background-color css
<style>
a { background-color: #2B19EF; }
a { background-color: rgb(43,25,239); }
div.DivClassName
{
background-color: #2B19EF;
}
.BgClassName
{
background-color: #2B19EF;
}
</style>
border-color css
<style>
span { border-color: #2B19EF; }
span { border-color: rgb(43,25,239); }
td.TdClassName
{
border-color: #2B19EF;
}
.TagClassName
{
border-color: #2B19EF;
}
</style>