Shades of Han Purple #2B1CFD
Tints of Han Purple #2B1CFD
RGB
CMYK
RGB Variations
Color information
#2B1CFD (or 0x2B1CFD) is known color: Han Purple. HEX triplet: 2B, 1C and FD. RGB value is (43,28,253). Sum of RGB (Red+Green+Blue) = 43+28+253=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B1CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1CFD is #D4E302. Grayscale: #393939. Windows color (decimal): -13951747 or 16587819. OLE color: 16587819.
HSL color Cylindrical-coordinate representation of color #2B1CFD: hue angle of 244º 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 #2B1CFD is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 28 | 253 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.01 |
| HSL | 244º | 0.98% | 0.55% | - |
| HSV(B) | 244º | 0.89% | 0.99% | - |
| XYZ | 19.14 | 8.44 | 93.55 | - |
| YUV | 58.14 | 237.97 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 28 | 253 | 0.83 | 0.89 | 0 | 0.01 | 244 | 0.98 | 0.55 |
| Hex | 2B | 1C | FD | 53 | 59 | 0 | 1 | F4 | 62 | 37 |
| Octal | 53 | 34 | 375 | 123 | 131 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101011 | 11100 | 11111101 | 1010011 | 1011001 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #2B1CFD
Complementary color
Monochromatic Colors of #2B1CFD
Black with #2B1CFD
Text Example
Text Example
White with #2B1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1CFD; }
p { color: rgb(43,28,253); }
H1.HeaderClassName
{
color: #2B1CFD;
}
.AnyTagClassName
{
color: #2B1CFD;
}
</style>
background-color css
<style>
a { background-color: #2B1CFD; }
a { background-color: rgb(43,28,253); }
div.DivClassName
{
background-color: #2B1CFD;
}
.BgClassName
{
background-color: #2B1CFD;
}
</style>
border-color css
<style>
span { border-color: #2B1CFD; }
span { border-color: rgb(43,28,253); }
td.TdClassName
{
border-color: #2B1CFD;
}
.TagClassName
{
border-color: #2B1CFD;
}
</style>