Shades of Han Purple #2A18FF
Tints of Han Purple #2A18FF
RGB
CMYK
RGB Variations
Color information
#2A18FF (or 0x2A18FF) is known color: Han Purple. HEX triplet: 2A, 18 and FF. RGB value is (42,24,255). Sum of RGB (Red+Green+Blue) = 42+24+255=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A18FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A18FF is #D5E700. Grayscale: #363636. Windows color (decimal): -14018305 or 16717866. OLE color: 16717866.
HSL color Cylindrical-coordinate representation of color #2A18FF: hue angle of 244.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A18FF is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 24 | 255 | - |
| CMYK | 0.84 | 0.91 | 0 | 0 |
| HSL | 244.68º | 1% | 0.55% | - |
| HSV(B) | 244.68º | 0.91% | 1% | - |
| XYZ | 19.33 | 8.37 | 95.2 | - |
| YUV | 55.72 | 240.46 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 255 | 0.84 | 0.91 | 0 | 0 | 244.68 | 1 | 0.55 |
| Hex | 2A | 18 | FF | 54 | 5B | 0 | 0 | F5 | 64 | 37 |
| Octal | 52 | 30 | 377 | 124 | 133 | 0 | 0 | 365 | 144 | 67 |
| Binary | 101010 | 11000 | 11111111 | 1010100 | 1011011 | 0 | 0 | 11110101 | 1100100 | 110111 |
Color Harmonies of #2A18FF
Complementary color
Monochromatic Colors of #2A18FF
Black with #2A18FF
Text Example
Text Example
White with #2A18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A18FF; }
p { color: rgb(42,24,255); }
H1.HeaderClassName
{
color: #2A18FF;
}
.AnyTagClassName
{
color: #2A18FF;
}
</style>
background-color css
<style>
a { background-color: #2A18FF; }
a { background-color: rgb(42,24,255); }
div.DivClassName
{
background-color: #2A18FF;
}
.BgClassName
{
background-color: #2A18FF;
}
</style>
border-color css
<style>
span { border-color: #2A18FF; }
span { border-color: rgb(42,24,255); }
td.TdClassName
{
border-color: #2A18FF;
}
.TagClassName
{
border-color: #2A18FF;
}
</style>