Shades of Han Purple #2B0CEC
Tints of Han Purple #2B0CEC
RGB
CMYK
RGB Variations
Color information
#2B0CEC (or 0x2B0CEC) is known color: Han Purple. HEX triplet: 2B, 0C and EC. RGB value is (43,12,236). Sum of RGB (Red+Green+Blue) = 43+12+236=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B0CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0CEC is #D4F313. Grayscale: #2D2D2D. Windows color (decimal): -13955860 or 15469611. OLE color: 15469611.
HSL color Cylindrical-coordinate representation of color #2B0CEC: hue angle of 248.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0CEC is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 12 | 236 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.07 |
| HSL | 248.3º | 0.9% | 0.49% | - |
| HSV(B) | 248.3º | 0.95% | 0.93% | - |
| XYZ | 16.27 | 6.83 | 79.82 | - |
| YUV | 46.81 | 234.77 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 236 | 0.82 | 0.95 | 0 | 0.07 | 248.3 | 0.9 | 0.49 |
| Hex | 2B | C | EC | 52 | 5F | 0 | 7 | F8 | 5A | 31 |
| Octal | 53 | 14 | 354 | 122 | 137 | 0 | 7 | 370 | 132 | 61 |
| Binary | 101011 | 1100 | 11101100 | 1010010 | 1011111 | 0 | 111 | 11111000 | 1011010 | 110001 |
Color Harmonies of #2B0CEC
Complementary color
Monochromatic Colors of #2B0CEC
Black with #2B0CEC
Text Example
Text Example
White with #2B0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0CEC; }
p { color: rgb(43,12,236); }
H1.HeaderClassName
{
color: #2B0CEC;
}
.AnyTagClassName
{
color: #2B0CEC;
}
</style>
background-color css
<style>
a { background-color: #2B0CEC; }
a { background-color: rgb(43,12,236); }
div.DivClassName
{
background-color: #2B0CEC;
}
.BgClassName
{
background-color: #2B0CEC;
}
</style>
border-color css
<style>
span { border-color: #2B0CEC; }
span { border-color: rgb(43,12,236); }
td.TdClassName
{
border-color: #2B0CEC;
}
.TagClassName
{
border-color: #2B0CEC;
}
</style>