Shades of Han Purple #2A0FFA
Tints of Han Purple #2A0FFA
RGB
CMYK
RGB Variations
Color information
#2A0FFA (or 0x2A0FFA) is known color: Han Purple. HEX triplet: 2A, 0F and FA. RGB value is (42,15,250). Sum of RGB (Red+Green+Blue) = 42+15+250=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A0FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0FFA is #D5F005. Grayscale: #303030. Windows color (decimal): -14020614 or 16387882. OLE color: 16387882.
HSL color Cylindrical-coordinate representation of color #2A0FFA: hue angle of 246.89º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0FFA is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 15 | 250 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.02 |
| HSL | 246.89º | 0.96% | 0.52% | - |
| HSV(B) | 246.89º | 0.94% | 0.98% | - |
| XYZ | 18.38 | 7.74 | 90.97 | - |
| YUV | 49.86 | 240.95 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 250 | 0.83 | 0.94 | 0 | 0.02 | 246.89 | 0.96 | 0.52 |
| Hex | 2A | F | FA | 53 | 5E | 0 | 2 | F7 | 60 | 34 |
| Octal | 52 | 17 | 372 | 123 | 136 | 0 | 2 | 367 | 140 | 64 |
| Binary | 101010 | 1111 | 11111010 | 1010011 | 1011110 | 0 | 10 | 11110111 | 1100000 | 110100 |
Color Harmonies of #2A0FFA
Complementary color
Monochromatic Colors of #2A0FFA
Black with #2A0FFA
Text Example
Text Example
White with #2A0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FFA; }
p { color: rgb(42,15,250); }
H1.HeaderClassName
{
color: #2A0FFA;
}
.AnyTagClassName
{
color: #2A0FFA;
}
</style>
background-color css
<style>
a { background-color: #2A0FFA; }
a { background-color: rgb(42,15,250); }
div.DivClassName
{
background-color: #2A0FFA;
}
.BgClassName
{
background-color: #2A0FFA;
}
</style>
border-color css
<style>
span { border-color: #2A0FFA; }
span { border-color: rgb(42,15,250); }
td.TdClassName
{
border-color: #2A0FFA;
}
.TagClassName
{
border-color: #2A0FFA;
}
</style>