Shades of Han Purple #2D2BEF
Tints of Han Purple #2D2BEF
RGB
CMYK
RGB Variations
Color information
#2D2BEF (or 0x2D2BEF) is known color: Han Purple. HEX triplet: 2D, 2B and EF. RGB value is (45,43,239). Sum of RGB (Red+Green+Blue) = 45+43+239=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D2BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2BEF is #D2D410. Grayscale: #414141. Windows color (decimal): -13816849 or 15674157. OLE color: 15674157.
HSL color Cylindrical-coordinate representation of color #2D2BEF: hue angle of 240.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D2BEF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 43 | 239 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.06 |
| HSL | 240.61º | 0.86% | 0.55% | - |
| HSV(B) | 240.61º | 0.82% | 0.94% | - |
| XYZ | 17.53 | 8.52 | 82.38 | - |
| YUV | 65.94 | 225.66 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 239 | 0.81 | 0.82 | 0 | 0.06 | 240.61 | 0.86 | 0.55 |
| Hex | 2D | 2B | EF | 51 | 52 | 0 | 6 | F1 | 56 | 37 |
| Octal | 55 | 53 | 357 | 121 | 122 | 0 | 6 | 361 | 126 | 67 |
| Binary | 101101 | 101011 | 11101111 | 1010001 | 1010010 | 0 | 110 | 11110001 | 1010110 | 110111 |
Color Harmonies of #2D2BEF
Complementary color
Monochromatic Colors of #2D2BEF
Black with #2D2BEF
Text Example
Text Example
White with #2D2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2BEF; }
p { color: rgb(45,43,239); }
H1.HeaderClassName
{
color: #2D2BEF;
}
.AnyTagClassName
{
color: #2D2BEF;
}
</style>
background-color css
<style>
a { background-color: #2D2BEF; }
a { background-color: rgb(45,43,239); }
div.DivClassName
{
background-color: #2D2BEF;
}
.BgClassName
{
background-color: #2D2BEF;
}
</style>
border-color css
<style>
span { border-color: #2D2BEF; }
span { border-color: rgb(45,43,239); }
td.TdClassName
{
border-color: #2D2BEF;
}
.TagClassName
{
border-color: #2D2BEF;
}
</style>