Shades of Han Purple #2B0CEA
Tints of Han Purple #2B0CEA
RGB
CMYK
RGB Variations
Color information
#2B0CEA (or 0x2B0CEA) is known color: Han Purple. HEX triplet: 2B, 0C and EA. RGB value is (43,12,234). Sum of RGB (Red+Green+Blue) = 43+12+234=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 234 (91.80% from 255 or 80.97% from 289); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B0CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0CEA is #D4F315. Grayscale: #2D2D2D. Windows color (decimal): -13955862 or 15338539. OLE color: 15338539.
HSL color Cylindrical-coordinate representation of color #2B0CEA: hue angle of 248.38º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0CEA is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 12 | 234 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.08 |
| HSL | 248.38º | 0.9% | 0.48% | - |
| HSV(B) | 248.38º | 0.95% | 0.92% | - |
| XYZ | 15.98 | 6.72 | 78.3 | - |
| YUV | 46.58 | 233.77 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 234 | 0.82 | 0.95 | 0 | 0.08 | 248.38 | 0.9 | 0.48 |
| Hex | 2B | C | EA | 52 | 5F | 0 | 8 | F8 | 5A | 30 |
| Octal | 53 | 14 | 352 | 122 | 137 | 0 | 10 | 370 | 132 | 60 |
| Binary | 101011 | 1100 | 11101010 | 1010010 | 1011111 | 0 | 1000 | 11111000 | 1011010 | 110000 |
Color Harmonies of #2B0CEA
Complementary color
Monochromatic Colors of #2B0CEA
Black with #2B0CEA
Text Example
Text Example
White with #2B0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0CEA; }
p { color: rgb(43,12,234); }
H1.HeaderClassName
{
color: #2B0CEA;
}
.AnyTagClassName
{
color: #2B0CEA;
}
</style>
background-color css
<style>
a { background-color: #2B0CEA; }
a { background-color: rgb(43,12,234); }
div.DivClassName
{
background-color: #2B0CEA;
}
.BgClassName
{
background-color: #2B0CEA;
}
</style>
border-color css
<style>
span { border-color: #2B0CEA; }
span { border-color: rgb(43,12,234); }
td.TdClassName
{
border-color: #2B0CEA;
}
.TagClassName
{
border-color: #2B0CEA;
}
</style>