Shades of Han Purple #2B1BFD
Tints of Han Purple #2B1BFD
RGB
CMYK
RGB Variations
Color information
#2B1BFD (or 0x2B1BFD) is known color: Han Purple. HEX triplet: 2B, 1B and FD. RGB value is (43,27,253). Sum of RGB (Red+Green+Blue) = 43+27+253=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B1BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1BFD is #D4E402. Grayscale: #383838. Windows color (decimal): -13952003 or 16587563. OLE color: 16587563.
HSL color Cylindrical-coordinate representation of color #2B1BFD: hue angle of 244.25º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B1BFD is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 27 | 253 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.01 |
| HSL | 244.25º | 0.98% | 0.55% | - |
| HSV(B) | 244.25º | 0.89% | 0.99% | - |
| XYZ | 19.12 | 8.39 | 93.54 | - |
| YUV | 57.55 | 238.3 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 253 | 0.83 | 0.89 | 0 | 0.01 | 244.25 | 0.98 | 0.55 |
| Hex | 2B | 1B | FD | 53 | 59 | 0 | 1 | F4 | 62 | 37 |
| Octal | 53 | 33 | 375 | 123 | 131 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101011 | 11011 | 11111101 | 1010011 | 1011001 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #2B1BFD
Complementary color
Monochromatic Colors of #2B1BFD
Black with #2B1BFD
Text Example
Text Example
White with #2B1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1BFD; }
p { color: rgb(43,27,253); }
H1.HeaderClassName
{
color: #2B1BFD;
}
.AnyTagClassName
{
color: #2B1BFD;
}
</style>
background-color css
<style>
a { background-color: #2B1BFD; }
a { background-color: rgb(43,27,253); }
div.DivClassName
{
background-color: #2B1BFD;
}
.BgClassName
{
background-color: #2B1BFD;
}
</style>
border-color css
<style>
span { border-color: #2B1BFD; }
span { border-color: rgb(43,27,253); }
td.TdClassName
{
border-color: #2B1BFD;
}
.TagClassName
{
border-color: #2B1BFD;
}
</style>