Shades of Han Purple #2A0DEF
Tints of Han Purple #2A0DEF
RGB
CMYK
RGB Variations
Color information
#2A0DEF (or 0x2A0DEF) is known color: Han Purple. HEX triplet: 2A, 0D and EF. RGB value is (42,13,239). Sum of RGB (Red+Green+Blue) = 42+13+239=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A0DEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0DEF is #D5F210. Grayscale: #2E2E2E. Windows color (decimal): -14021137 or 15666474. OLE color: 15666474.
HSL color Cylindrical-coordinate representation of color #2A0DEF: hue angle of 247.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0DEF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 13 | 239 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.06 |
| HSL | 247.7º | 0.9% | 0.49% | - |
| HSV(B) | 247.7º | 0.95% | 0.94% | - |
| XYZ | 16.68 | 7.01 | 82.14 | - |
| YUV | 47.44 | 236.11 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 239 | 0.82 | 0.95 | 0 | 0.06 | 247.7 | 0.9 | 0.49 |
| Hex | 2A | D | EF | 52 | 5F | 0 | 6 | F8 | 5A | 31 |
| Octal | 52 | 15 | 357 | 122 | 137 | 0 | 6 | 370 | 132 | 61 |
| Binary | 101010 | 1101 | 11101111 | 1010010 | 1011111 | 0 | 110 | 11111000 | 1011010 | 110001 |
Color Harmonies of #2A0DEF
Complementary color
Monochromatic Colors of #2A0DEF
Black with #2A0DEF
Text Example
Text Example
White with #2A0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0DEF; }
p { color: rgb(42,13,239); }
H1.HeaderClassName
{
color: #2A0DEF;
}
.AnyTagClassName
{
color: #2A0DEF;
}
</style>
background-color css
<style>
a { background-color: #2A0DEF; }
a { background-color: rgb(42,13,239); }
div.DivClassName
{
background-color: #2A0DEF;
}
.BgClassName
{
background-color: #2A0DEF;
}
</style>
border-color css
<style>
span { border-color: #2A0DEF; }
span { border-color: rgb(42,13,239); }
td.TdClassName
{
border-color: #2A0DEF;
}
.TagClassName
{
border-color: #2A0DEF;
}
</style>