Shades of Han Purple #2B01ED
Tints of Han Purple #2B01ED
RGB
CMYK
RGB Variations
Color information
#2B01ED (or 0x2B01ED) is known color: Han Purple. HEX triplet: 2B, 01 and ED. RGB value is (43,1,237). Sum of RGB (Red+Green+Blue) = 43+1+237=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 237 (92.97% from 255 or 84.34% from 281); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B01ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B01ED is #D4FE12. Grayscale: #272727. Windows color (decimal): -13958675 or 15532331. OLE color: 15532331.
HSL color Cylindrical-coordinate representation of color #2B01ED: hue angle of 250.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B01ED is Cyan = 0.82, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 1 | 237 | - |
| CMYK | 0.82 | 1.00 | 0 | 0.07 |
| HSL | 250.68º | 0.99% | 0.47% | - |
| HSV(B) | 250.68º | 1% | 0.93% | - |
| XYZ | 16.29 | 6.65 | 80.55 | - |
| YUV | 40.46 | 238.91 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 237 | 0.82 | 1.00 | 0 | 0.07 | 250.68 | 0.99 | 0.47 |
| Hex | 2B | 1 | ED | 52 | 64 | 0 | 7 | FB | 63 | 2F |
| Octal | 53 | 1 | 355 | 122 | 144 | 0 | 7 | 373 | 143 | 57 |
| Binary | 101011 | 1 | 11101101 | 1010010 | 1100100 | 0 | 111 | 11111011 | 1100011 | 101111 |
Color Harmonies of #2B01ED
Complementary color
Monochromatic Colors of #2B01ED
Black with #2B01ED
Text Example
Text Example
White with #2B01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B01ED; }
p { color: rgb(43,1,237); }
H1.HeaderClassName
{
color: #2B01ED;
}
.AnyTagClassName
{
color: #2B01ED;
}
</style>
background-color css
<style>
a { background-color: #2B01ED; }
a { background-color: rgb(43,1,237); }
div.DivClassName
{
background-color: #2B01ED;
}
.BgClassName
{
background-color: #2B01ED;
}
</style>
border-color css
<style>
span { border-color: #2B01ED; }
span { border-color: rgb(43,1,237); }
td.TdClassName
{
border-color: #2B01ED;
}
.TagClassName
{
border-color: #2B01ED;
}
</style>