Shades of Han Purple #2A08F9
Tints of Han Purple #2A08F9
RGB
CMYK
RGB Variations
Color information
#2A08F9 (or 0x2A08F9) is known color: Han Purple. HEX triplet: 2A, 08 and F9. RGB value is (42,8,249). Sum of RGB (Red+Green+Blue) = 42+8+249=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 249 (97.66% from 255 or 83.28% from 299); Max value from RGB is 249 - color contains mainly: blue. Hex color #2A08F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A08F9 is #D5F706. Grayscale: #2C2C2C. Windows color (decimal): -14022407 or 16320554. OLE color: 16320554.
HSL color Cylindrical-coordinate representation of color #2A08F9: hue angle of 248.46º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A08F9 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 8 | 249 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.02 |
| HSL | 248.46º | 0.95% | 0.5% | - |
| HSV(B) | 248.46º | 0.97% | 0.98% | - |
| XYZ | 18.14 | 7.51 | 90.12 | - |
| YUV | 45.64 | 242.76 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 249 | 0.83 | 0.97 | 0 | 0.02 | 248.46 | 0.95 | 0.5 |
| Hex | 2A | 8 | F9 | 53 | 61 | 0 | 2 | F8 | 5F | 32 |
| Octal | 52 | 10 | 371 | 123 | 141 | 0 | 2 | 370 | 137 | 62 |
| Binary | 101010 | 1000 | 11111001 | 1010011 | 1100001 | 0 | 10 | 11111000 | 1011111 | 110010 |
Color Harmonies of #2A08F9
Complementary color
Monochromatic Colors of #2A08F9
Black with #2A08F9
Text Example
Text Example
White with #2A08F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A08F9; }
p { color: rgb(42,8,249); }
H1.HeaderClassName
{
color: #2A08F9;
}
.AnyTagClassName
{
color: #2A08F9;
}
</style>
background-color css
<style>
a { background-color: #2A08F9; }
a { background-color: rgb(42,8,249); }
div.DivClassName
{
background-color: #2A08F9;
}
.BgClassName
{
background-color: #2A08F9;
}
</style>
border-color css
<style>
span { border-color: #2A08F9; }
span { border-color: rgb(42,8,249); }
td.TdClassName
{
border-color: #2A08F9;
}
.TagClassName
{
border-color: #2A08F9;
}
</style>