Shades of Han Purple #2D1EEA
Tints of Han Purple #2D1EEA
RGB
CMYK
RGB Variations
Color information
#2D1EEA (or 0x2D1EEA) is known color: Han Purple. HEX triplet: 2D, 1E and EA. RGB value is (45,30,234). Sum of RGB (Red+Green+Blue) = 45+30+234=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D1EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1EEA is #D2E115. Grayscale: #383838. Windows color (decimal): -13820182 or 15343149. OLE color: 15343149.
HSL color Cylindrical-coordinate representation of color #2D1EEA: hue angle of 244.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1EEA is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 30 | 234 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.08 |
| HSL | 244.41º | 0.83% | 0.52% | - |
| HSV(B) | 244.41º | 0.87% | 0.92% | - |
| XYZ | 16.4 | 7.43 | 78.41 | - |
| YUV | 57.74 | 227.47 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 234 | 0.81 | 0.87 | 0 | 0.08 | 244.41 | 0.83 | 0.52 |
| Hex | 2D | 1E | EA | 51 | 57 | 0 | 8 | F4 | 53 | 34 |
| Octal | 55 | 36 | 352 | 121 | 127 | 0 | 10 | 364 | 123 | 64 |
| Binary | 101101 | 11110 | 11101010 | 1010001 | 1010111 | 0 | 1000 | 11110100 | 1010011 | 110100 |
Color Harmonies of #2D1EEA
Complementary color
Monochromatic Colors of #2D1EEA
Black with #2D1EEA
Text Example
Text Example
White with #2D1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EEA; }
p { color: rgb(45,30,234); }
H1.HeaderClassName
{
color: #2D1EEA;
}
.AnyTagClassName
{
color: #2D1EEA;
}
</style>
background-color css
<style>
a { background-color: #2D1EEA; }
a { background-color: rgb(45,30,234); }
div.DivClassName
{
background-color: #2D1EEA;
}
.BgClassName
{
background-color: #2D1EEA;
}
</style>
border-color css
<style>
span { border-color: #2D1EEA; }
span { border-color: rgb(45,30,234); }
td.TdClassName
{
border-color: #2D1EEA;
}
.TagClassName
{
border-color: #2D1EEA;
}
</style>