Shades of Han Purple #2D04EB
Tints of Han Purple #2D04EB
RGB
CMYK
RGB Variations
Color information
#2D04EB (or 0x2D04EB) is known color: Han Purple. HEX triplet: 2D, 04 and EB. RGB value is (45,4,235). Sum of RGB (Red+Green+Blue) = 45+4+235=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D04EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D04EB is #D2FB14. Grayscale: #292929. Windows color (decimal): -13826837 or 15402029. OLE color: 15402029.
HSL color Cylindrical-coordinate representation of color #2D04EB: hue angle of 250.65º 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 #2D04EB is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 4 | 235 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.08 |
| HSL | 250.65º | 0.97% | 0.47% | - |
| HSV(B) | 250.65º | 0.98% | 0.92% | - |
| XYZ | 16.12 | 6.64 | 79.03 | - |
| YUV | 42.59 | 236.58 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 235 | 0.81 | 0.98 | 0 | 0.08 | 250.65 | 0.97 | 0.47 |
| Hex | 2D | 4 | EB | 51 | 62 | 0 | 8 | FB | 61 | 2F |
| Octal | 55 | 4 | 353 | 121 | 142 | 0 | 10 | 373 | 141 | 57 |
| Binary | 101101 | 100 | 11101011 | 1010001 | 1100010 | 0 | 1000 | 11111011 | 1100001 | 101111 |
Color Harmonies of #2D04EB
Complementary color
Monochromatic Colors of #2D04EB
Black with #2D04EB
Text Example
Text Example
White with #2D04EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D04EB; }
p { color: rgb(45,4,235); }
H1.HeaderClassName
{
color: #2D04EB;
}
.AnyTagClassName
{
color: #2D04EB;
}
</style>
background-color css
<style>
a { background-color: #2D04EB; }
a { background-color: rgb(45,4,235); }
div.DivClassName
{
background-color: #2D04EB;
}
.BgClassName
{
background-color: #2D04EB;
}
</style>
border-color css
<style>
span { border-color: #2D04EB; }
span { border-color: rgb(45,4,235); }
td.TdClassName
{
border-color: #2D04EB;
}
.TagClassName
{
border-color: #2D04EB;
}
</style>