Shades of Han Purple #2826EF
Tints of Han Purple #2826EF
RGB
CMYK
RGB Variations
Color information
#2826EF (or 0x2826EF) is known color: Han Purple. HEX triplet: 28, 26 and EF. RGB value is (40,38,239). Sum of RGB (Red+Green+Blue) = 40+38+239=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #2826EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2826EF is #D7D910. Grayscale: #3C3C3C. Windows color (decimal): -14145809 or 15672872. OLE color: 15672872.
HSL color Cylindrical-coordinate representation of color #2826EF: hue angle of 240.6º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2826EF is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 38 | 239 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.06 |
| HSL | 240.6º | 0.86% | 0.54% | - |
| HSV(B) | 240.6º | 0.84% | 0.94% | - |
| XYZ | 17.15 | 8.07 | 82.32 | - |
| YUV | 61.51 | 228.16 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 239 | 0.83 | 0.84 | 0 | 0.06 | 240.6 | 0.86 | 0.54 |
| Hex | 28 | 26 | EF | 53 | 54 | 0 | 6 | F1 | 56 | 36 |
| Octal | 50 | 46 | 357 | 123 | 124 | 0 | 6 | 361 | 126 | 66 |
| Binary | 101000 | 100110 | 11101111 | 1010011 | 1010100 | 0 | 110 | 11110001 | 1010110 | 110110 |
Color Harmonies of #2826EF
Complementary color
Monochromatic Colors of #2826EF
Black with #2826EF
Text Example
Text Example
White with #2826EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826EF; }
p { color: rgb(40,38,239); }
H1.HeaderClassName
{
color: #2826EF;
}
.AnyTagClassName
{
color: #2826EF;
}
</style>
background-color css
<style>
a { background-color: #2826EF; }
a { background-color: rgb(40,38,239); }
div.DivClassName
{
background-color: #2826EF;
}
.BgClassName
{
background-color: #2826EF;
}
</style>
border-color css
<style>
span { border-color: #2826EF; }
span { border-color: rgb(40,38,239); }
td.TdClassName
{
border-color: #2826EF;
}
.TagClassName
{
border-color: #2826EF;
}
</style>