Shades of Han Purple #2D03EF
Tints of Han Purple #2D03EF
RGB
CMYK
RGB Variations
Color information
#2D03EF (or 0x2D03EF) is known color: Han Purple. HEX triplet: 2D, 03 and EF. RGB value is (45,3,239). Sum of RGB (Red+Green+Blue) = 45+3+239=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 239 (93.75% from 255 or 83.28% from 287); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D03EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D03EF is #D2FC10. Grayscale: #292929. Windows color (decimal): -13827089 or 15663917. OLE color: 15663917.
HSL color Cylindrical-coordinate representation of color #2D03EF: hue angle of 250.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D03EF is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 3 | 239 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.06 |
| HSL | 250.68º | 0.98% | 0.47% | - |
| HSV(B) | 250.68º | 0.99% | 0.94% | - |
| XYZ | 16.69 | 6.86 | 82.1 | - |
| YUV | 42.46 | 238.91 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 239 | 0.81 | 0.99 | 0 | 0.06 | 250.68 | 0.98 | 0.47 |
| Hex | 2D | 3 | EF | 51 | 63 | 0 | 6 | FB | 62 | 2F |
| Octal | 55 | 3 | 357 | 121 | 143 | 0 | 6 | 373 | 142 | 57 |
| Binary | 101101 | 11 | 11101111 | 1010001 | 1100011 | 0 | 110 | 11111011 | 1100010 | 101111 |
Color Harmonies of #2D03EF
Complementary color
Monochromatic Colors of #2D03EF
Black with #2D03EF
Text Example
Text Example
White with #2D03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D03EF; }
p { color: rgb(45,3,239); }
H1.HeaderClassName
{
color: #2D03EF;
}
.AnyTagClassName
{
color: #2D03EF;
}
</style>
background-color css
<style>
a { background-color: #2D03EF; }
a { background-color: rgb(45,3,239); }
div.DivClassName
{
background-color: #2D03EF;
}
.BgClassName
{
background-color: #2D03EF;
}
</style>
border-color css
<style>
span { border-color: #2D03EF; }
span { border-color: rgb(45,3,239); }
td.TdClassName
{
border-color: #2D03EF;
}
.TagClassName
{
border-color: #2D03EF;
}
</style>