Shades of Han Purple #2B19EA
Tints of Han Purple #2B19EA
RGB
CMYK
RGB Variations
Color information
#2B19EA (or 0x2B19EA) is known color: Han Purple. HEX triplet: 2B, 19 and EA. RGB value is (43,25,234). Sum of RGB (Red+Green+Blue) = 43+25+234=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B19EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B19EA is #D4E615. Grayscale: #353535. Windows color (decimal): -13952534 or 15341867. OLE color: 15341867.
HSL color Cylindrical-coordinate representation of color #2B19EA: hue angle of 245.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B19EA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 25 | 234 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.08 |
| HSL | 245.17º | 0.83% | 0.51% | - |
| HSV(B) | 245.17º | 0.89% | 0.92% | - |
| XYZ | 16.2 | 7.15 | 78.37 | - |
| YUV | 54.21 | 229.46 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 234 | 0.82 | 0.89 | 0 | 0.08 | 245.17 | 0.83 | 0.51 |
| Hex | 2B | 19 | EA | 52 | 59 | 0 | 8 | F5 | 53 | 33 |
| Octal | 53 | 31 | 352 | 122 | 131 | 0 | 10 | 365 | 123 | 63 |
| Binary | 101011 | 11001 | 11101010 | 1010010 | 1011001 | 0 | 1000 | 11110101 | 1010011 | 110011 |
Color Harmonies of #2B19EA
Complementary color
Monochromatic Colors of #2B19EA
Black with #2B19EA
Text Example
Text Example
White with #2B19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B19EA; }
p { color: rgb(43,25,234); }
H1.HeaderClassName
{
color: #2B19EA;
}
.AnyTagClassName
{
color: #2B19EA;
}
</style>
background-color css
<style>
a { background-color: #2B19EA; }
a { background-color: rgb(43,25,234); }
div.DivClassName
{
background-color: #2B19EA;
}
.BgClassName
{
background-color: #2B19EA;
}
</style>
border-color css
<style>
span { border-color: #2B19EA; }
span { border-color: rgb(43,25,234); }
td.TdClassName
{
border-color: #2B19EA;
}
.TagClassName
{
border-color: #2B19EA;
}
</style>