Shades of Han Purple #2D23E0
Tints of Han Purple #2D23E0
RGB
CMYK
RGB Variations
Color information
#2D23E0 (or 0x2D23E0) is known color: Han Purple. HEX triplet: 2D, 23 and E0. RGB value is (45,35,224). Sum of RGB (Red+Green+Blue) = 45+35+224=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #2D23E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D23E0 is #D2DC1F. Grayscale: #3A3A3A. Windows color (decimal): -13818912 or 14689069. OLE color: 14689069.
HSL color Cylindrical-coordinate representation of color #2D23E0: hue angle of 243.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D23E0 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 35 | 224 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.12 |
| HSL | 243.17º | 0.75% | 0.51% | - |
| HSV(B) | 243.17º | 0.84% | 0.88% | - |
| XYZ | 15.14 | 7.14 | 71.1 | - |
| YUV | 59.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 224 | 0.80 | 0.84 | 0 | 0.12 | 243.17 | 0.75 | 0.51 |
| Hex | 2D | 23 | E0 | 50 | 54 | 0 | C | F3 | 4B | 33 |
| Octal | 55 | 43 | 340 | 120 | 124 | 0 | 14 | 363 | 113 | 63 |
| Binary | 101101 | 100011 | 11100000 | 1010000 | 1010100 | 0 | 1100 | 11110011 | 1001011 | 110011 |
Color Harmonies of #2D23E0
Complementary color
Monochromatic Colors of #2D23E0
Black with #2D23E0
Text Example
Text Example
White with #2D23E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D23E0; }
p { color: rgb(45,35,224); }
H1.HeaderClassName
{
color: #2D23E0;
}
.AnyTagClassName
{
color: #2D23E0;
}
</style>
background-color css
<style>
a { background-color: #2D23E0; }
a { background-color: rgb(45,35,224); }
div.DivClassName
{
background-color: #2D23E0;
}
.BgClassName
{
background-color: #2D23E0;
}
</style>
border-color css
<style>
span { border-color: #2D23E0; }
span { border-color: rgb(45,35,224); }
td.TdClassName
{
border-color: #2D23E0;
}
.TagClassName
{
border-color: #2D23E0;
}
</style>