Shades of Han Purple #2D1AEE
Tints of Han Purple #2D1AEE
RGB
CMYK
RGB Variations
Color information
#2D1AEE (or 0x2D1AEE) is known color: Han Purple. HEX triplet: 2D, 1A and EE. RGB value is (45,26,238). Sum of RGB (Red+Green+Blue) = 45+26+238=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 238 (93.36% from 255 or 77.02% from 309); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D1AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1AEE is #D2E511. Grayscale: #373737. Windows color (decimal): -13821202 or 15604269. OLE color: 15604269.
HSL color Cylindrical-coordinate representation of color #2D1AEE: hue angle of 245.38º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1AEE is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 26 | 238 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.07 |
| HSL | 245.38º | 0.86% | 0.52% | - |
| HSV(B) | 245.38º | 0.89% | 0.93% | - |
| XYZ | 16.88 | 7.47 | 81.44 | - |
| YUV | 55.85 | 230.79 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 238 | 0.81 | 0.89 | 0 | 0.07 | 245.38 | 0.86 | 0.52 |
| Hex | 2D | 1A | EE | 51 | 59 | 0 | 7 | F5 | 56 | 34 |
| Octal | 55 | 32 | 356 | 121 | 131 | 0 | 7 | 365 | 126 | 64 |
| Binary | 101101 | 11010 | 11101110 | 1010001 | 1011001 | 0 | 111 | 11110101 | 1010110 | 110100 |
Color Harmonies of #2D1AEE
Complementary color
Monochromatic Colors of #2D1AEE
Black with #2D1AEE
Text Example
Text Example
White with #2D1AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1AEE; }
p { color: rgb(45,26,238); }
H1.HeaderClassName
{
color: #2D1AEE;
}
.AnyTagClassName
{
color: #2D1AEE;
}
</style>
background-color css
<style>
a { background-color: #2D1AEE; }
a { background-color: rgb(45,26,238); }
div.DivClassName
{
background-color: #2D1AEE;
}
.BgClassName
{
background-color: #2D1AEE;
}
</style>
border-color css
<style>
span { border-color: #2D1AEE; }
span { border-color: rgb(45,26,238); }
td.TdClassName
{
border-color: #2D1AEE;
}
.TagClassName
{
border-color: #2D1AEE;
}
</style>