Shades of Han Purple #2819FD
Tints of Han Purple #2819FD
RGB
CMYK
RGB Variations
Color information
#2819FD (or 0x2819FD) is known color: Han Purple. HEX triplet: 28, 19 and FD. RGB value is (40,25,253). Sum of RGB (Red+Green+Blue) = 40+25+253=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #2819FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2819FD is #D7E602. Grayscale: #363636. Windows color (decimal): -14149123 or 16587048. OLE color: 16587048.
HSL color Cylindrical-coordinate representation of color #2819FD: hue angle of 243.95º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2819FD is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 25 | 253 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.01 |
| HSL | 243.95º | 0.98% | 0.55% | - |
| HSV(B) | 243.95º | 0.9% | 0.99% | - |
| XYZ | 18.95 | 8.24 | 93.52 | - |
| YUV | 55.48 | 239.47 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 253 | 0.84 | 0.90 | 0 | 0.01 | 243.95 | 0.98 | 0.55 |
| Hex | 28 | 19 | FD | 54 | 5A | 0 | 1 | F4 | 62 | 37 |
| Octal | 50 | 31 | 375 | 124 | 132 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101000 | 11001 | 11111101 | 1010100 | 1011010 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #2819FD
Complementary color
Monochromatic Colors of #2819FD
Black with #2819FD
Text Example
Text Example
White with #2819FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819FD; }
p { color: rgb(40,25,253); }
H1.HeaderClassName
{
color: #2819FD;
}
.AnyTagClassName
{
color: #2819FD;
}
</style>
background-color css
<style>
a { background-color: #2819FD; }
a { background-color: rgb(40,25,253); }
div.DivClassName
{
background-color: #2819FD;
}
.BgClassName
{
background-color: #2819FD;
}
</style>
border-color css
<style>
span { border-color: #2819FD; }
span { border-color: rgb(40,25,253); }
td.TdClassName
{
border-color: #2819FD;
}
.TagClassName
{
border-color: #2819FD;
}
</style>