Shades of Han Purple #2D10DC
Tints of Han Purple #2D10DC
RGB
CMYK
RGB Variations
Color information
#2D10DC (or 0x2D10DC) is known color: Han Purple. HEX triplet: 2D, 10 and DC. RGB value is (45,16,220). Sum of RGB (Red+Green+Blue) = 45+16+220=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D10DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D10DC is #D2EF23. Grayscale: #2F2F2F. Windows color (decimal): -13823780 or 14422061. OLE color: 14422061.
HSL color Cylindrical-coordinate representation of color #2D10DC: hue angle of 248.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D10DC is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 16 | 220 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.14 |
| HSL | 248.53º | 0.86% | 0.46% | - |
| HSV(B) | 248.53º | 0.93% | 0.86% | - |
| XYZ | 14.19 | 6.1 | 68.14 | - |
| YUV | 47.93 | 225.11 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 220 | 0.80 | 0.93 | 0 | 0.14 | 248.53 | 0.86 | 0.46 |
| Hex | 2D | 10 | DC | 50 | 5D | 0 | E | F9 | 56 | 2E |
| Octal | 55 | 20 | 334 | 120 | 135 | 0 | 16 | 371 | 126 | 56 |
| Binary | 101101 | 10000 | 11011100 | 1010000 | 1011101 | 0 | 1110 | 11111001 | 1010110 | 101110 |
Color Harmonies of #2D10DC
Complementary color
Monochromatic Colors of #2D10DC
Black with #2D10DC
Text Example
Text Example
White with #2D10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D10DC; }
p { color: rgb(45,16,220); }
H1.HeaderClassName
{
color: #2D10DC;
}
.AnyTagClassName
{
color: #2D10DC;
}
</style>
background-color css
<style>
a { background-color: #2D10DC; }
a { background-color: rgb(45,16,220); }
div.DivClassName
{
background-color: #2D10DC;
}
.BgClassName
{
background-color: #2D10DC;
}
</style>
border-color css
<style>
span { border-color: #2D10DC; }
span { border-color: rgb(45,16,220); }
td.TdClassName
{
border-color: #2D10DC;
}
.TagClassName
{
border-color: #2D10DC;
}
</style>