Shades of Han Purple #2D1EE9
Tints of Han Purple #2D1EE9
RGB
CMYK
RGB Variations
Color information
#2D1EE9 (or 0x2D1EE9) is known color: Han Purple. HEX triplet: 2D, 1E and E9. RGB value is (45,30,233). Sum of RGB (Red+Green+Blue) = 45+30+233=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 233 (91.41% from 255 or 75.65% from 308); Max value from RGB is 233 - color contains mainly: blue. Hex color #2D1EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1EE9 is #D2E116. Grayscale: #383838. Windows color (decimal): -13820183 or 15277613. OLE color: 15277613.
HSL color Cylindrical-coordinate representation of color #2D1EE9: hue angle of 244.43º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1EE9 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 30 | 233 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.09 |
| HSL | 244.43º | 0.82% | 0.52% | - |
| HSV(B) | 244.43º | 0.87% | 0.91% | - |
| XYZ | 16.25 | 7.37 | 77.66 | - |
| YUV | 57.63 | 226.97 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 233 | 0.81 | 0.87 | 0 | 0.09 | 244.43 | 0.82 | 0.52 |
| Hex | 2D | 1E | E9 | 51 | 57 | 0 | 9 | F4 | 52 | 34 |
| Octal | 55 | 36 | 351 | 121 | 127 | 0 | 11 | 364 | 122 | 64 |
| Binary | 101101 | 11110 | 11101001 | 1010001 | 1010111 | 0 | 1001 | 11110100 | 1010010 | 110100 |
Color Harmonies of #2D1EE9
Complementary color
Monochromatic Colors of #2D1EE9
Black with #2D1EE9
Text Example
Text Example
White with #2D1EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EE9; }
p { color: rgb(45,30,233); }
H1.HeaderClassName
{
color: #2D1EE9;
}
.AnyTagClassName
{
color: #2D1EE9;
}
</style>
background-color css
<style>
a { background-color: #2D1EE9; }
a { background-color: rgb(45,30,233); }
div.DivClassName
{
background-color: #2D1EE9;
}
.BgClassName
{
background-color: #2D1EE9;
}
</style>
border-color css
<style>
span { border-color: #2D1EE9; }
span { border-color: rgb(45,30,233); }
td.TdClassName
{
border-color: #2D1EE9;
}
.TagClassName
{
border-color: #2D1EE9;
}
</style>