Shades of Han Purple #2A17EF
Tints of Han Purple #2A17EF
RGB
CMYK
RGB Variations
Color information
#2A17EF (or 0x2A17EF) is known color: Han Purple. HEX triplet: 2A, 17 and EF. RGB value is (42,23,239). Sum of RGB (Red+Green+Blue) = 42+23+239=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A17EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A17EF is #D5E810. Grayscale: #343434. Windows color (decimal): -14018577 or 15669034. OLE color: 15669034.
HSL color Cylindrical-coordinate representation of color #2A17EF: hue angle of 245.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A17EF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 23 | 239 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.06 |
| HSL | 245.28º | 0.87% | 0.51% | - |
| HSV(B) | 245.28º | 0.9% | 0.94% | - |
| XYZ | 16.84 | 7.34 | 82.19 | - |
| YUV | 53.31 | 232.79 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 239 | 0.82 | 0.90 | 0 | 0.06 | 245.28 | 0.87 | 0.51 |
| Hex | 2A | 17 | EF | 52 | 5A | 0 | 6 | F5 | 57 | 33 |
| Octal | 52 | 27 | 357 | 122 | 132 | 0 | 6 | 365 | 127 | 63 |
| Binary | 101010 | 10111 | 11101111 | 1010010 | 1011010 | 0 | 110 | 11110101 | 1010111 | 110011 |
Color Harmonies of #2A17EF
Complementary color
Monochromatic Colors of #2A17EF
Black with #2A17EF
Text Example
Text Example
White with #2A17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A17EF; }
p { color: rgb(42,23,239); }
H1.HeaderClassName
{
color: #2A17EF;
}
.AnyTagClassName
{
color: #2A17EF;
}
</style>
background-color css
<style>
a { background-color: #2A17EF; }
a { background-color: rgb(42,23,239); }
div.DivClassName
{
background-color: #2A17EF;
}
.BgClassName
{
background-color: #2A17EF;
}
</style>
border-color css
<style>
span { border-color: #2A17EF; }
span { border-color: rgb(42,23,239); }
td.TdClassName
{
border-color: #2A17EF;
}
.TagClassName
{
border-color: #2A17EF;
}
</style>