Shades of Han Purple #2827EA
Tints of Han Purple #2827EA
RGB
CMYK
RGB Variations
Color information
#2827EA (or 0x2827EA) is known color: Han Purple. HEX triplet: 28, 27 and EA. RGB value is (40,39,234). Sum of RGB (Red+Green+Blue) = 40+39+234=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #2827EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2827EA is #D7D815. Grayscale: #3C3C3C. Windows color (decimal): -14145558 or 15345448. OLE color: 15345448.
HSL color Cylindrical-coordinate representation of color #2827EA: hue angle of 240.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2827EA is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 39 | 234 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.08 |
| HSL | 240.31º | 0.82% | 0.54% | - |
| HSV(B) | 240.31º | 0.83% | 0.92% | - |
| XYZ | 16.45 | 7.84 | 78.49 | - |
| YUV | 61.53 | 225.33 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 234 | 0.83 | 0.83 | 0 | 0.08 | 240.31 | 0.82 | 0.54 |
| Hex | 28 | 27 | EA | 53 | 53 | 0 | 8 | F0 | 52 | 36 |
| Octal | 50 | 47 | 352 | 123 | 123 | 0 | 10 | 360 | 122 | 66 |
| Binary | 101000 | 100111 | 11101010 | 1010011 | 1010011 | 0 | 1000 | 11110000 | 1010010 | 110110 |
Color Harmonies of #2827EA
Complementary color
Monochromatic Colors of #2827EA
Black with #2827EA
Text Example
Text Example
White with #2827EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2827EA; }
p { color: rgb(40,39,234); }
H1.HeaderClassName
{
color: #2827EA;
}
.AnyTagClassName
{
color: #2827EA;
}
</style>
background-color css
<style>
a { background-color: #2827EA; }
a { background-color: rgb(40,39,234); }
div.DivClassName
{
background-color: #2827EA;
}
.BgClassName
{
background-color: #2827EA;
}
</style>
border-color css
<style>
span { border-color: #2827EA; }
span { border-color: rgb(40,39,234); }
td.TdClassName
{
border-color: #2827EA;
}
.TagClassName
{
border-color: #2827EA;
}
</style>