Shades of Han Purple #2A0FF9
Tints of Han Purple #2A0FF9
RGB
CMYK
RGB Variations
Color information
#2A0FF9 (or 0x2A0FF9) is known color: Han Purple. HEX triplet: 2A, 0F and F9. RGB value is (42,15,249). Sum of RGB (Red+Green+Blue) = 42+15+249=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 249 (97.66% from 255 or 81.37% from 306); Max value from RGB is 249 - color contains mainly: blue. Hex color #2A0FF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0FF9 is #D5F006. Grayscale: #303030. Windows color (decimal): -14020615 or 16322346. OLE color: 16322346.
HSL color Cylindrical-coordinate representation of color #2A0FF9: hue angle of 246.92º degrees, saturation: 0.95, 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 #2A0FF9 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 15 | 249 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.02 |
| HSL | 246.92º | 0.95% | 0.52% | - |
| HSV(B) | 246.92º | 0.94% | 0.98% | - |
| XYZ | 18.22 | 7.67 | 90.14 | - |
| YUV | 49.75 | 240.45 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 249 | 0.83 | 0.94 | 0 | 0.02 | 246.92 | 0.95 | 0.52 |
| Hex | 2A | F | F9 | 53 | 5E | 0 | 2 | F7 | 5F | 34 |
| Octal | 52 | 17 | 371 | 123 | 136 | 0 | 2 | 367 | 137 | 64 |
| Binary | 101010 | 1111 | 11111001 | 1010011 | 1011110 | 0 | 10 | 11110111 | 1011111 | 110100 |
Color Harmonies of #2A0FF9
Complementary color
Monochromatic Colors of #2A0FF9
Black with #2A0FF9
Text Example
Text Example
White with #2A0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FF9; }
p { color: rgb(42,15,249); }
H1.HeaderClassName
{
color: #2A0FF9;
}
.AnyTagClassName
{
color: #2A0FF9;
}
</style>
background-color css
<style>
a { background-color: #2A0FF9; }
a { background-color: rgb(42,15,249); }
div.DivClassName
{
background-color: #2A0FF9;
}
.BgClassName
{
background-color: #2A0FF9;
}
</style>
border-color css
<style>
span { border-color: #2A0FF9; }
span { border-color: rgb(42,15,249); }
td.TdClassName
{
border-color: #2A0FF9;
}
.TagClassName
{
border-color: #2A0FF9;
}
</style>