Shades of Han Purple #2A0AF3
Tints of Han Purple #2A0AF3
RGB
CMYK
RGB Variations
Color information
#2A0AF3 (or 0x2A0AF3) is known color: Han Purple. HEX triplet: 2A, 0A and F3. RGB value is (42,10,243). Sum of RGB (Red+Green+Blue) = 42+10+243=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 243 (95.31% from 255 or 82.37% from 295); Max value from RGB is 243 - color contains mainly: blue. Hex color #2A0AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0AF3 is #D5F50C. Grayscale: #2D2D2D. Windows color (decimal): -14021901 or 15927850. OLE color: 15927850.
HSL color Cylindrical-coordinate representation of color #2A0AF3: hue angle of 248.24º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0AF3 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 10 | 243 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.05 |
| HSL | 248.24º | 0.92% | 0.5% | - |
| HSV(B) | 248.24º | 0.96% | 0.95% | - |
| XYZ | 17.24 | 7.18 | 85.27 | - |
| YUV | 46.13 | 239.1 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 243 | 0.83 | 0.96 | 0 | 0.05 | 248.24 | 0.92 | 0.5 |
| Hex | 2A | A | F3 | 53 | 60 | 0 | 5 | F8 | 5C | 32 |
| Octal | 52 | 12 | 363 | 123 | 140 | 0 | 5 | 370 | 134 | 62 |
| Binary | 101010 | 1010 | 11110011 | 1010011 | 1100000 | 0 | 101 | 11111000 | 1011100 | 110010 |
Color Harmonies of #2A0AF3
Complementary color
Monochromatic Colors of #2A0AF3
Black with #2A0AF3
Text Example
Text Example
White with #2A0AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0AF3; }
p { color: rgb(42,10,243); }
H1.HeaderClassName
{
color: #2A0AF3;
}
.AnyTagClassName
{
color: #2A0AF3;
}
</style>
background-color css
<style>
a { background-color: #2A0AF3; }
a { background-color: rgb(42,10,243); }
div.DivClassName
{
background-color: #2A0AF3;
}
.BgClassName
{
background-color: #2A0AF3;
}
</style>
border-color css
<style>
span { border-color: #2A0AF3; }
span { border-color: rgb(42,10,243); }
td.TdClassName
{
border-color: #2A0AF3;
}
.TagClassName
{
border-color: #2A0AF3;
}
</style>