Shades of Han Purple #2D26EF
Tints of Han Purple #2D26EF
RGB
CMYK
RGB Variations
Color information
#2D26EF (or 0x2D26EF) is known color: Han Purple. HEX triplet: 2D, 26 and EF. RGB value is (45,38,239). Sum of RGB (Red+Green+Blue) = 45+38+239=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D26EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D26EF is #D2D910. Grayscale: #3E3E3E. Windows color (decimal): -13818129 or 15672877. OLE color: 15672877.
HSL color Cylindrical-coordinate representation of color #2D26EF: hue angle of 242.09º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D26EF is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 38 | 239 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.06 |
| HSL | 242.09º | 0.86% | 0.54% | - |
| HSV(B) | 242.09º | 0.84% | 0.94% | - |
| XYZ | 17.36 | 8.18 | 82.32 | - |
| YUV | 63.01 | 227.32 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 239 | 0.81 | 0.84 | 0 | 0.06 | 242.09 | 0.86 | 0.54 |
| Hex | 2D | 26 | EF | 51 | 54 | 0 | 6 | F2 | 56 | 36 |
| Octal | 55 | 46 | 357 | 121 | 124 | 0 | 6 | 362 | 126 | 66 |
| Binary | 101101 | 100110 | 11101111 | 1010001 | 1010100 | 0 | 110 | 11110010 | 1010110 | 110110 |
Color Harmonies of #2D26EF
Complementary color
Monochromatic Colors of #2D26EF
Black with #2D26EF
Text Example
Text Example
White with #2D26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D26EF; }
p { color: rgb(45,38,239); }
H1.HeaderClassName
{
color: #2D26EF;
}
.AnyTagClassName
{
color: #2D26EF;
}
</style>
background-color css
<style>
a { background-color: #2D26EF; }
a { background-color: rgb(45,38,239); }
div.DivClassName
{
background-color: #2D26EF;
}
.BgClassName
{
background-color: #2D26EF;
}
</style>
border-color css
<style>
span { border-color: #2D26EF; }
span { border-color: rgb(45,38,239); }
td.TdClassName
{
border-color: #2D26EF;
}
.TagClassName
{
border-color: #2D26EF;
}
</style>