Shades of Han Purple #2D22EE
Tints of Han Purple #2D22EE
RGB
CMYK
RGB Variations
Color information
#2D22EE (or 0x2D22EE) is known color: Han Purple. HEX triplet: 2D, 22 and EE. RGB value is (45,34,238). Sum of RGB (Red+Green+Blue) = 45+34+238=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D22EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D22EE is #D2DD11. Grayscale: #3B3B3B. Windows color (decimal): -13819154 or 15606317. OLE color: 15606317.
HSL color Cylindrical-coordinate representation of color #2D22EE: hue angle of 243.24º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D22EE is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 34 | 238 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.07 |
| HSL | 243.24º | 0.86% | 0.53% | - |
| HSV(B) | 243.24º | 0.86% | 0.93% | - |
| XYZ | 17.09 | 7.87 | 81.51 | - |
| YUV | 60.55 | 228.14 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 238 | 0.81 | 0.86 | 0 | 0.07 | 243.24 | 0.86 | 0.53 |
| Hex | 2D | 22 | EE | 51 | 56 | 0 | 7 | F3 | 56 | 35 |
| Octal | 55 | 42 | 356 | 121 | 126 | 0 | 7 | 363 | 126 | 65 |
| Binary | 101101 | 100010 | 11101110 | 1010001 | 1010110 | 0 | 111 | 11110011 | 1010110 | 110101 |
Color Harmonies of #2D22EE
Complementary color
Monochromatic Colors of #2D22EE
Black with #2D22EE
Text Example
Text Example
White with #2D22EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D22EE; }
p { color: rgb(45,34,238); }
H1.HeaderClassName
{
color: #2D22EE;
}
.AnyTagClassName
{
color: #2D22EE;
}
</style>
background-color css
<style>
a { background-color: #2D22EE; }
a { background-color: rgb(45,34,238); }
div.DivClassName
{
background-color: #2D22EE;
}
.BgClassName
{
background-color: #2D22EE;
}
</style>
border-color css
<style>
span { border-color: #2D22EE; }
span { border-color: rgb(45,34,238); }
td.TdClassName
{
border-color: #2D22EE;
}
.TagClassName
{
border-color: #2D22EE;
}
</style>