Shades of Han Purple #2B17DC
Tints of Han Purple #2B17DC
RGB
CMYK
RGB Variations
Color information
#2B17DC (or 0x2B17DC) is known color: Han Purple. HEX triplet: 2B, 17 and DC. RGB value is (43,23,220). Sum of RGB (Red+Green+Blue) = 43+23+220=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B17DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B17DC is #D4E823. Grayscale: #323232. Windows color (decimal): -13953060 or 14423851. OLE color: 14423851.
HSL color Cylindrical-coordinate representation of color #2B17DC: hue angle of 246.09º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B17DC is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 23 | 220 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.14 |
| HSL | 246.09º | 0.81% | 0.48% | - |
| HSV(B) | 246.09º | 0.9% | 0.86% | - |
| XYZ | 14.22 | 6.29 | 68.18 | - |
| YUV | 51.44 | 223.13 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 220 | 0.80 | 0.90 | 0 | 0.14 | 246.09 | 0.81 | 0.48 |
| Hex | 2B | 17 | DC | 50 | 5A | 0 | E | F6 | 51 | 30 |
| Octal | 53 | 27 | 334 | 120 | 132 | 0 | 16 | 366 | 121 | 60 |
| Binary | 101011 | 10111 | 11011100 | 1010000 | 1011010 | 0 | 1110 | 11110110 | 1010001 | 110000 |
Color Harmonies of #2B17DC
Complementary color
Monochromatic Colors of #2B17DC
Black with #2B17DC
Text Example
Text Example
White with #2B17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B17DC; }
p { color: rgb(43,23,220); }
H1.HeaderClassName
{
color: #2B17DC;
}
.AnyTagClassName
{
color: #2B17DC;
}
</style>
background-color css
<style>
a { background-color: #2B17DC; }
a { background-color: rgb(43,23,220); }
div.DivClassName
{
background-color: #2B17DC;
}
.BgClassName
{
background-color: #2B17DC;
}
</style>
border-color css
<style>
span { border-color: #2B17DC; }
span { border-color: rgb(43,23,220); }
td.TdClassName
{
border-color: #2B17DC;
}
.TagClassName
{
border-color: #2B17DC;
}
</style>