Shades of Han Purple #2B0DDF
Tints of Han Purple #2B0DDF
RGB
CMYK
RGB Variations
Color information
#2B0DDF (or 0x2B0DDF) is known color: Han Purple. HEX triplet: 2B, 0D and DF. RGB value is (43,13,223). Sum of RGB (Red+Green+Blue) = 43+13+223=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B0DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0DDF is #D4F220. Grayscale: #2D2D2D. Windows color (decimal): -13955617 or 14617899. OLE color: 14617899.
HSL color Cylindrical-coordinate representation of color #2B0DDF: hue angle of 248.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0DDF is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 13 | 223 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.13 |
| HSL | 248.57º | 0.89% | 0.46% | - |
| HSV(B) | 248.57º | 0.94% | 0.87% | - |
| XYZ | 14.46 | 6.13 | 70.23 | - |
| YUV | 45.91 | 227.94 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 223 | 0.81 | 0.94 | 0 | 0.13 | 248.57 | 0.89 | 0.46 |
| Hex | 2B | D | DF | 51 | 5E | 0 | D | F9 | 59 | 2E |
| Octal | 53 | 15 | 337 | 121 | 136 | 0 | 15 | 371 | 131 | 56 |
| Binary | 101011 | 1101 | 11011111 | 1010001 | 1011110 | 0 | 1101 | 11111001 | 1011001 | 101110 |
Color Harmonies of #2B0DDF
Complementary color
Monochromatic Colors of #2B0DDF
Black with #2B0DDF
Text Example
Text Example
White with #2B0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0DDF; }
p { color: rgb(43,13,223); }
H1.HeaderClassName
{
color: #2B0DDF;
}
.AnyTagClassName
{
color: #2B0DDF;
}
</style>
background-color css
<style>
a { background-color: #2B0DDF; }
a { background-color: rgb(43,13,223); }
div.DivClassName
{
background-color: #2B0DDF;
}
.BgClassName
{
background-color: #2B0DDF;
}
</style>
border-color css
<style>
span { border-color: #2B0DDF; }
span { border-color: rgb(43,13,223); }
td.TdClassName
{
border-color: #2B0DDF;
}
.TagClassName
{
border-color: #2B0DDF;
}
</style>