Shades of Han Purple #2D0DDC
Tints of Han Purple #2D0DDC
RGB
CMYK
RGB Variations
Color information
#2D0DDC (or 0x2D0DDC) is known color: Han Purple. HEX triplet: 2D, 0D and DC. RGB value is (45,13,220). Sum of RGB (Red+Green+Blue) = 45+13+220=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D0DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0DDC is #D2F223. Grayscale: #2D2D2D. Windows color (decimal): -13824548 or 14421293. OLE color: 14421293.
HSL color Cylindrical-coordinate representation of color #2D0DDC: hue angle of 249.28º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0DDC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 13 | 220 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.14 |
| HSL | 249.28º | 0.89% | 0.46% | - |
| HSV(B) | 249.28º | 0.94% | 0.86% | - |
| XYZ | 14.14 | 6.01 | 68.13 | - |
| YUV | 46.17 | 226.1 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 220 | 0.80 | 0.94 | 0 | 0.14 | 249.28 | 0.89 | 0.46 |
| Hex | 2D | D | DC | 50 | 5E | 0 | E | F9 | 59 | 2E |
| Octal | 55 | 15 | 334 | 120 | 136 | 0 | 16 | 371 | 131 | 56 |
| Binary | 101101 | 1101 | 11011100 | 1010000 | 1011110 | 0 | 1110 | 11111001 | 1011001 | 101110 |
Color Harmonies of #2D0DDC
Complementary color
Monochromatic Colors of #2D0DDC
Black with #2D0DDC
Text Example
Text Example
White with #2D0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0DDC; }
p { color: rgb(45,13,220); }
H1.HeaderClassName
{
color: #2D0DDC;
}
.AnyTagClassName
{
color: #2D0DDC;
}
</style>
background-color css
<style>
a { background-color: #2D0DDC; }
a { background-color: rgb(45,13,220); }
div.DivClassName
{
background-color: #2D0DDC;
}
.BgClassName
{
background-color: #2D0DDC;
}
</style>
border-color css
<style>
span { border-color: #2D0DDC; }
span { border-color: rgb(45,13,220); }
td.TdClassName
{
border-color: #2D0DDC;
}
.TagClassName
{
border-color: #2D0DDC;
}
</style>