Shades of Han Purple #2D16EB
Tints of Han Purple #2D16EB
RGB
CMYK
RGB Variations
Color information
#2D16EB (or 0x2D16EB) is known color: Han Purple. HEX triplet: 2D, 16 and EB. RGB value is (45,22,235). Sum of RGB (Red+Green+Blue) = 45+22+235=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D16EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D16EB is #D2E914. Grayscale: #343434. Windows color (decimal): -13822229 or 15406637. OLE color: 15406637.
HSL color Cylindrical-coordinate representation of color #2D16EB: hue angle of 246.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D16EB is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 22 | 235 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.08 |
| HSL | 246.48º | 0.84% | 0.5% | - |
| HSV(B) | 246.48º | 0.91% | 0.92% | - |
| XYZ | 16.36 | 7.13 | 79.11 | - |
| YUV | 53.16 | 230.62 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 235 | 0.81 | 0.91 | 0 | 0.08 | 246.48 | 0.84 | 0.5 |
| Hex | 2D | 16 | EB | 51 | 5B | 0 | 8 | F6 | 54 | 32 |
| Octal | 55 | 26 | 353 | 121 | 133 | 0 | 10 | 366 | 124 | 62 |
| Binary | 101101 | 10110 | 11101011 | 1010001 | 1011011 | 0 | 1000 | 11110110 | 1010100 | 110010 |
Color Harmonies of #2D16EB
Complementary color
Monochromatic Colors of #2D16EB
Black with #2D16EB
Text Example
Text Example
White with #2D16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D16EB; }
p { color: rgb(45,22,235); }
H1.HeaderClassName
{
color: #2D16EB;
}
.AnyTagClassName
{
color: #2D16EB;
}
</style>
background-color css
<style>
a { background-color: #2D16EB; }
a { background-color: rgb(45,22,235); }
div.DivClassName
{
background-color: #2D16EB;
}
.BgClassName
{
background-color: #2D16EB;
}
</style>
border-color css
<style>
span { border-color: #2D16EB; }
span { border-color: rgb(45,22,235); }
td.TdClassName
{
border-color: #2D16EB;
}
.TagClassName
{
border-color: #2D16EB;
}
</style>