Shades of Han Purple #2D02EA
Tints of Han Purple #2D02EA
RGB
CMYK
RGB Variations
Color information
#2D02EA (or 0x2D02EA) is known color: Han Purple. HEX triplet: 2D, 02 and EA. RGB value is (45,2,234). Sum of RGB (Red+Green+Blue) = 45+2+234=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D02EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D02EA is #D2FD15. Grayscale: #282828. Windows color (decimal): -13827350 or 15335981. OLE color: 15335981.
HSL color Cylindrical-coordinate representation of color #2D02EA: hue angle of 251.12º degrees, saturation: 0.98, 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 #2D02EA is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 2 | 234 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.08 |
| HSL | 251.12º | 0.98% | 0.46% | - |
| HSV(B) | 251.12º | 0.99% | 0.92% | - |
| XYZ | 15.96 | 6.54 | 78.26 | - |
| YUV | 41.31 | 236.75 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 234 | 0.81 | 0.99 | 0 | 0.08 | 251.12 | 0.98 | 0.46 |
| Hex | 2D | 2 | EA | 51 | 63 | 0 | 8 | FB | 62 | 2E |
| Octal | 55 | 2 | 352 | 121 | 143 | 0 | 10 | 373 | 142 | 56 |
| Binary | 101101 | 10 | 11101010 | 1010001 | 1100011 | 0 | 1000 | 11111011 | 1100010 | 101110 |
Color Harmonies of #2D02EA
Complementary color
Monochromatic Colors of #2D02EA
Black with #2D02EA
Text Example
Text Example
White with #2D02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D02EA; }
p { color: rgb(45,2,234); }
H1.HeaderClassName
{
color: #2D02EA;
}
.AnyTagClassName
{
color: #2D02EA;
}
</style>
background-color css
<style>
a { background-color: #2D02EA; }
a { background-color: rgb(45,2,234); }
div.DivClassName
{
background-color: #2D02EA;
}
.BgClassName
{
background-color: #2D02EA;
}
</style>
border-color css
<style>
span { border-color: #2D02EA; }
span { border-color: rgb(45,2,234); }
td.TdClassName
{
border-color: #2D02EA;
}
.TagClassName
{
border-color: #2D02EA;
}
</style>