Shades of Han Purple #2D02EE
Tints of Han Purple #2D02EE
RGB
CMYK
RGB Variations
Color information
#2D02EE (or 0x2D02EE) is known color: Han Purple. HEX triplet: 2D, 02 and EE. RGB value is (45,2,238). Sum of RGB (Red+Green+Blue) = 45+2+238=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D02EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D02EE is #D2FD11. Grayscale: #282828. Windows color (decimal): -13827346 or 15598125. OLE color: 15598125.
HSL color Cylindrical-coordinate representation of color #2D02EE: hue angle of 250.93º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D02EE is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 2 | 238 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.07 |
| HSL | 250.93º | 0.98% | 0.47% | - |
| HSV(B) | 250.93º | 0.99% | 0.93% | - |
| XYZ | 16.54 | 6.77 | 81.32 | - |
| YUV | 41.76 | 238.75 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 238 | 0.81 | 0.99 | 0 | 0.07 | 250.93 | 0.98 | 0.47 |
| Hex | 2D | 2 | EE | 51 | 63 | 0 | 7 | FB | 62 | 2F |
| Octal | 55 | 2 | 356 | 121 | 143 | 0 | 7 | 373 | 142 | 57 |
| Binary | 101101 | 10 | 11101110 | 1010001 | 1100011 | 0 | 111 | 11111011 | 1100010 | 101111 |
Color Harmonies of #2D02EE
Complementary color
Monochromatic Colors of #2D02EE
Black with #2D02EE
Text Example
Text Example
White with #2D02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D02EE; }
p { color: rgb(45,2,238); }
H1.HeaderClassName
{
color: #2D02EE;
}
.AnyTagClassName
{
color: #2D02EE;
}
</style>
background-color css
<style>
a { background-color: #2D02EE; }
a { background-color: rgb(45,2,238); }
div.DivClassName
{
background-color: #2D02EE;
}
.BgClassName
{
background-color: #2D02EE;
}
</style>
border-color css
<style>
span { border-color: #2D02EE; }
span { border-color: rgb(45,2,238); }
td.TdClassName
{
border-color: #2D02EE;
}
.TagClassName
{
border-color: #2D02EE;
}
</style>