Shades of Han Purple #2B0BFF
Tints of Han Purple #2B0BFF
RGB
CMYK
RGB Variations
Color information
#2B0BFF (or 0x2B0BFF) is known color: Han Purple. HEX triplet: 2B, 0B and FF. RGB value is (43,11,255). Sum of RGB (Red+Green+Blue) = 43+11+255=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B0BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0BFF is #D4F400. Grayscale: #2F2F2F. Windows color (decimal): -13956097 or 16714539. OLE color: 16714539.
HSL color Cylindrical-coordinate representation of color #2B0BFF: hue angle of 247.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0BFF is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 11 | 255 | - |
| CMYK | 0.83 | 0.96 | 0 | 0 |
| HSL | 247.87º | 1% | 0.52% | - |
| HSV(B) | 247.87º | 0.96% | 1% | - |
| XYZ | 19.17 | 7.97 | 95.14 | - |
| YUV | 48.38 | 244.6 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 255 | 0.83 | 0.96 | 0 | 0 | 247.87 | 1 | 0.52 |
| Hex | 2B | B | FF | 53 | 60 | 0 | 0 | F8 | 64 | 34 |
| Octal | 53 | 13 | 377 | 123 | 140 | 0 | 0 | 370 | 144 | 64 |
| Binary | 101011 | 1011 | 11111111 | 1010011 | 1100000 | 0 | 0 | 11111000 | 1100100 | 110100 |
Color Harmonies of #2B0BFF
Complementary color
Monochromatic Colors of #2B0BFF
Black with #2B0BFF
Text Example
Text Example
White with #2B0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BFF; }
p { color: rgb(43,11,255); }
H1.HeaderClassName
{
color: #2B0BFF;
}
.AnyTagClassName
{
color: #2B0BFF;
}
</style>
background-color css
<style>
a { background-color: #2B0BFF; }
a { background-color: rgb(43,11,255); }
div.DivClassName
{
background-color: #2B0BFF;
}
.BgClassName
{
background-color: #2B0BFF;
}
</style>
border-color css
<style>
span { border-color: #2B0BFF; }
span { border-color: rgb(43,11,255); }
td.TdClassName
{
border-color: #2B0BFF;
}
.TagClassName
{
border-color: #2B0BFF;
}
</style>