Shades of Han Purple #2B0BF8
Tints of Han Purple #2B0BF8
RGB
CMYK
RGB Variations
Color information
#2B0BF8 (or 0x2B0BF8) is known color: Han Purple. HEX triplet: 2B, 0B and F8. RGB value is (43,11,248). Sum of RGB (Red+Green+Blue) = 43+11+248=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 248 (97.27% from 255 or 82.12% from 302); Max value from RGB is 248 - color contains mainly: blue. Hex color #2B0BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0BF8 is #D4F407. Grayscale: #2E2E2E. Windows color (decimal): -13956104 or 16255787. OLE color: 16255787.
HSL color Cylindrical-coordinate representation of color #2B0BF8: hue angle of 248.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0BF8 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 11 | 248 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.03 |
| HSL | 248.1º | 0.94% | 0.51% | - |
| HSV(B) | 248.1º | 0.96% | 0.97% | - |
| XYZ | 18.06 | 7.53 | 89.31 | - |
| YUV | 47.59 | 241.1 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 248 | 0.83 | 0.96 | 0 | 0.03 | 248.1 | 0.94 | 0.51 |
| Hex | 2B | B | F8 | 53 | 60 | 0 | 3 | F8 | 5E | 33 |
| Octal | 53 | 13 | 370 | 123 | 140 | 0 | 3 | 370 | 136 | 63 |
| Binary | 101011 | 1011 | 11111000 | 1010011 | 1100000 | 0 | 11 | 11111000 | 1011110 | 110011 |
Color Harmonies of #2B0BF8
Complementary color
Monochromatic Colors of #2B0BF8
Black with #2B0BF8
Text Example
Text Example
White with #2B0BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BF8; }
p { color: rgb(43,11,248); }
H1.HeaderClassName
{
color: #2B0BF8;
}
.AnyTagClassName
{
color: #2B0BF8;
}
</style>
background-color css
<style>
a { background-color: #2B0BF8; }
a { background-color: rgb(43,11,248); }
div.DivClassName
{
background-color: #2B0BF8;
}
.BgClassName
{
background-color: #2B0BF8;
}
</style>
border-color css
<style>
span { border-color: #2B0BF8; }
span { border-color: rgb(43,11,248); }
td.TdClassName
{
border-color: #2B0BF8;
}
.TagClassName
{
border-color: #2B0BF8;
}
</style>