Shades of Han Purple #2B00EE
Tints of Han Purple #2B00EE
RGB
CMYK
RGB Variations
Color information
#2B00EE (or 0x2B00EE) is known color: Han Purple. HEX triplet: 2B, 00 and EE. RGB value is (43,0,238). Sum of RGB (Red+Green+Blue) = 43+0+238=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 238 (93.36% from 255 or 84.70% from 281); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B00EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B00EE is #D4FF11. Grayscale: #272727. Windows color (decimal): -13958930 or 15597611. OLE color: 15597611.
HSL color Cylindrical-coordinate representation of color #2B00EE: hue angle of 250.84º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B00EE is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 0 | 238 | - |
| CMYK | 0.82 | 1 | 0 | 0.07 |
| HSL | 250.84º | 1% | 0.47% | - |
| HSV(B) | 250.84º | 1% | 0.93% | - |
| XYZ | 16.43 | 6.69 | 81.31 | - |
| YUV | 39.99 | 239.75 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 238 | 0.82 | 1 | 0 | 0.07 | 250.84 | 1 | 0.47 |
| Hex | 2B | 0 | EE | 52 | 64 | 0 | 7 | FB | 64 | 2F |
| Octal | 53 | 0 | 356 | 122 | 144 | 0 | 7 | 373 | 144 | 57 |
| Binary | 101011 | 0 | 11101110 | 1010010 | 1100100 | 0 | 111 | 11111011 | 1100100 | 101111 |
Color Harmonies of #2B00EE
Complementary color
Monochromatic Colors of #2B00EE
Black with #2B00EE
Text Example
Text Example
White with #2B00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B00EE; }
p { color: rgb(43,0,238); }
H1.HeaderClassName
{
color: #2B00EE;
}
.AnyTagClassName
{
color: #2B00EE;
}
</style>
background-color css
<style>
a { background-color: #2B00EE; }
a { background-color: rgb(43,0,238); }
div.DivClassName
{
background-color: #2B00EE;
}
.BgClassName
{
background-color: #2B00EE;
}
</style>
border-color css
<style>
span { border-color: #2B00EE; }
span { border-color: rgb(43,0,238); }
td.TdClassName
{
border-color: #2B00EE;
}
.TagClassName
{
border-color: #2B00EE;
}
</style>