Shades of Han Purple #2E24FB
Tints of Han Purple #2E24FB
RGB
CMYK
RGB Variations
Color information
#2E24FB (or 0x2E24FB) is known color: Han Purple. HEX triplet: 2E, 24 and FB. RGB value is (46,36,251). Sum of RGB (Red+Green+Blue) = 46+36+251=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E24FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E24FB is #D1DB04. Grayscale: #3E3E3E. Windows color (decimal): -13753093 or 16458798. OLE color: 16458798.
HSL color Cylindrical-coordinate representation of color #2E24FB: hue angle of 242.79º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E24FB is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 36 | 251 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.02 |
| HSL | 242.79º | 0.96% | 0.56% | - |
| HSV(B) | 242.79º | 0.86% | 0.98% | - |
| XYZ | 19.17 | 8.81 | 91.96 | - |
| YUV | 63.5 | 233.81 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 251 | 0.82 | 0.86 | 0 | 0.02 | 242.79 | 0.96 | 0.56 |
| Hex | 2E | 24 | FB | 52 | 56 | 0 | 2 | F3 | 60 | 38 |
| Octal | 56 | 44 | 373 | 122 | 126 | 0 | 2 | 363 | 140 | 70 |
| Binary | 101110 | 100100 | 11111011 | 1010010 | 1010110 | 0 | 10 | 11110011 | 1100000 | 111000 |
Color Harmonies of #2E24FB
Complementary color
Monochromatic Colors of #2E24FB
Black with #2E24FB
Text Example
Text Example
White with #2E24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E24FB; }
p { color: rgb(46,36,251); }
H1.HeaderClassName
{
color: #2E24FB;
}
.AnyTagClassName
{
color: #2E24FB;
}
</style>
background-color css
<style>
a { background-color: #2E24FB; }
a { background-color: rgb(46,36,251); }
div.DivClassName
{
background-color: #2E24FB;
}
.BgClassName
{
background-color: #2E24FB;
}
</style>
border-color css
<style>
span { border-color: #2E24FB; }
span { border-color: rgb(46,36,251); }
td.TdClassName
{
border-color: #2E24FB;
}
.TagClassName
{
border-color: #2E24FB;
}
</style>