Shades of Han Purple #2B08FA
Tints of Han Purple #2B08FA
RGB
CMYK
RGB Variations
Color information
#2B08FA (or 0x2B08FA) is known color: Han Purple. HEX triplet: 2B, 08 and FA. RGB value is (43,8,250). Sum of RGB (Red+Green+Blue) = 43+8+250=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B08FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B08FA is #D4F705. Grayscale: #2D2D2D. Windows color (decimal): -13956870 or 16386091. OLE color: 16386091.
HSL color Cylindrical-coordinate representation of color #2B08FA: hue angle of 248.68º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B08FA is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 8 | 250 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.02 |
| HSL | 248.68º | 0.96% | 0.51% | - |
| HSV(B) | 248.68º | 0.97% | 0.98% | - |
| XYZ | 18.34 | 7.59 | 90.94 | - |
| YUV | 46.05 | 243.1 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 250 | 0.83 | 0.97 | 0 | 0.02 | 248.68 | 0.96 | 0.51 |
| Hex | 2B | 8 | FA | 53 | 61 | 0 | 2 | F9 | 60 | 33 |
| Octal | 53 | 10 | 372 | 123 | 141 | 0 | 2 | 371 | 140 | 63 |
| Binary | 101011 | 1000 | 11111010 | 1010011 | 1100001 | 0 | 10 | 11111001 | 1100000 | 110011 |
Color Harmonies of #2B08FA
Complementary color
Monochromatic Colors of #2B08FA
Black with #2B08FA
Text Example
Text Example
White with #2B08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B08FA; }
p { color: rgb(43,8,250); }
H1.HeaderClassName
{
color: #2B08FA;
}
.AnyTagClassName
{
color: #2B08FA;
}
</style>
background-color css
<style>
a { background-color: #2B08FA; }
a { background-color: rgb(43,8,250); }
div.DivClassName
{
background-color: #2B08FA;
}
.BgClassName
{
background-color: #2B08FA;
}
</style>
border-color css
<style>
span { border-color: #2B08FA; }
span { border-color: rgb(43,8,250); }
td.TdClassName
{
border-color: #2B08FA;
}
.TagClassName
{
border-color: #2B08FA;
}
</style>