Shades of Han Purple #2D03EA
Tints of Han Purple #2D03EA
RGB
CMYK
RGB Variations
Color information
#2D03EA (or 0x2D03EA) is known color: Han Purple. HEX triplet: 2D, 03 and EA. RGB value is (45,3,234). Sum of RGB (Red+Green+Blue) = 45+3+234=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D03EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D03EA is #D2FC15. Grayscale: #292929. Windows color (decimal): -13827094 or 15336237. OLE color: 15336237.
HSL color Cylindrical-coordinate representation of color #2D03EA: hue angle of 250.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D03EA is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 3 | 234 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.08 |
| HSL | 250.91º | 0.97% | 0.46% | - |
| HSV(B) | 250.91º | 0.99% | 0.92% | - |
| XYZ | 15.97 | 6.56 | 78.27 | - |
| YUV | 41.89 | 236.41 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 234 | 0.81 | 0.99 | 0 | 0.08 | 250.91 | 0.97 | 0.46 |
| Hex | 2D | 3 | EA | 51 | 63 | 0 | 8 | FB | 61 | 2E |
| Octal | 55 | 3 | 352 | 121 | 143 | 0 | 10 | 373 | 141 | 56 |
| Binary | 101101 | 11 | 11101010 | 1010001 | 1100011 | 0 | 1000 | 11111011 | 1100001 | 101110 |
Color Harmonies of #2D03EA
Complementary color
Monochromatic Colors of #2D03EA
Black with #2D03EA
Text Example
Text Example
White with #2D03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D03EA; }
p { color: rgb(45,3,234); }
H1.HeaderClassName
{
color: #2D03EA;
}
.AnyTagClassName
{
color: #2D03EA;
}
</style>
background-color css
<style>
a { background-color: #2D03EA; }
a { background-color: rgb(45,3,234); }
div.DivClassName
{
background-color: #2D03EA;
}
.BgClassName
{
background-color: #2D03EA;
}
</style>
border-color css
<style>
span { border-color: #2D03EA; }
span { border-color: rgb(45,3,234); }
td.TdClassName
{
border-color: #2D03EA;
}
.TagClassName
{
border-color: #2D03EA;
}
</style>