Shades of Han Purple #2826EA
Tints of Han Purple #2826EA
RGB
CMYK
RGB Variations
Color information
#2826EA (or 0x2826EA) is known color: Han Purple. HEX triplet: 28, 26 and EA. RGB value is (40,38,234). Sum of RGB (Red+Green+Blue) = 40+38+234=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #2826EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2826EA is #D7D915. Grayscale: #3C3C3C. Windows color (decimal): -14145814 or 15345192. OLE color: 15345192.
HSL color Cylindrical-coordinate representation of color #2826EA: hue angle of 240.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2826EA is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 38 | 234 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.08 |
| HSL | 240.61º | 0.82% | 0.53% | - |
| HSV(B) | 240.61º | 0.84% | 0.92% | - |
| XYZ | 16.42 | 7.78 | 78.48 | - |
| YUV | 60.94 | 225.66 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 234 | 0.83 | 0.84 | 0 | 0.08 | 240.61 | 0.82 | 0.53 |
| Hex | 28 | 26 | EA | 53 | 54 | 0 | 8 | F1 | 52 | 35 |
| Octal | 50 | 46 | 352 | 123 | 124 | 0 | 10 | 361 | 122 | 65 |
| Binary | 101000 | 100110 | 11101010 | 1010011 | 1010100 | 0 | 1000 | 11110001 | 1010010 | 110101 |
Color Harmonies of #2826EA
Complementary color
Monochromatic Colors of #2826EA
Black with #2826EA
Text Example
Text Example
White with #2826EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826EA; }
p { color: rgb(40,38,234); }
H1.HeaderClassName
{
color: #2826EA;
}
.AnyTagClassName
{
color: #2826EA;
}
</style>
background-color css
<style>
a { background-color: #2826EA; }
a { background-color: rgb(40,38,234); }
div.DivClassName
{
background-color: #2826EA;
}
.BgClassName
{
background-color: #2826EA;
}
</style>
border-color css
<style>
span { border-color: #2826EA; }
span { border-color: rgb(40,38,234); }
td.TdClassName
{
border-color: #2826EA;
}
.TagClassName
{
border-color: #2826EA;
}
</style>