Shades of Han Purple #2813EA
Tints of Han Purple #2813EA
RGB
CMYK
RGB Variations
Color information
#2813EA (or 0x2813EA) is known color: Han Purple. HEX triplet: 28, 13 and EA. RGB value is (40,19,234). Sum of RGB (Red+Green+Blue) = 40+19+234=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 234 (91.80% from 255 or 79.86% from 293); Max value from RGB is 234 - color contains mainly: blue. Hex color #2813EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2813EA is #D7EC15. Grayscale: #303030. Windows color (decimal): -14150678 or 15340328. OLE color: 15340328.
HSL color Cylindrical-coordinate representation of color #2813EA: hue angle of 245.86º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2813EA is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 19 | 234 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.08 |
| HSL | 245.86º | 0.85% | 0.5% | - |
| HSV(B) | 245.86º | 0.92% | 0.92% | - |
| XYZ | 15.96 | 6.86 | 78.32 | - |
| YUV | 49.79 | 231.96 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 234 | 0.83 | 0.92 | 0 | 0.08 | 245.86 | 0.85 | 0.5 |
| Hex | 28 | 13 | EA | 53 | 5C | 0 | 8 | F6 | 55 | 32 |
| Octal | 50 | 23 | 352 | 123 | 134 | 0 | 10 | 366 | 125 | 62 |
| Binary | 101000 | 10011 | 11101010 | 1010011 | 1011100 | 0 | 1000 | 11110110 | 1010101 | 110010 |
Color Harmonies of #2813EA
Complementary color
Monochromatic Colors of #2813EA
Black with #2813EA
Text Example
Text Example
White with #2813EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813EA; }
p { color: rgb(40,19,234); }
H1.HeaderClassName
{
color: #2813EA;
}
.AnyTagClassName
{
color: #2813EA;
}
</style>
background-color css
<style>
a { background-color: #2813EA; }
a { background-color: rgb(40,19,234); }
div.DivClassName
{
background-color: #2813EA;
}
.BgClassName
{
background-color: #2813EA;
}
</style>
border-color css
<style>
span { border-color: #2813EA; }
span { border-color: rgb(40,19,234); }
td.TdClassName
{
border-color: #2813EA;
}
.TagClassName
{
border-color: #2813EA;
}
</style>