Shades of Han Purple #2A08FA
Tints of Han Purple #2A08FA
RGB
CMYK
RGB Variations
Color information
#2A08FA (or 0x2A08FA) is known color: Han Purple. HEX triplet: 2A, 08 and FA. RGB value is (42,8,250). Sum of RGB (Red+Green+Blue) = 42+8+250=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A08FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A08FA is #D5F705. Grayscale: #2C2C2C. Windows color (decimal): -14022406 or 16386090. OLE color: 16386090.
HSL color Cylindrical-coordinate representation of color #2A08FA: hue angle of 248.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A08FA is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 8 | 250 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.02 |
| HSL | 248.43º | 0.96% | 0.51% | - |
| HSV(B) | 248.43º | 0.97% | 0.98% | - |
| XYZ | 18.3 | 7.57 | 90.94 | - |
| YUV | 45.75 | 243.26 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 250 | 0.83 | 0.97 | 0 | 0.02 | 248.43 | 0.96 | 0.51 |
| Hex | 2A | 8 | FA | 53 | 61 | 0 | 2 | F8 | 60 | 33 |
| Octal | 52 | 10 | 372 | 123 | 141 | 0 | 2 | 370 | 140 | 63 |
| Binary | 101010 | 1000 | 11111010 | 1010011 | 1100001 | 0 | 10 | 11111000 | 1100000 | 110011 |
Color Harmonies of #2A08FA
Complementary color
Monochromatic Colors of #2A08FA
Black with #2A08FA
Text Example
Text Example
White with #2A08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A08FA; }
p { color: rgb(42,8,250); }
H1.HeaderClassName
{
color: #2A08FA;
}
.AnyTagClassName
{
color: #2A08FA;
}
</style>
background-color css
<style>
a { background-color: #2A08FA; }
a { background-color: rgb(42,8,250); }
div.DivClassName
{
background-color: #2A08FA;
}
.BgClassName
{
background-color: #2A08FA;
}
</style>
border-color css
<style>
span { border-color: #2A08FA; }
span { border-color: rgb(42,8,250); }
td.TdClassName
{
border-color: #2A08FA;
}
.TagClassName
{
border-color: #2A08FA;
}
</style>