Shades of Han Purple #2A0DFE
Tints of Han Purple #2A0DFE
RGB
CMYK
RGB Variations
Color information
#2A0DFE (or 0x2A0DFE) is known color: Han Purple. HEX triplet: 2A, 0D and FE. RGB value is (42,13,254). Sum of RGB (Red+Green+Blue) = 42+13+254=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 254 (99.61% from 255 or 82.20% from 309); Max value from RGB is 254 - color contains mainly: blue. Hex color #2A0DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0DFE is #D5F201. Grayscale: #303030. Windows color (decimal): -14021122 or 16649514. OLE color: 16649514.
HSL color Cylindrical-coordinate representation of color #2A0DFE: hue angle of 247.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0DFE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 13 | 254 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.00 |
| HSL | 247.22º | 0.99% | 0.52% | - |
| HSV(B) | 247.22º | 0.95% | 1% | - |
| XYZ | 18.99 | 7.94 | 94.3 | - |
| YUV | 49.15 | 243.61 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 254 | 0.83 | 0.95 | 0 | 0.00 | 247.22 | 0.99 | 0.52 |
| Hex | 2A | D | FE | 53 | 5F | 0 | 0 | F7 | 63 | 34 |
| Octal | 52 | 15 | 376 | 123 | 137 | 0 | 0 | 367 | 143 | 64 |
| Binary | 101010 | 1101 | 11111110 | 1010011 | 1011111 | 0 | 0 | 11110111 | 1100011 | 110100 |
Color Harmonies of #2A0DFE
Complementary color
Monochromatic Colors of #2A0DFE
Black with #2A0DFE
Text Example
Text Example
White with #2A0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0DFE; }
p { color: rgb(42,13,254); }
H1.HeaderClassName
{
color: #2A0DFE;
}
.AnyTagClassName
{
color: #2A0DFE;
}
</style>
background-color css
<style>
a { background-color: #2A0DFE; }
a { background-color: rgb(42,13,254); }
div.DivClassName
{
background-color: #2A0DFE;
}
.BgClassName
{
background-color: #2A0DFE;
}
</style>
border-color css
<style>
span { border-color: #2A0DFE; }
span { border-color: rgb(42,13,254); }
td.TdClassName
{
border-color: #2A0DFE;
}
.TagClassName
{
border-color: #2A0DFE;
}
</style>