Shades of Han Purple #2D20EF
Tints of Han Purple #2D20EF
RGB
CMYK
RGB Variations
Color information
#2D20EF (or 0x2D20EF) is known color: Han Purple. HEX triplet: 2D, 20 and EF. RGB value is (45,32,239). Sum of RGB (Red+Green+Blue) = 45+32+239=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D20EF is #D2DF10. Grayscale: #3A3A3A. Windows color (decimal): -13819665 or 15671341. OLE color: 15671341.
HSL color Cylindrical-coordinate representation of color #2D20EF: hue angle of 243.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D20EF is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 32 | 239 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.06 |
| HSL | 243.77º | 0.87% | 0.53% | - |
| HSV(B) | 243.77º | 0.87% | 0.94% | - |
| XYZ | 17.18 | 7.82 | 82.27 | - |
| YUV | 59.49 | 229.31 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 239 | 0.81 | 0.87 | 0 | 0.06 | 243.77 | 0.87 | 0.53 |
| Hex | 2D | 20 | EF | 51 | 57 | 0 | 6 | F4 | 57 | 35 |
| Octal | 55 | 40 | 357 | 121 | 127 | 0 | 6 | 364 | 127 | 65 |
| Binary | 101101 | 100000 | 11101111 | 1010001 | 1010111 | 0 | 110 | 11110100 | 1010111 | 110101 |
Color Harmonies of #2D20EF
Complementary color
Monochromatic Colors of #2D20EF
Black with #2D20EF
Text Example
Text Example
White with #2D20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D20EF; }
p { color: rgb(45,32,239); }
H1.HeaderClassName
{
color: #2D20EF;
}
.AnyTagClassName
{
color: #2D20EF;
}
</style>
background-color css
<style>
a { background-color: #2D20EF; }
a { background-color: rgb(45,32,239); }
div.DivClassName
{
background-color: #2D20EF;
}
.BgClassName
{
background-color: #2D20EF;
}
</style>
border-color css
<style>
span { border-color: #2D20EF; }
span { border-color: rgb(45,32,239); }
td.TdClassName
{
border-color: #2D20EF;
}
.TagClassName
{
border-color: #2D20EF;
}
</style>