Shades of Han Purple #2D28EF
Tints of Han Purple #2D28EF
RGB
CMYK
RGB Variations
Color information
#2D28EF (or 0x2D28EF) is known color: Han Purple. HEX triplet: 2D, 28 and EF. RGB value is (45,40,239). Sum of RGB (Red+Green+Blue) = 45+40+239=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D28EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D28EF is #D2D710. Grayscale: #3F3F3F. Windows color (decimal): -13817617 or 15673389. OLE color: 15673389.
HSL color Cylindrical-coordinate representation of color #2D28EF: hue angle of 241.51º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D28EF is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 40 | 239 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.06 |
| HSL | 241.51º | 0.86% | 0.55% | - |
| HSV(B) | 241.51º | 0.83% | 0.94% | - |
| XYZ | 17.42 | 8.31 | 82.35 | - |
| YUV | 64.18 | 226.66 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 239 | 0.81 | 0.83 | 0 | 0.06 | 241.51 | 0.86 | 0.55 |
| Hex | 2D | 28 | EF | 51 | 53 | 0 | 6 | F2 | 56 | 37 |
| Octal | 55 | 50 | 357 | 121 | 123 | 0 | 6 | 362 | 126 | 67 |
| Binary | 101101 | 101000 | 11101111 | 1010001 | 1010011 | 0 | 110 | 11110010 | 1010110 | 110111 |
Color Harmonies of #2D28EF
Complementary color
Monochromatic Colors of #2D28EF
Black with #2D28EF
Text Example
Text Example
White with #2D28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D28EF; }
p { color: rgb(45,40,239); }
H1.HeaderClassName
{
color: #2D28EF;
}
.AnyTagClassName
{
color: #2D28EF;
}
</style>
background-color css
<style>
a { background-color: #2D28EF; }
a { background-color: rgb(45,40,239); }
div.DivClassName
{
background-color: #2D28EF;
}
.BgClassName
{
background-color: #2D28EF;
}
</style>
border-color css
<style>
span { border-color: #2D28EF; }
span { border-color: rgb(45,40,239); }
td.TdClassName
{
border-color: #2D28EF;
}
.TagClassName
{
border-color: #2D28EF;
}
</style>