Shades of Han Purple #2B1FED
Tints of Han Purple #2B1FED
RGB
CMYK
RGB Variations
Color information
#2B1FED (or 0x2B1FED) is known color: Han Purple. HEX triplet: 2B, 1F and ED. RGB value is (43,31,237). Sum of RGB (Red+Green+Blue) = 43+31+237=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B1FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1FED is #D4E012. Grayscale: #393939. Windows color (decimal): -13950995 or 15540011. OLE color: 15540011.
HSL color Cylindrical-coordinate representation of color #2B1FED: hue angle of 243.5º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B1FED is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 31 | 237 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.07 |
| HSL | 243.5º | 0.85% | 0.53% | - |
| HSV(B) | 243.5º | 0.87% | 0.93% | - |
| XYZ | 16.77 | 7.61 | 80.71 | - |
| YUV | 58.07 | 228.98 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 237 | 0.82 | 0.87 | 0 | 0.07 | 243.5 | 0.85 | 0.53 |
| Hex | 2B | 1F | ED | 52 | 57 | 0 | 7 | F3 | 55 | 35 |
| Octal | 53 | 37 | 355 | 122 | 127 | 0 | 7 | 363 | 125 | 65 |
| Binary | 101011 | 11111 | 11101101 | 1010010 | 1010111 | 0 | 111 | 11110011 | 1010101 | 110101 |
Color Harmonies of #2B1FED
Complementary color
Monochromatic Colors of #2B1FED
Black with #2B1FED
Text Example
Text Example
White with #2B1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1FED; }
p { color: rgb(43,31,237); }
H1.HeaderClassName
{
color: #2B1FED;
}
.AnyTagClassName
{
color: #2B1FED;
}
</style>
background-color css
<style>
a { background-color: #2B1FED; }
a { background-color: rgb(43,31,237); }
div.DivClassName
{
background-color: #2B1FED;
}
.BgClassName
{
background-color: #2B1FED;
}
</style>
border-color css
<style>
span { border-color: #2B1FED; }
span { border-color: rgb(43,31,237); }
td.TdClassName
{
border-color: #2B1FED;
}
.TagClassName
{
border-color: #2B1FED;
}
</style>