Shades of Han Purple #2B09FF
Tints of Han Purple #2B09FF
RGB
CMYK
RGB Variations
Color information
#2B09FF (or 0x2B09FF) is known color: Han Purple. HEX triplet: 2B, 09 and FF. RGB value is (43,9,255). Sum of RGB (Red+Green+Blue) = 43+9+255=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B09FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B09FF is #D4F600. Grayscale: #2E2E2E. Windows color (decimal): -13956609 or 16714027. OLE color: 16714027.
HSL color Cylindrical-coordinate representation of color #2B09FF: hue angle of 248.29º 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 #2B09FF is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 9 | 255 | - |
| CMYK | 0.83 | 0.96 | 0 | 0 |
| HSL | 248.29º | 1% | 0.52% | - |
| HSV(B) | 248.29º | 0.96% | 1% | - |
| XYZ | 19.14 | 7.93 | 95.13 | - |
| YUV | 47.21 | 245.26 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 255 | 0.83 | 0.96 | 0 | 0 | 248.29 | 1 | 0.52 |
| Hex | 2B | 9 | FF | 53 | 60 | 0 | 0 | F8 | 64 | 34 |
| Octal | 53 | 11 | 377 | 123 | 140 | 0 | 0 | 370 | 144 | 64 |
| Binary | 101011 | 1001 | 11111111 | 1010011 | 1100000 | 0 | 0 | 11111000 | 1100100 | 110100 |
Color Harmonies of #2B09FF
Complementary color
Monochromatic Colors of #2B09FF
Black with #2B09FF
Text Example
Text Example
White with #2B09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B09FF; }
p { color: rgb(43,9,255); }
H1.HeaderClassName
{
color: #2B09FF;
}
.AnyTagClassName
{
color: #2B09FF;
}
</style>
background-color css
<style>
a { background-color: #2B09FF; }
a { background-color: rgb(43,9,255); }
div.DivClassName
{
background-color: #2B09FF;
}
.BgClassName
{
background-color: #2B09FF;
}
</style>
border-color css
<style>
span { border-color: #2B09FF; }
span { border-color: rgb(43,9,255); }
td.TdClassName
{
border-color: #2B09FF;
}
.TagClassName
{
border-color: #2B09FF;
}
</style>