Shades of Han Purple #2D0DDB
Tints of Han Purple #2D0DDB
RGB
CMYK
RGB Variations
Color information
#2D0DDB (or 0x2D0DDB) is known color: Han Purple. HEX triplet: 2D, 0D and DB. RGB value is (45,13,219). Sum of RGB (Red+Green+Blue) = 45+13+219=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0DDB is #D2F224. Grayscale: #2D2D2D. Windows color (decimal): -13824549 or 14355757. OLE color: 14355757.
HSL color Cylindrical-coordinate representation of color #2D0DDB: hue angle of 249.32º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0DDB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 13 | 219 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.14 |
| HSL | 249.32º | 0.89% | 0.45% | - |
| HSV(B) | 249.32º | 0.94% | 0.86% | - |
| XYZ | 14.01 | 5.96 | 67.43 | - |
| YUV | 46.05 | 225.6 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 219 | 0.79 | 0.94 | 0 | 0.14 | 249.32 | 0.89 | 0.45 |
| Hex | 2D | D | DB | 4F | 5E | 0 | E | F9 | 59 | 2D |
| Octal | 55 | 15 | 333 | 117 | 136 | 0 | 16 | 371 | 131 | 55 |
| Binary | 101101 | 1101 | 11011011 | 1001111 | 1011110 | 0 | 1110 | 11111001 | 1011001 | 101101 |
Color Harmonies of #2D0DDB
Complementary color
Monochromatic Colors of #2D0DDB
Black with #2D0DDB
Text Example
Text Example
White with #2D0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0DDB; }
p { color: rgb(45,13,219); }
H1.HeaderClassName
{
color: #2D0DDB;
}
.AnyTagClassName
{
color: #2D0DDB;
}
</style>
background-color css
<style>
a { background-color: #2D0DDB; }
a { background-color: rgb(45,13,219); }
div.DivClassName
{
background-color: #2D0DDB;
}
.BgClassName
{
background-color: #2D0DDB;
}
</style>
border-color css
<style>
span { border-color: #2D0DDB; }
span { border-color: rgb(45,13,219); }
td.TdClassName
{
border-color: #2D0DDB;
}
.TagClassName
{
border-color: #2D0DDB;
}
</style>