Shades of Han Purple #2D04EE
Tints of Han Purple #2D04EE
RGB
CMYK
RGB Variations
Color information
#2D04EE (or 0x2D04EE) is known color: Han Purple. HEX triplet: 2D, 04 and EE. RGB value is (45,4,238). Sum of RGB (Red+Green+Blue) = 45+4+238=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 238 (93.36% from 255 or 82.93% from 287); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D04EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D04EE is #D2FB11. Grayscale: #2A2A2A. Windows color (decimal): -13826834 or 15598637. OLE color: 15598637.
HSL color Cylindrical-coordinate representation of color #2D04EE: hue angle of 250.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D04EE is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 4 | 238 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.07 |
| HSL | 250.51º | 0.97% | 0.47% | - |
| HSV(B) | 250.51º | 0.98% | 0.93% | - |
| XYZ | 16.56 | 6.82 | 81.33 | - |
| YUV | 42.94 | 238.08 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 238 | 0.81 | 0.98 | 0 | 0.07 | 250.51 | 0.97 | 0.47 |
| Hex | 2D | 4 | EE | 51 | 62 | 0 | 7 | FB | 61 | 2F |
| Octal | 55 | 4 | 356 | 121 | 142 | 0 | 7 | 373 | 141 | 57 |
| Binary | 101101 | 100 | 11101110 | 1010001 | 1100010 | 0 | 111 | 11111011 | 1100001 | 101111 |
Color Harmonies of #2D04EE
Complementary color
Monochromatic Colors of #2D04EE
Black with #2D04EE
Text Example
Text Example
White with #2D04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D04EE; }
p { color: rgb(45,4,238); }
H1.HeaderClassName
{
color: #2D04EE;
}
.AnyTagClassName
{
color: #2D04EE;
}
</style>
background-color css
<style>
a { background-color: #2D04EE; }
a { background-color: rgb(45,4,238); }
div.DivClassName
{
background-color: #2D04EE;
}
.BgClassName
{
background-color: #2D04EE;
}
</style>
border-color css
<style>
span { border-color: #2D04EE; }
span { border-color: rgb(45,4,238); }
td.TdClassName
{
border-color: #2D04EE;
}
.TagClassName
{
border-color: #2D04EE;
}
</style>