Shades of Han Purple #2815F3
Tints of Han Purple #2815F3
RGB
CMYK
RGB Variations
Color information
#2815F3 (or 0x2815F3) is known color: Han Purple. HEX triplet: 28, 15 and F3. RGB value is (40,21,243). Sum of RGB (Red+Green+Blue) = 40+21+243=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 243 (95.31% from 255 or 79.93% from 304); Max value from RGB is 243 - color contains mainly: blue. Hex color #2815F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2815F3 is #D7EA0C. Grayscale: #333333. Windows color (decimal): -14150157 or 15930664. OLE color: 15930664.
HSL color Cylindrical-coordinate representation of color #2815F3: hue angle of 245.14º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2815F3 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 21 | 243 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.05 |
| HSL | 245.14º | 0.9% | 0.52% | - |
| HSV(B) | 245.14º | 0.91% | 0.95% | - |
| XYZ | 17.32 | 7.46 | 85.32 | - |
| YUV | 51.99 | 235.79 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 243 | 0.84 | 0.91 | 0 | 0.05 | 245.14 | 0.9 | 0.52 |
| Hex | 28 | 15 | F3 | 54 | 5B | 0 | 5 | F5 | 5A | 34 |
| Octal | 50 | 25 | 363 | 124 | 133 | 0 | 5 | 365 | 132 | 64 |
| Binary | 101000 | 10101 | 11110011 | 1010100 | 1011011 | 0 | 101 | 11110101 | 1011010 | 110100 |
Color Harmonies of #2815F3
Complementary color
Monochromatic Colors of #2815F3
Black with #2815F3
Text Example
Text Example
White with #2815F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2815F3; }
p { color: rgb(40,21,243); }
H1.HeaderClassName
{
color: #2815F3;
}
.AnyTagClassName
{
color: #2815F3;
}
</style>
background-color css
<style>
a { background-color: #2815F3; }
a { background-color: rgb(40,21,243); }
div.DivClassName
{
background-color: #2815F3;
}
.BgClassName
{
background-color: #2815F3;
}
</style>
border-color css
<style>
span { border-color: #2815F3; }
span { border-color: rgb(40,21,243); }
td.TdClassName
{
border-color: #2815F3;
}
.TagClassName
{
border-color: #2815F3;
}
</style>