Shades of Han Purple #2813FE
Tints of Han Purple #2813FE
RGB
CMYK
RGB Variations
Color information
#2813FE (or 0x2813FE) is known color: Han Purple. HEX triplet: 28, 13 and FE. RGB value is (40,19,254). Sum of RGB (Red+Green+Blue) = 40+19+254=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 254 (99.61% from 255 or 81.15% from 313); Max value from RGB is 254 - color contains mainly: blue. Hex color #2813FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2813FE is #D7EC01. Grayscale: #333333. Windows color (decimal): -14150658 or 16651048. OLE color: 16651048.
HSL color Cylindrical-coordinate representation of color #2813FE: hue angle of 245.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2813FE is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 19 | 254 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.00 |
| HSL | 245.36º | 0.99% | 0.54% | - |
| HSV(B) | 245.36º | 0.93% | 1% | - |
| XYZ | 19 | 8.07 | 94.32 | - |
| YUV | 52.07 | 241.96 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 254 | 0.84 | 0.93 | 0 | 0.00 | 245.36 | 0.99 | 0.54 |
| Hex | 28 | 13 | FE | 54 | 5D | 0 | 0 | F5 | 63 | 36 |
| Octal | 50 | 23 | 376 | 124 | 135 | 0 | 0 | 365 | 143 | 66 |
| Binary | 101000 | 10011 | 11111110 | 1010100 | 1011101 | 0 | 0 | 11110101 | 1100011 | 110110 |
Color Harmonies of #2813FE
Complementary color
Monochromatic Colors of #2813FE
Black with #2813FE
Text Example
Text Example
White with #2813FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813FE; }
p { color: rgb(40,19,254); }
H1.HeaderClassName
{
color: #2813FE;
}
.AnyTagClassName
{
color: #2813FE;
}
</style>
background-color css
<style>
a { background-color: #2813FE; }
a { background-color: rgb(40,19,254); }
div.DivClassName
{
background-color: #2813FE;
}
.BgClassName
{
background-color: #2813FE;
}
</style>
border-color css
<style>
span { border-color: #2813FE; }
span { border-color: rgb(40,19,254); }
td.TdClassName
{
border-color: #2813FE;
}
.TagClassName
{
border-color: #2813FE;
}
</style>