Shades of Han Purple #2B0EFF
Tints of Han Purple #2B0EFF
RGB
CMYK
RGB Variations
Color information
#2B0EFF (or 0x2B0EFF) is known color: Han Purple. HEX triplet: 2B, 0E and FF. RGB value is (43,14,255). Sum of RGB (Red+Green+Blue) = 43+14+255=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 255 (100% from 255 or 81.73% from 312); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B0EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0EFF is #D4F100. Grayscale: #313131. Windows color (decimal): -13955329 or 16715307. OLE color: 16715307.
HSL color Cylindrical-coordinate representation of color #2B0EFF: hue angle of 247.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0EFF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 14 | 255 | - |
| CMYK | 0.83 | 0.95 | 0 | 0 |
| HSL | 247.22º | 1% | 0.53% | - |
| HSV(B) | 247.22º | 0.95% | 1% | - |
| XYZ | 19.2 | 8.05 | 95.15 | - |
| YUV | 50.15 | 243.61 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 14 | 255 | 0.83 | 0.95 | 0 | 0 | 247.22 | 1 | 0.53 |
| Hex | 2B | E | FF | 53 | 5F | 0 | 0 | F7 | 64 | 35 |
| Octal | 53 | 16 | 377 | 123 | 137 | 0 | 0 | 367 | 144 | 65 |
| Binary | 101011 | 1110 | 11111111 | 1010011 | 1011111 | 0 | 0 | 11110111 | 1100100 | 110101 |
Color Harmonies of #2B0EFF
Complementary color
Monochromatic Colors of #2B0EFF
Black with #2B0EFF
Text Example
Text Example
White with #2B0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0EFF; }
p { color: rgb(43,14,255); }
H1.HeaderClassName
{
color: #2B0EFF;
}
.AnyTagClassName
{
color: #2B0EFF;
}
</style>
background-color css
<style>
a { background-color: #2B0EFF; }
a { background-color: rgb(43,14,255); }
div.DivClassName
{
background-color: #2B0EFF;
}
.BgClassName
{
background-color: #2B0EFF;
}
</style>
border-color css
<style>
span { border-color: #2B0EFF; }
span { border-color: rgb(43,14,255); }
td.TdClassName
{
border-color: #2B0EFF;
}
.TagClassName
{
border-color: #2B0EFF;
}
</style>