Shades of Han Purple #2D22DF
Tints of Han Purple #2D22DF
RGB
CMYK
RGB Variations
Color information
#2D22DF (or 0x2D22DF) is known color: Han Purple. HEX triplet: 2D, 22 and DF. RGB value is (45,34,223). Sum of RGB (Red+Green+Blue) = 45+34+223=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D22DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D22DF is #D2DD20. Grayscale: #3A3A3A. Windows color (decimal): -13819169 or 14623277. OLE color: 14623277.
HSL color Cylindrical-coordinate representation of color #2D22DF: hue angle of 243.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D22DF is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 34 | 223 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.13 |
| HSL | 243.49º | 0.75% | 0.5% | - |
| HSV(B) | 243.49º | 0.85% | 0.87% | - |
| XYZ | 14.97 | 7.03 | 70.38 | - |
| YUV | 58.84 | 220.64 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 223 | 0.80 | 0.85 | 0 | 0.13 | 243.49 | 0.75 | 0.5 |
| Hex | 2D | 22 | DF | 50 | 55 | 0 | D | F3 | 4B | 32 |
| Octal | 55 | 42 | 337 | 120 | 125 | 0 | 15 | 363 | 113 | 62 |
| Binary | 101101 | 100010 | 11011111 | 1010000 | 1010101 | 0 | 1101 | 11110011 | 1001011 | 110010 |
Color Harmonies of #2D22DF
Complementary color
Monochromatic Colors of #2D22DF
Black with #2D22DF
Text Example
Text Example
White with #2D22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D22DF; }
p { color: rgb(45,34,223); }
H1.HeaderClassName
{
color: #2D22DF;
}
.AnyTagClassName
{
color: #2D22DF;
}
</style>
background-color css
<style>
a { background-color: #2D22DF; }
a { background-color: rgb(45,34,223); }
div.DivClassName
{
background-color: #2D22DF;
}
.BgClassName
{
background-color: #2D22DF;
}
</style>
border-color css
<style>
span { border-color: #2D22DF; }
span { border-color: rgb(45,34,223); }
td.TdClassName
{
border-color: #2D22DF;
}
.TagClassName
{
border-color: #2D22DF;
}
</style>