Shades of Han Purple #2B06E8
Tints of Han Purple #2B06E8
RGB
CMYK
RGB Variations
Color information
#2B06E8 (or 0x2B06E8) is known color: Han Purple. HEX triplet: 2B, 06 and E8. RGB value is (43,6,232). Sum of RGB (Red+Green+Blue) = 43+6+232=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 232 (91.02% from 255 or 82.56% from 281); Max value from RGB is 232 - color contains mainly: blue. Hex color #2B06E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B06E8 is #D4F917. Grayscale: #292929. Windows color (decimal): -13957400 or 15205931. OLE color: 15205931.
HSL color Cylindrical-coordinate representation of color #2B06E8: hue angle of 249.82º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B06E8 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 6 | 232 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.09 |
| HSL | 249.82º | 0.95% | 0.47% | - |
| HSV(B) | 249.82º | 0.97% | 0.91% | - |
| XYZ | 15.63 | 6.47 | 76.77 | - |
| YUV | 42.83 | 234.76 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 232 | 0.81 | 0.97 | 0 | 0.09 | 249.82 | 0.95 | 0.47 |
| Hex | 2B | 6 | E8 | 51 | 61 | 0 | 9 | FA | 5F | 2F |
| Octal | 53 | 6 | 350 | 121 | 141 | 0 | 11 | 372 | 137 | 57 |
| Binary | 101011 | 110 | 11101000 | 1010001 | 1100001 | 0 | 1001 | 11111010 | 1011111 | 101111 |
Color Harmonies of #2B06E8
Complementary color
Monochromatic Colors of #2B06E8
Black with #2B06E8
Text Example
Text Example
White with #2B06E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B06E8; }
p { color: rgb(43,6,232); }
H1.HeaderClassName
{
color: #2B06E8;
}
.AnyTagClassName
{
color: #2B06E8;
}
</style>
background-color css
<style>
a { background-color: #2B06E8; }
a { background-color: rgb(43,6,232); }
div.DivClassName
{
background-color: #2B06E8;
}
.BgClassName
{
background-color: #2B06E8;
}
</style>
border-color css
<style>
span { border-color: #2B06E8; }
span { border-color: rgb(43,6,232); }
td.TdClassName
{
border-color: #2B06E8;
}
.TagClassName
{
border-color: #2B06E8;
}
</style>