Shades of Han Purple #2B14EA
Tints of Han Purple #2B14EA
RGB
CMYK
RGB Variations
Color information
#2B14EA (or 0x2B14EA) is known color: Han Purple. HEX triplet: 2B, 14 and EA. RGB value is (43,20,234). Sum of RGB (Red+Green+Blue) = 43+20+234=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B14EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B14EA is #D4EB15. Grayscale: #323232. Windows color (decimal): -13953814 or 15340587. OLE color: 15340587.
HSL color Cylindrical-coordinate representation of color #2B14EA: hue angle of 246.45º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B14EA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 20 | 234 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.08 |
| HSL | 246.45º | 0.84% | 0.5% | - |
| HSV(B) | 246.45º | 0.91% | 0.92% | - |
| XYZ | 16.1 | 6.95 | 78.34 | - |
| YUV | 51.27 | 231.12 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 234 | 0.82 | 0.91 | 0 | 0.08 | 246.45 | 0.84 | 0.5 |
| Hex | 2B | 14 | EA | 52 | 5B | 0 | 8 | F6 | 54 | 32 |
| Octal | 53 | 24 | 352 | 122 | 133 | 0 | 10 | 366 | 124 | 62 |
| Binary | 101011 | 10100 | 11101010 | 1010010 | 1011011 | 0 | 1000 | 11110110 | 1010100 | 110010 |
Color Harmonies of #2B14EA
Complementary color
Monochromatic Colors of #2B14EA
Black with #2B14EA
Text Example
Text Example
White with #2B14EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B14EA; }
p { color: rgb(43,20,234); }
H1.HeaderClassName
{
color: #2B14EA;
}
.AnyTagClassName
{
color: #2B14EA;
}
</style>
background-color css
<style>
a { background-color: #2B14EA; }
a { background-color: rgb(43,20,234); }
div.DivClassName
{
background-color: #2B14EA;
}
.BgClassName
{
background-color: #2B14EA;
}
</style>
border-color css
<style>
span { border-color: #2B14EA; }
span { border-color: rgb(43,20,234); }
td.TdClassName
{
border-color: #2B14EA;
}
.TagClassName
{
border-color: #2B14EA;
}
</style>