Shades of Han Purple #2823EB
Tints of Han Purple #2823EB
RGB
CMYK
RGB Variations
Color information
#2823EB (or 0x2823EB) is known color: Han Purple. HEX triplet: 28, 23 and EB. RGB value is (40,35,235). Sum of RGB (Red+Green+Blue) = 40+35+235=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 235 (92.19% from 255 or 75.81% from 310); Max value from RGB is 235 - color contains mainly: blue. Hex color #2823EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2823EB is #D7DC14. Grayscale: #3A3A3A. Windows color (decimal): -14146581 or 15409960. OLE color: 15409960.
HSL color Cylindrical-coordinate representation of color #2823EB: hue angle of 241.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2823EB is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 35 | 235 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.08 |
| HSL | 241.5º | 0.83% | 0.53% | - |
| HSV(B) | 241.5º | 0.85% | 0.92% | - |
| XYZ | 16.47 | 7.65 | 79.21 | - |
| YUV | 59.3 | 227.16 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 235 | 0.83 | 0.85 | 0 | 0.08 | 241.5 | 0.83 | 0.53 |
| Hex | 28 | 23 | EB | 53 | 55 | 0 | 8 | F2 | 53 | 35 |
| Octal | 50 | 43 | 353 | 123 | 125 | 0 | 10 | 362 | 123 | 65 |
| Binary | 101000 | 100011 | 11101011 | 1010011 | 1010101 | 0 | 1000 | 11110010 | 1010011 | 110101 |
Color Harmonies of #2823EB
Complementary color
Monochromatic Colors of #2823EB
Black with #2823EB
Text Example
Text Example
White with #2823EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823EB; }
p { color: rgb(40,35,235); }
H1.HeaderClassName
{
color: #2823EB;
}
.AnyTagClassName
{
color: #2823EB;
}
</style>
background-color css
<style>
a { background-color: #2823EB; }
a { background-color: rgb(40,35,235); }
div.DivClassName
{
background-color: #2823EB;
}
.BgClassName
{
background-color: #2823EB;
}
</style>
border-color css
<style>
span { border-color: #2823EB; }
span { border-color: rgb(40,35,235); }
td.TdClassName
{
border-color: #2823EB;
}
.TagClassName
{
border-color: #2823EB;
}
</style>