Shades of Han Purple #2A13FF
Tints of Han Purple #2A13FF
RGB
CMYK
RGB Variations
Color information
#2A13FF (or 0x2A13FF) is known color: Han Purple. HEX triplet: 2A, 13 and FF. RGB value is (42,19,255). Sum of RGB (Red+Green+Blue) = 42+19+255=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A13FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A13FF is #D5EC00. Grayscale: #333333. Windows color (decimal): -14019585 or 16716586. OLE color: 16716586.
HSL color Cylindrical-coordinate representation of color #2A13FF: hue angle of 245.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A13FF is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 19 | 255 | - |
| CMYK | 0.84 | 0.93 | 0 | 0 |
| HSL | 245.85º | 1% | 0.54% | - |
| HSV(B) | 245.85º | 0.93% | 1% | - |
| XYZ | 19.24 | 8.18 | 95.17 | - |
| YUV | 52.78 | 242.12 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 255 | 0.84 | 0.93 | 0 | 0 | 245.85 | 1 | 0.54 |
| Hex | 2A | 13 | FF | 54 | 5D | 0 | 0 | F6 | 64 | 36 |
| Octal | 52 | 23 | 377 | 124 | 135 | 0 | 0 | 366 | 144 | 66 |
| Binary | 101010 | 10011 | 11111111 | 1010100 | 1011101 | 0 | 0 | 11110110 | 1100100 | 110110 |
Color Harmonies of #2A13FF
Complementary color
Monochromatic Colors of #2A13FF
Black with #2A13FF
Text Example
Text Example
White with #2A13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A13FF; }
p { color: rgb(42,19,255); }
H1.HeaderClassName
{
color: #2A13FF;
}
.AnyTagClassName
{
color: #2A13FF;
}
</style>
background-color css
<style>
a { background-color: #2A13FF; }
a { background-color: rgb(42,19,255); }
div.DivClassName
{
background-color: #2A13FF;
}
.BgClassName
{
background-color: #2A13FF;
}
</style>
border-color css
<style>
span { border-color: #2A13FF; }
span { border-color: rgb(42,19,255); }
td.TdClassName
{
border-color: #2A13FF;
}
.TagClassName
{
border-color: #2A13FF;
}
</style>