Shades of Han Purple #2823ED
Tints of Han Purple #2823ED
RGB
CMYK
RGB Variations
Color information
#2823ED (or 0x2823ED) is known color: Han Purple. HEX triplet: 28, 23 and ED. RGB value is (40,35,237). Sum of RGB (Red+Green+Blue) = 40+35+237=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #2823ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2823ED is #D7DC12. Grayscale: #3A3A3A. Windows color (decimal): -14146579 or 15541032. OLE color: 15541032.
HSL color Cylindrical-coordinate representation of color #2823ED: hue angle of 241.49º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2823ED is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 35 | 237 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.07 |
| HSL | 241.49º | 0.85% | 0.53% | - |
| HSV(B) | 241.49º | 0.85% | 0.93% | - |
| XYZ | 16.76 | 7.77 | 80.74 | - |
| YUV | 59.52 | 228.16 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 237 | 0.83 | 0.85 | 0 | 0.07 | 241.49 | 0.85 | 0.53 |
| Hex | 28 | 23 | ED | 53 | 55 | 0 | 7 | F1 | 55 | 35 |
| Octal | 50 | 43 | 355 | 123 | 125 | 0 | 7 | 361 | 125 | 65 |
| Binary | 101000 | 100011 | 11101101 | 1010011 | 1010101 | 0 | 111 | 11110001 | 1010101 | 110101 |
Color Harmonies of #2823ED
Complementary color
Monochromatic Colors of #2823ED
Black with #2823ED
Text Example
Text Example
White with #2823ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823ED; }
p { color: rgb(40,35,237); }
H1.HeaderClassName
{
color: #2823ED;
}
.AnyTagClassName
{
color: #2823ED;
}
</style>
background-color css
<style>
a { background-color: #2823ED; }
a { background-color: rgb(40,35,237); }
div.DivClassName
{
background-color: #2823ED;
}
.BgClassName
{
background-color: #2823ED;
}
</style>
border-color css
<style>
span { border-color: #2823ED; }
span { border-color: rgb(40,35,237); }
td.TdClassName
{
border-color: #2823ED;
}
.TagClassName
{
border-color: #2823ED;
}
</style>