Shades of Han Purple #2D20EE
Tints of Han Purple #2D20EE
RGB
CMYK
RGB Variations
Color information
#2D20EE (or 0x2D20EE) is known color: Han Purple. HEX triplet: 2D, 20 and EE. RGB value is (45,32,238). Sum of RGB (Red+Green+Blue) = 45+32+238=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D20EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D20EE is #D2DF11. Grayscale: #3A3A3A. Windows color (decimal): -13819666 or 15605805. OLE color: 15605805.
HSL color Cylindrical-coordinate representation of color #2D20EE: hue angle of 243.79º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D20EE is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 32 | 238 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.07 |
| HSL | 243.79º | 0.86% | 0.53% | - |
| HSV(B) | 243.79º | 0.87% | 0.93% | - |
| XYZ | 17.03 | 7.76 | 81.49 | - |
| YUV | 59.37 | 228.81 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 238 | 0.81 | 0.87 | 0 | 0.07 | 243.79 | 0.86 | 0.53 |
| Hex | 2D | 20 | EE | 51 | 57 | 0 | 7 | F4 | 56 | 35 |
| Octal | 55 | 40 | 356 | 121 | 127 | 0 | 7 | 364 | 126 | 65 |
| Binary | 101101 | 100000 | 11101110 | 1010001 | 1010111 | 0 | 111 | 11110100 | 1010110 | 110101 |
Color Harmonies of #2D20EE
Complementary color
Monochromatic Colors of #2D20EE
Black with #2D20EE
Text Example
Text Example
White with #2D20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D20EE; }
p { color: rgb(45,32,238); }
H1.HeaderClassName
{
color: #2D20EE;
}
.AnyTagClassName
{
color: #2D20EE;
}
</style>
background-color css
<style>
a { background-color: #2D20EE; }
a { background-color: rgb(45,32,238); }
div.DivClassName
{
background-color: #2D20EE;
}
.BgClassName
{
background-color: #2D20EE;
}
</style>
border-color css
<style>
span { border-color: #2D20EE; }
span { border-color: rgb(45,32,238); }
td.TdClassName
{
border-color: #2D20EE;
}
.TagClassName
{
border-color: #2D20EE;
}
</style>