Shades of Han Purple #2B16DC
Tints of Han Purple #2B16DC
RGB
CMYK
RGB Variations
Color information
#2B16DC (or 0x2B16DC) is known color: Han Purple. HEX triplet: 2B, 16 and DC. RGB value is (43,22,220). Sum of RGB (Red+Green+Blue) = 43+22+220=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B16DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B16DC is #D4E923. Grayscale: #323232. Windows color (decimal): -13953316 or 14423595. OLE color: 14423595.
HSL color Cylindrical-coordinate representation of color #2B16DC: hue angle of 246.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B16DC is Cyan = 0.80, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 22 | 220 | - |
| CMYK | 0.80 | 0.9 | 0 | 0.14 |
| HSL | 246.36º | 0.82% | 0.47% | - |
| HSV(B) | 246.36º | 0.9% | 0.86% | - |
| XYZ | 14.2 | 6.25 | 68.17 | - |
| YUV | 50.85 | 223.46 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 220 | 0.80 | 0.9 | 0 | 0.14 | 246.36 | 0.82 | 0.47 |
| Hex | 2B | 16 | DC | 50 | 5A | 0 | E | F6 | 52 | 2F |
| Octal | 53 | 26 | 334 | 120 | 132 | 0 | 16 | 366 | 122 | 57 |
| Binary | 101011 | 10110 | 11011100 | 1010000 | 1011010 | 0 | 1110 | 11110110 | 1010010 | 101111 |
Color Harmonies of #2B16DC
Complementary color
Monochromatic Colors of #2B16DC
Black with #2B16DC
Text Example
Text Example
White with #2B16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B16DC; }
p { color: rgb(43,22,220); }
H1.HeaderClassName
{
color: #2B16DC;
}
.AnyTagClassName
{
color: #2B16DC;
}
</style>
background-color css
<style>
a { background-color: #2B16DC; }
a { background-color: rgb(43,22,220); }
div.DivClassName
{
background-color: #2B16DC;
}
.BgClassName
{
background-color: #2B16DC;
}
</style>
border-color css
<style>
span { border-color: #2B16DC; }
span { border-color: rgb(43,22,220); }
td.TdClassName
{
border-color: #2B16DC;
}
.TagClassName
{
border-color: #2B16DC;
}
</style>