Shades of Han Purple #2A0DFA
Tints of Han Purple #2A0DFA
RGB
CMYK
RGB Variations
Color information
#2A0DFA (or 0x2A0DFA) is known color: Han Purple. HEX triplet: 2A, 0D and FA. RGB value is (42,13,250). Sum of RGB (Red+Green+Blue) = 42+13+250=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 250 (98.05% from 255 or 81.97% from 305); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A0DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0DFA is #D5F205. Grayscale: #2F2F2F. Windows color (decimal): -14021126 or 16387370. OLE color: 16387370.
HSL color Cylindrical-coordinate representation of color #2A0DFA: hue angle of 247.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0DFA is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 13 | 250 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.02 |
| HSL | 247.34º | 0.96% | 0.52% | - |
| HSV(B) | 247.34º | 0.95% | 0.98% | - |
| XYZ | 18.35 | 7.68 | 90.96 | - |
| YUV | 48.69 | 241.61 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 250 | 0.83 | 0.95 | 0 | 0.02 | 247.34 | 0.96 | 0.52 |
| Hex | 2A | D | FA | 53 | 5F | 0 | 2 | F7 | 60 | 34 |
| Octal | 52 | 15 | 372 | 123 | 137 | 0 | 2 | 367 | 140 | 64 |
| Binary | 101010 | 1101 | 11111010 | 1010011 | 1011111 | 0 | 10 | 11110111 | 1100000 | 110100 |
Color Harmonies of #2A0DFA
Complementary color
Monochromatic Colors of #2A0DFA
Black with #2A0DFA
Text Example
Text Example
White with #2A0DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0DFA; }
p { color: rgb(42,13,250); }
H1.HeaderClassName
{
color: #2A0DFA;
}
.AnyTagClassName
{
color: #2A0DFA;
}
</style>
background-color css
<style>
a { background-color: #2A0DFA; }
a { background-color: rgb(42,13,250); }
div.DivClassName
{
background-color: #2A0DFA;
}
.BgClassName
{
background-color: #2A0DFA;
}
</style>
border-color css
<style>
span { border-color: #2A0DFA; }
span { border-color: rgb(42,13,250); }
td.TdClassName
{
border-color: #2A0DFA;
}
.TagClassName
{
border-color: #2A0DFA;
}
</style>