Shades of Han Purple #2D26EB
Tints of Han Purple #2D26EB
RGB
CMYK
RGB Variations
Color information
#2D26EB (or 0x2D26EB) is known color: Han Purple. HEX triplet: 2D, 26 and EB. RGB value is (45,38,235). Sum of RGB (Red+Green+Blue) = 45+38+235=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D26EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D26EB is #D2D914. Grayscale: #3D3D3D. Windows color (decimal): -13818133 or 15410733. OLE color: 15410733.
HSL color Cylindrical-coordinate representation of color #2D26EB: hue angle of 242.13º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D26EB is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 38 | 235 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.08 |
| HSL | 242.13º | 0.83% | 0.54% | - |
| HSV(B) | 242.13º | 0.84% | 0.92% | - |
| XYZ | 16.77 | 7.94 | 79.25 | - |
| YUV | 62.55 | 225.32 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 235 | 0.81 | 0.84 | 0 | 0.08 | 242.13 | 0.83 | 0.54 |
| Hex | 2D | 26 | EB | 51 | 54 | 0 | 8 | F2 | 53 | 36 |
| Octal | 55 | 46 | 353 | 121 | 124 | 0 | 10 | 362 | 123 | 66 |
| Binary | 101101 | 100110 | 11101011 | 1010001 | 1010100 | 0 | 1000 | 11110010 | 1010011 | 110110 |
Color Harmonies of #2D26EB
Complementary color
Monochromatic Colors of #2D26EB
Black with #2D26EB
Text Example
Text Example
White with #2D26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D26EB; }
p { color: rgb(45,38,235); }
H1.HeaderClassName
{
color: #2D26EB;
}
.AnyTagClassName
{
color: #2D26EB;
}
</style>
background-color css
<style>
a { background-color: #2D26EB; }
a { background-color: rgb(45,38,235); }
div.DivClassName
{
background-color: #2D26EB;
}
.BgClassName
{
background-color: #2D26EB;
}
</style>
border-color css
<style>
span { border-color: #2D26EB; }
span { border-color: rgb(45,38,235); }
td.TdClassName
{
border-color: #2D26EB;
}
.TagClassName
{
border-color: #2D26EB;
}
</style>