Shades of Han Purple #2D13DC
Tints of Han Purple #2D13DC
RGB
CMYK
RGB Variations
Color information
#2D13DC (or 0x2D13DC) is known color: Han Purple. HEX triplet: 2D, 13 and DC. RGB value is (45,19,220). Sum of RGB (Red+Green+Blue) = 45+19+220=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D13DC is #D2EC23. Grayscale: #303030. Windows color (decimal): -13823012 or 14422829. OLE color: 14422829.
HSL color Cylindrical-coordinate representation of color #2D13DC: hue angle of 247.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D13DC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 19 | 220 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.14 |
| HSL | 247.76º | 0.84% | 0.47% | - |
| HSV(B) | 247.76º | 0.91% | 0.86% | - |
| XYZ | 14.23 | 6.19 | 68.15 | - |
| YUV | 49.69 | 224.11 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 220 | 0.80 | 0.91 | 0 | 0.14 | 247.76 | 0.84 | 0.47 |
| Hex | 2D | 13 | DC | 50 | 5B | 0 | E | F8 | 54 | 2F |
| Octal | 55 | 23 | 334 | 120 | 133 | 0 | 16 | 370 | 124 | 57 |
| Binary | 101101 | 10011 | 11011100 | 1010000 | 1011011 | 0 | 1110 | 11111000 | 1010100 | 101111 |
Color Harmonies of #2D13DC
Complementary color
Monochromatic Colors of #2D13DC
Black with #2D13DC
Text Example
Text Example
White with #2D13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D13DC; }
p { color: rgb(45,19,220); }
H1.HeaderClassName
{
color: #2D13DC;
}
.AnyTagClassName
{
color: #2D13DC;
}
</style>
background-color css
<style>
a { background-color: #2D13DC; }
a { background-color: rgb(45,19,220); }
div.DivClassName
{
background-color: #2D13DC;
}
.BgClassName
{
background-color: #2D13DC;
}
</style>
border-color css
<style>
span { border-color: #2D13DC; }
span { border-color: rgb(45,19,220); }
td.TdClassName
{
border-color: #2D13DC;
}
.TagClassName
{
border-color: #2D13DC;
}
</style>