Shades of Han Purple #2827EE
Tints of Han Purple #2827EE
RGB
CMYK
RGB Variations
Color information
#2827EE (or 0x2827EE) is known color: Han Purple. HEX triplet: 28, 27 and EE. RGB value is (40,39,238). Sum of RGB (Red+Green+Blue) = 40+39+238=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #2827EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2827EE is #D7D811. Grayscale: #3D3D3D. Windows color (decimal): -14145554 or 15607592. OLE color: 15607592.
HSL color Cylindrical-coordinate representation of color #2827EE: hue angle of 240.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2827EE is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 39 | 238 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.07 |
| HSL | 240.3º | 0.85% | 0.54% | - |
| HSV(B) | 240.3º | 0.84% | 0.93% | - |
| XYZ | 17.03 | 8.08 | 81.55 | - |
| YUV | 61.99 | 227.33 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 238 | 0.83 | 0.84 | 0 | 0.07 | 240.3 | 0.85 | 0.54 |
| Hex | 28 | 27 | EE | 53 | 54 | 0 | 7 | F0 | 55 | 36 |
| Octal | 50 | 47 | 356 | 123 | 124 | 0 | 7 | 360 | 125 | 66 |
| Binary | 101000 | 100111 | 11101110 | 1010011 | 1010100 | 0 | 111 | 11110000 | 1010101 | 110110 |
Color Harmonies of #2827EE
Complementary color
Monochromatic Colors of #2827EE
Black with #2827EE
Text Example
Text Example
White with #2827EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2827EE; }
p { color: rgb(40,39,238); }
H1.HeaderClassName
{
color: #2827EE;
}
.AnyTagClassName
{
color: #2827EE;
}
</style>
background-color css
<style>
a { background-color: #2827EE; }
a { background-color: rgb(40,39,238); }
div.DivClassName
{
background-color: #2827EE;
}
.BgClassName
{
background-color: #2827EE;
}
</style>
border-color css
<style>
span { border-color: #2827EE; }
span { border-color: rgb(40,39,238); }
td.TdClassName
{
border-color: #2827EE;
}
.TagClassName
{
border-color: #2827EE;
}
</style>