Shades of Han Purple #2D04EA
Tints of Han Purple #2D04EA
RGB
CMYK
RGB Variations
Color information
#2D04EA (or 0x2D04EA) is known color: Han Purple. HEX triplet: 2D, 04 and EA. RGB value is (45,4,234). Sum of RGB (Red+Green+Blue) = 45+4+234=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D04EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D04EA is #D2FB15. Grayscale: #292929. Windows color (decimal): -13826838 or 15336493. OLE color: 15336493.
HSL color Cylindrical-coordinate representation of color #2D04EA: hue angle of 250.7º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D04EA is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 4 | 234 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.08 |
| HSL | 250.7º | 0.97% | 0.47% | - |
| HSV(B) | 250.7º | 0.98% | 0.92% | - |
| XYZ | 15.98 | 6.59 | 78.27 | - |
| YUV | 42.48 | 236.08 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 234 | 0.81 | 0.98 | 0 | 0.08 | 250.7 | 0.97 | 0.47 |
| Hex | 2D | 4 | EA | 51 | 62 | 0 | 8 | FB | 61 | 2F |
| Octal | 55 | 4 | 352 | 121 | 142 | 0 | 10 | 373 | 141 | 57 |
| Binary | 101101 | 100 | 11101010 | 1010001 | 1100010 | 0 | 1000 | 11111011 | 1100001 | 101111 |
Color Harmonies of #2D04EA
Complementary color
Monochromatic Colors of #2D04EA
Black with #2D04EA
Text Example
Text Example
White with #2D04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D04EA; }
p { color: rgb(45,4,234); }
H1.HeaderClassName
{
color: #2D04EA;
}
.AnyTagClassName
{
color: #2D04EA;
}
</style>
background-color css
<style>
a { background-color: #2D04EA; }
a { background-color: rgb(45,4,234); }
div.DivClassName
{
background-color: #2D04EA;
}
.BgClassName
{
background-color: #2D04EA;
}
</style>
border-color css
<style>
span { border-color: #2D04EA; }
span { border-color: rgb(45,4,234); }
td.TdClassName
{
border-color: #2D04EA;
}
.TagClassName
{
border-color: #2D04EA;
}
</style>