Shades of Han Purple #2A19FD
Tints of Han Purple #2A19FD
RGB
CMYK
RGB Variations
Color information
#2A19FD (or 0x2A19FD) is known color: Han Purple. HEX triplet: 2A, 19 and FD. RGB value is (42,25,253). Sum of RGB (Red+Green+Blue) = 42+25+253=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A19FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A19FD is #D5E602. Grayscale: #373737. Windows color (decimal): -14018051 or 16587050. OLE color: 16587050.
HSL color Cylindrical-coordinate representation of color #2A19FD: hue angle of 244.47º 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 #2A19FD is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 25 | 253 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.01 |
| HSL | 244.47º | 0.98% | 0.55% | - |
| HSV(B) | 244.47º | 0.9% | 0.99% | - |
| XYZ | 19.03 | 8.28 | 93.52 | - |
| YUV | 56.08 | 239.13 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 253 | 0.83 | 0.90 | 0 | 0.01 | 244.47 | 0.98 | 0.55 |
| Hex | 2A | 19 | FD | 53 | 5A | 0 | 1 | F4 | 62 | 37 |
| Octal | 52 | 31 | 375 | 123 | 132 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101010 | 11001 | 11111101 | 1010011 | 1011010 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #2A19FD
Complementary color
Monochromatic Colors of #2A19FD
Black with #2A19FD
Text Example
Text Example
White with #2A19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A19FD; }
p { color: rgb(42,25,253); }
H1.HeaderClassName
{
color: #2A19FD;
}
.AnyTagClassName
{
color: #2A19FD;
}
</style>
background-color css
<style>
a { background-color: #2A19FD; }
a { background-color: rgb(42,25,253); }
div.DivClassName
{
background-color: #2A19FD;
}
.BgClassName
{
background-color: #2A19FD;
}
</style>
border-color css
<style>
span { border-color: #2A19FD; }
span { border-color: rgb(42,25,253); }
td.TdClassName
{
border-color: #2A19FD;
}
.TagClassName
{
border-color: #2A19FD;
}
</style>