Shades of Han Purple #2D13FF
Tints of Han Purple #2D13FF
RGB
CMYK
RGB Variations
Color information
#2D13FF (or 0x2D13FF) is known color: Han Purple. HEX triplet: 2D, 13 and FF. RGB value is (45,19,255). Sum of RGB (Red+Green+Blue) = 45+19+255=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D13FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D13FF is #D2EC00. Grayscale: #343434. Windows color (decimal): -13822977 or 16716589. OLE color: 16716589.
HSL color Cylindrical-coordinate representation of color #2D13FF: hue angle of 246.61º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D13FF is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 19 | 255 | - |
| CMYK | 0.82 | 0.93 | 0 | 0 |
| HSL | 246.61º | 1% | 0.54% | - |
| HSV(B) | 246.61º | 0.93% | 1% | - |
| XYZ | 19.37 | 8.24 | 95.18 | - |
| YUV | 53.68 | 241.61 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 255 | 0.82 | 0.93 | 0 | 0 | 246.61 | 1 | 0.54 |
| Hex | 2D | 13 | FF | 52 | 5D | 0 | 0 | F7 | 64 | 36 |
| Octal | 55 | 23 | 377 | 122 | 135 | 0 | 0 | 367 | 144 | 66 |
| Binary | 101101 | 10011 | 11111111 | 1010010 | 1011101 | 0 | 0 | 11110111 | 1100100 | 110110 |
Color Harmonies of #2D13FF
Complementary color
Monochromatic Colors of #2D13FF
Black with #2D13FF
Text Example
Text Example
White with #2D13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D13FF; }
p { color: rgb(45,19,255); }
H1.HeaderClassName
{
color: #2D13FF;
}
.AnyTagClassName
{
color: #2D13FF;
}
</style>
background-color css
<style>
a { background-color: #2D13FF; }
a { background-color: rgb(45,19,255); }
div.DivClassName
{
background-color: #2D13FF;
}
.BgClassName
{
background-color: #2D13FF;
}
</style>
border-color css
<style>
span { border-color: #2D13FF; }
span { border-color: rgb(45,19,255); }
td.TdClassName
{
border-color: #2D13FF;
}
.TagClassName
{
border-color: #2D13FF;
}
</style>