Shades of Han Purple #2B1AFD
Tints of Han Purple #2B1AFD
RGB
CMYK
RGB Variations
Color information
#2B1AFD (or 0x2B1AFD) is known color: Han Purple. HEX triplet: 2B, 1A and FD. RGB value is (43,26,253). Sum of RGB (Red+Green+Blue) = 43+26+253=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B1AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1AFD is #D4E502. Grayscale: #383838. Windows color (decimal): -13952259 or 16587307. OLE color: 16587307.
HSL color Cylindrical-coordinate representation of color #2B1AFD: hue angle of 244.49º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B1AFD is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 26 | 253 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.01 |
| HSL | 244.49º | 0.98% | 0.55% | - |
| HSV(B) | 244.49º | 0.9% | 0.99% | - |
| XYZ | 19.1 | 8.34 | 93.53 | - |
| YUV | 56.96 | 238.63 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 253 | 0.83 | 0.90 | 0 | 0.01 | 244.49 | 0.98 | 0.55 |
| Hex | 2B | 1A | FD | 53 | 5A | 0 | 1 | F4 | 62 | 37 |
| Octal | 53 | 32 | 375 | 123 | 132 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101011 | 11010 | 11111101 | 1010011 | 1011010 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #2B1AFD
Complementary color
Monochromatic Colors of #2B1AFD
Black with #2B1AFD
Text Example
Text Example
White with #2B1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1AFD; }
p { color: rgb(43,26,253); }
H1.HeaderClassName
{
color: #2B1AFD;
}
.AnyTagClassName
{
color: #2B1AFD;
}
</style>
background-color css
<style>
a { background-color: #2B1AFD; }
a { background-color: rgb(43,26,253); }
div.DivClassName
{
background-color: #2B1AFD;
}
.BgClassName
{
background-color: #2B1AFD;
}
</style>
border-color css
<style>
span { border-color: #2B1AFD; }
span { border-color: rgb(43,26,253); }
td.TdClassName
{
border-color: #2B1AFD;
}
.TagClassName
{
border-color: #2B1AFD;
}
</style>