Shades of Han Purple #2D23EF
Tints of Han Purple #2D23EF
RGB
CMYK
RGB Variations
Color information
#2D23EF (or 0x2D23EF) is known color: Han Purple. HEX triplet: 2D, 23 and EF. RGB value is (45,35,239). Sum of RGB (Red+Green+Blue) = 45+35+239=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D23EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D23EF is #D2DC10. Grayscale: #3C3C3C. Windows color (decimal): -13818897 or 15672109. OLE color: 15672109.
HSL color Cylindrical-coordinate representation of color #2D23EF: hue angle of 242.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D23EF is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 35 | 239 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.06 |
| HSL | 242.94º | 0.86% | 0.54% | - |
| HSV(B) | 242.94º | 0.85% | 0.94% | - |
| XYZ | 17.26 | 7.99 | 82.29 | - |
| YUV | 61.25 | 228.31 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 239 | 0.81 | 0.85 | 0 | 0.06 | 242.94 | 0.86 | 0.54 |
| Hex | 2D | 23 | EF | 51 | 55 | 0 | 6 | F3 | 56 | 36 |
| Octal | 55 | 43 | 357 | 121 | 125 | 0 | 6 | 363 | 126 | 66 |
| Binary | 101101 | 100011 | 11101111 | 1010001 | 1010101 | 0 | 110 | 11110011 | 1010110 | 110110 |
Color Harmonies of #2D23EF
Complementary color
Monochromatic Colors of #2D23EF
Black with #2D23EF
Text Example
Text Example
White with #2D23EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D23EF; }
p { color: rgb(45,35,239); }
H1.HeaderClassName
{
color: #2D23EF;
}
.AnyTagClassName
{
color: #2D23EF;
}
</style>
background-color css
<style>
a { background-color: #2D23EF; }
a { background-color: rgb(45,35,239); }
div.DivClassName
{
background-color: #2D23EF;
}
.BgClassName
{
background-color: #2D23EF;
}
</style>
border-color css
<style>
span { border-color: #2D23EF; }
span { border-color: rgb(45,35,239); }
td.TdClassName
{
border-color: #2D23EF;
}
.TagClassName
{
border-color: #2D23EF;
}
</style>