Shades of Han Purple #2E06FF
Tints of Han Purple #2E06FF
RGB
CMYK
RGB Variations
Color information
#2E06FF (or 0x2E06FF) is known color: Han Purple. HEX triplet: 2E, 06 and FF. RGB value is (46,6,255). Sum of RGB (Red+Green+Blue) = 46+6+255=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E06FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E06FF is #D1F900. Grayscale: #2D2D2D. Windows color (decimal): -13760769 or 16713262. OLE color: 16713262.
HSL color Cylindrical-coordinate representation of color #2E06FF: hue angle of 249.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E06FF is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 6 | 255 | - |
| CMYK | 0.82 | 0.98 | 0 | 0 |
| HSL | 249.64º | 1% | 0.51% | - |
| HSV(B) | 249.64º | 0.98% | 1% | - |
| XYZ | 19.24 | 7.93 | 95.12 | - |
| YUV | 46.35 | 245.75 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 255 | 0.82 | 0.98 | 0 | 0 | 249.64 | 1 | 0.51 |
| Hex | 2E | 6 | FF | 52 | 62 | 0 | 0 | FA | 64 | 33 |
| Octal | 56 | 6 | 377 | 122 | 142 | 0 | 0 | 372 | 144 | 63 |
| Binary | 101110 | 110 | 11111111 | 1010010 | 1100010 | 0 | 0 | 11111010 | 1100100 | 110011 |
Color Harmonies of #2E06FF
Complementary color
Monochromatic Colors of #2E06FF
Black with #2E06FF
Text Example
Text Example
White with #2E06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E06FF; }
p { color: rgb(46,6,255); }
H1.HeaderClassName
{
color: #2E06FF;
}
.AnyTagClassName
{
color: #2E06FF;
}
</style>
background-color css
<style>
a { background-color: #2E06FF; }
a { background-color: rgb(46,6,255); }
div.DivClassName
{
background-color: #2E06FF;
}
.BgClassName
{
background-color: #2E06FF;
}
</style>
border-color css
<style>
span { border-color: #2E06FF; }
span { border-color: rgb(46,6,255); }
td.TdClassName
{
border-color: #2E06FF;
}
.TagClassName
{
border-color: #2E06FF;
}
</style>