Shades of Han Purple #2D16FD
Tints of Han Purple #2D16FD
RGB
CMYK
RGB Variations
Color information
#2D16FD (or 0x2D16FD) is known color: Han Purple. HEX triplet: 2D, 16 and FD. RGB value is (45,22,253). Sum of RGB (Red+Green+Blue) = 45+22+253=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D16FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D16FD is #D2E902. Grayscale: #363636. Windows color (decimal): -13822211 or 16586285. OLE color: 16586285.
HSL color Cylindrical-coordinate representation of color #2D16FD: hue angle of 245.97º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D16FD is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 22 | 253 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.01 |
| HSL | 245.97º | 0.98% | 0.54% | - |
| HSV(B) | 245.97º | 0.91% | 0.99% | - |
| XYZ | 19.1 | 8.22 | 93.51 | - |
| YUV | 55.21 | 239.62 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 253 | 0.82 | 0.91 | 0 | 0.01 | 245.97 | 0.98 | 0.54 |
| Hex | 2D | 16 | FD | 52 | 5B | 0 | 1 | F6 | 62 | 36 |
| Octal | 55 | 26 | 375 | 122 | 133 | 0 | 1 | 366 | 142 | 66 |
| Binary | 101101 | 10110 | 11111101 | 1010010 | 1011011 | 0 | 1 | 11110110 | 1100010 | 110110 |
Color Harmonies of #2D16FD
Complementary color
Monochromatic Colors of #2D16FD
Black with #2D16FD
Text Example
Text Example
White with #2D16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D16FD; }
p { color: rgb(45,22,253); }
H1.HeaderClassName
{
color: #2D16FD;
}
.AnyTagClassName
{
color: #2D16FD;
}
</style>
background-color css
<style>
a { background-color: #2D16FD; }
a { background-color: rgb(45,22,253); }
div.DivClassName
{
background-color: #2D16FD;
}
.BgClassName
{
background-color: #2D16FD;
}
</style>
border-color css
<style>
span { border-color: #2D16FD; }
span { border-color: rgb(45,22,253); }
td.TdClassName
{
border-color: #2D16FD;
}
.TagClassName
{
border-color: #2D16FD;
}
</style>