Shades of Han Purple #2D15DF
Tints of Han Purple #2D15DF
RGB
CMYK
RGB Variations
Color information
#2D15DF (or 0x2D15DF) is known color: Han Purple. HEX triplet: 2D, 15 and DF. RGB value is (45,21,223). Sum of RGB (Red+Green+Blue) = 45+21+223=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D15DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D15DF is #D2EA20. Grayscale: #323232. Windows color (decimal): -13822497 or 14619949. OLE color: 14619949.
HSL color Cylindrical-coordinate representation of color #2D15DF: hue angle of 247.13º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D15DF is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 21 | 223 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.13 |
| HSL | 247.13º | 0.83% | 0.48% | - |
| HSV(B) | 247.13º | 0.91% | 0.87% | - |
| XYZ | 14.67 | 6.42 | 70.28 | - |
| YUV | 51.2 | 224.95 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 223 | 0.80 | 0.91 | 0 | 0.13 | 247.13 | 0.83 | 0.48 |
| Hex | 2D | 15 | DF | 50 | 5B | 0 | D | F7 | 53 | 30 |
| Octal | 55 | 25 | 337 | 120 | 133 | 0 | 15 | 367 | 123 | 60 |
| Binary | 101101 | 10101 | 11011111 | 1010000 | 1011011 | 0 | 1101 | 11110111 | 1010011 | 110000 |
Color Harmonies of #2D15DF
Complementary color
Monochromatic Colors of #2D15DF
Black with #2D15DF
Text Example
Text Example
White with #2D15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D15DF; }
p { color: rgb(45,21,223); }
H1.HeaderClassName
{
color: #2D15DF;
}
.AnyTagClassName
{
color: #2D15DF;
}
</style>
background-color css
<style>
a { background-color: #2D15DF; }
a { background-color: rgb(45,21,223); }
div.DivClassName
{
background-color: #2D15DF;
}
.BgClassName
{
background-color: #2D15DF;
}
</style>
border-color css
<style>
span { border-color: #2D15DF; }
span { border-color: rgb(45,21,223); }
td.TdClassName
{
border-color: #2D15DF;
}
.TagClassName
{
border-color: #2D15DF;
}
</style>