Shades of Han Purple #2D11DB
Tints of Han Purple #2D11DB
RGB
CMYK
RGB Variations
Color information
#2D11DB (or 0x2D11DB) is known color: Han Purple. HEX triplet: 2D, 11 and DB. RGB value is (45,17,219). Sum of RGB (Red+Green+Blue) = 45+17+219=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D11DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D11DB is #D2EE24. Grayscale: #2F2F2F. Windows color (decimal): -13823525 or 14356781. OLE color: 14356781.
HSL color Cylindrical-coordinate representation of color #2D11DB: hue angle of 248.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D11DB is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 45 | 17 | 219 | - |
CMYK | 0.79 | 0.92 | 0 | 0.14 |
HSL | 248.32º | 0.86% | 0.46% | - |
HSV(B) | 248.32º | 0.92% | 0.86% | - |
XYZ | 14.07 | 6.07 | 67.45 | - |
YUV | 48.4 | 224.28 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 17 | 219 | 0.79 | 0.92 | 0 | 0.14 | 248.32 | 0.86 | 0.46 |
Hex | 2D | 11 | DB | 4F | 5C | 0 | E | F8 | 56 | 2E |
Octal | 55 | 21 | 333 | 117 | 134 | 0 | 16 | 370 | 126 | 56 |
Binary | 101101 | 10001 | 11011011 | 1001111 | 1011100 | 0 | 1110 | 11111000 | 1010110 | 101110 |
Color Harmonies of #2D11DB
Complementary color
Monochromatic Colors of #2D11DB
Black with #2D11DB
Text Example
Text Example
White with #2D11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D11DB; }
p { color: rgb(45,17,219); }
H1.HeaderClassName
{
color: #2D11DB;
}
.AnyTagClassName
{
color: #2D11DB;
}
</style>
background-color css
<style>
a { background-color: #2D11DB; }
a { background-color: rgb(45,17,219); }
div.DivClassName
{
background-color: #2D11DB;
}
.BgClassName
{
background-color: #2D11DB;
}
</style>
border-color css
<style>
span { border-color: #2D11DB; }
span { border-color: rgb(45,17,219); }
td.TdClassName
{
border-color: #2D11DB;
}
.TagClassName
{
border-color: #2D11DB;
}
</style>