Shades of Han Purple #2D0AEF
Tints of Han Purple #2D0AEF
RGB
CMYK
RGB Variations
Color information
#2D0AEF (or 0x2D0AEF) is known color: Han Purple. HEX triplet: 2D, 0A and EF. RGB value is (45,10,239). Sum of RGB (Red+Green+Blue) = 45+10+239=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 10 (4.30% from 255 or 3.40% 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 #2D0AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0AEF is #D2F510. Grayscale: #2D2D2D. Windows color (decimal): -13825297 or 15665709. OLE color: 15665709.
HSL color Cylindrical-coordinate representation of color #2D0AEF: hue angle of 249.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0AEF is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 10 | 239 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.06 |
| HSL | 249.17º | 0.92% | 0.49% | - |
| HSV(B) | 249.17º | 0.96% | 0.94% | - |
| XYZ | 16.77 | 7.01 | 82.13 | - |
| YUV | 46.57 | 236.6 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 239 | 0.81 | 0.96 | 0 | 0.06 | 249.17 | 0.92 | 0.49 |
| Hex | 2D | A | EF | 51 | 60 | 0 | 6 | F9 | 5C | 31 |
| Octal | 55 | 12 | 357 | 121 | 140 | 0 | 6 | 371 | 134 | 61 |
| Binary | 101101 | 1010 | 11101111 | 1010001 | 1100000 | 0 | 110 | 11111001 | 1011100 | 110001 |
Color Harmonies of #2D0AEF
Complementary color
Monochromatic Colors of #2D0AEF
Black with #2D0AEF
Text Example
Text Example
White with #2D0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0AEF; }
p { color: rgb(45,10,239); }
H1.HeaderClassName
{
color: #2D0AEF;
}
.AnyTagClassName
{
color: #2D0AEF;
}
</style>
background-color css
<style>
a { background-color: #2D0AEF; }
a { background-color: rgb(45,10,239); }
div.DivClassName
{
background-color: #2D0AEF;
}
.BgClassName
{
background-color: #2D0AEF;
}
</style>
border-color css
<style>
span { border-color: #2D0AEF; }
span { border-color: rgb(45,10,239); }
td.TdClassName
{
border-color: #2D0AEF;
}
.TagClassName
{
border-color: #2D0AEF;
}
</style>