Shades of Han Purple #2B05FF
Tints of Han Purple #2B05FF
RGB
CMYK
RGB Variations
Color information
#2B05FF (or 0x2B05FF) is known color: Han Purple. HEX triplet: 2B, 05 and FF. RGB value is (43,5,255). Sum of RGB (Red+Green+Blue) = 43+5+255=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B05FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B05FF is #D4FA00. Grayscale: #2B2B2B. Windows color (decimal): -13957633 or 16713003. OLE color: 16713003.
HSL color Cylindrical-coordinate representation of color #2B05FF: hue angle of 249.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B05FF is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 5 | 255 | - |
| CMYK | 0.83 | 0.98 | 0 | 0 |
| HSL | 249.12º | 1% | 0.51% | - |
| HSV(B) | 249.12º | 0.98% | 1% | - |
| XYZ | 19.1 | 7.84 | 95.11 | - |
| YUV | 44.86 | 246.59 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 255 | 0.83 | 0.98 | 0 | 0 | 249.12 | 1 | 0.51 |
| Hex | 2B | 5 | FF | 53 | 62 | 0 | 0 | F9 | 64 | 33 |
| Octal | 53 | 5 | 377 | 123 | 142 | 0 | 0 | 371 | 144 | 63 |
| Binary | 101011 | 101 | 11111111 | 1010011 | 1100010 | 0 | 0 | 11111001 | 1100100 | 110011 |
Color Harmonies of #2B05FF
Complementary color
Monochromatic Colors of #2B05FF
Black with #2B05FF
Text Example
Text Example
White with #2B05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B05FF; }
p { color: rgb(43,5,255); }
H1.HeaderClassName
{
color: #2B05FF;
}
.AnyTagClassName
{
color: #2B05FF;
}
</style>
background-color css
<style>
a { background-color: #2B05FF; }
a { background-color: rgb(43,5,255); }
div.DivClassName
{
background-color: #2B05FF;
}
.BgClassName
{
background-color: #2B05FF;
}
</style>
border-color css
<style>
span { border-color: #2B05FF; }
span { border-color: rgb(43,5,255); }
td.TdClassName
{
border-color: #2B05FF;
}
.TagClassName
{
border-color: #2B05FF;
}
</style>