Shades of Han Purple #2D13EB
Tints of Han Purple #2D13EB
RGB
CMYK
RGB Variations
Color information
#2D13EB (or 0x2D13EB) is known color: Han Purple. HEX triplet: 2D, 13 and EB. RGB value is (45,19,235). Sum of RGB (Red+Green+Blue) = 45+19+235=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 235 (92.19% from 255 or 78.60% from 299); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D13EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D13EB is #D2EC14. Grayscale: #323232. Windows color (decimal): -13822997 or 15405869. OLE color: 15405869.
HSL color Cylindrical-coordinate representation of color #2D13EB: hue angle of 247.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D13EB is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 19 | 235 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.08 |
| HSL | 247.22º | 0.85% | 0.5% | - |
| HSV(B) | 247.22º | 0.92% | 0.92% | - |
| XYZ | 16.31 | 7.02 | 79.09 | - |
| YUV | 51.4 | 231.61 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 235 | 0.81 | 0.92 | 0 | 0.08 | 247.22 | 0.85 | 0.5 |
| Hex | 2D | 13 | EB | 51 | 5C | 0 | 8 | F7 | 55 | 32 |
| Octal | 55 | 23 | 353 | 121 | 134 | 0 | 10 | 367 | 125 | 62 |
| Binary | 101101 | 10011 | 11101011 | 1010001 | 1011100 | 0 | 1000 | 11110111 | 1010101 | 110010 |
Color Harmonies of #2D13EB
Complementary color
Monochromatic Colors of #2D13EB
Black with #2D13EB
Text Example
Text Example
White with #2D13EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D13EB; }
p { color: rgb(45,19,235); }
H1.HeaderClassName
{
color: #2D13EB;
}
.AnyTagClassName
{
color: #2D13EB;
}
</style>
background-color css
<style>
a { background-color: #2D13EB; }
a { background-color: rgb(45,19,235); }
div.DivClassName
{
background-color: #2D13EB;
}
.BgClassName
{
background-color: #2D13EB;
}
</style>
border-color css
<style>
span { border-color: #2D13EB; }
span { border-color: rgb(45,19,235); }
td.TdClassName
{
border-color: #2D13EB;
}
.TagClassName
{
border-color: #2D13EB;
}
</style>