Shades of Han Purple #2E09DB
Tints of Han Purple #2E09DB
RGB
CMYK
RGB Variations
Color information
#2E09DB (or 0x2E09DB) is known color: Han Purple. HEX triplet: 2E, 09 and DB. RGB value is (46,9,219). Sum of RGB (Red+Green+Blue) = 46+9+219=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E09DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E09DB is #D1F624. Grayscale: #2B2B2B. Windows color (decimal): -13760037 or 14354734. OLE color: 14354734.
HSL color Cylindrical-coordinate representation of color #2E09DB: hue angle of 250.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E09DB is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 9 | 219 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.14 |
| HSL | 250.57º | 0.92% | 0.45% | - |
| HSV(B) | 250.57º | 0.96% | 0.86% | - |
| XYZ | 14.01 | 5.89 | 67.42 | - |
| YUV | 44 | 226.76 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 219 | 0.79 | 0.96 | 0 | 0.14 | 250.57 | 0.92 | 0.45 |
| Hex | 2E | 9 | DB | 4F | 60 | 0 | E | FB | 5C | 2D |
| Octal | 56 | 11 | 333 | 117 | 140 | 0 | 16 | 373 | 134 | 55 |
| Binary | 101110 | 1001 | 11011011 | 1001111 | 1100000 | 0 | 1110 | 11111011 | 1011100 | 101101 |
Color Harmonies of #2E09DB
Complementary color
Monochromatic Colors of #2E09DB
Black with #2E09DB
Text Example
Text Example
White with #2E09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E09DB; }
p { color: rgb(46,9,219); }
H1.HeaderClassName
{
color: #2E09DB;
}
.AnyTagClassName
{
color: #2E09DB;
}
</style>
background-color css
<style>
a { background-color: #2E09DB; }
a { background-color: rgb(46,9,219); }
div.DivClassName
{
background-color: #2E09DB;
}
.BgClassName
{
background-color: #2E09DB;
}
</style>
border-color css
<style>
span { border-color: #2E09DB; }
span { border-color: rgb(46,9,219); }
td.TdClassName
{
border-color: #2E09DB;
}
.TagClassName
{
border-color: #2E09DB;
}
</style>