Shades of Han Purple #2B0DFE
Tints of Han Purple #2B0DFE
RGB
CMYK
RGB Variations
Color information
#2B0DFE (or 0x2B0DFE) is known color: Han Purple. HEX triplet: 2B, 0D and FE. RGB value is (43,13,254). Sum of RGB (Red+Green+Blue) = 43+13+254=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B0DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0DFE is #D4F201. Grayscale: #303030. Windows color (decimal): -13955586 or 16649515. OLE color: 16649515.
HSL color Cylindrical-coordinate representation of color #2B0DFE: hue angle of 247.47º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0DFE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 13 | 254 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.00 |
| HSL | 247.47º | 0.99% | 0.52% | - |
| HSV(B) | 247.47º | 0.95% | 1% | - |
| XYZ | 19.03 | 7.96 | 94.3 | - |
| YUV | 49.44 | 243.44 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 254 | 0.83 | 0.95 | 0 | 0.00 | 247.47 | 0.99 | 0.52 |
| Hex | 2B | D | FE | 53 | 5F | 0 | 0 | F7 | 63 | 34 |
| Octal | 53 | 15 | 376 | 123 | 137 | 0 | 0 | 367 | 143 | 64 |
| Binary | 101011 | 1101 | 11111110 | 1010011 | 1011111 | 0 | 0 | 11110111 | 1100011 | 110100 |
Color Harmonies of #2B0DFE
Complementary color
Monochromatic Colors of #2B0DFE
Black with #2B0DFE
Text Example
Text Example
White with #2B0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0DFE; }
p { color: rgb(43,13,254); }
H1.HeaderClassName
{
color: #2B0DFE;
}
.AnyTagClassName
{
color: #2B0DFE;
}
</style>
background-color css
<style>
a { background-color: #2B0DFE; }
a { background-color: rgb(43,13,254); }
div.DivClassName
{
background-color: #2B0DFE;
}
.BgClassName
{
background-color: #2B0DFE;
}
</style>
border-color css
<style>
span { border-color: #2B0DFE; }
span { border-color: rgb(43,13,254); }
td.TdClassName
{
border-color: #2B0DFE;
}
.TagClassName
{
border-color: #2B0DFE;
}
</style>