Shades of Han Purple #2D20DF
Tints of Han Purple #2D20DF
RGB
CMYK
RGB Variations
Color information
#2D20DF (or 0x2D20DF) is known color: Han Purple. HEX triplet: 2D, 20 and DF. RGB value is (45,32,223). Sum of RGB (Red+Green+Blue) = 45+32+223=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D20DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D20DF is #D2DF20. Grayscale: #383838. Windows color (decimal): -13819681 or 14622765. OLE color: 14622765.
HSL color Cylindrical-coordinate representation of color #2D20DF: hue angle of 244.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D20DF is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 32 | 223 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.13 |
| HSL | 244.08º | 0.75% | 0.5% | - |
| HSV(B) | 244.08º | 0.86% | 0.87% | - |
| XYZ | 14.92 | 6.92 | 70.36 | - |
| YUV | 57.66 | 221.31 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 223 | 0.80 | 0.86 | 0 | 0.13 | 244.08 | 0.75 | 0.5 |
| Hex | 2D | 20 | DF | 50 | 56 | 0 | D | F4 | 4B | 32 |
| Octal | 55 | 40 | 337 | 120 | 126 | 0 | 15 | 364 | 113 | 62 |
| Binary | 101101 | 100000 | 11011111 | 1010000 | 1010110 | 0 | 1101 | 11110100 | 1001011 | 110010 |
Color Harmonies of #2D20DF
Complementary color
Monochromatic Colors of #2D20DF
Black with #2D20DF
Text Example
Text Example
White with #2D20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D20DF; }
p { color: rgb(45,32,223); }
H1.HeaderClassName
{
color: #2D20DF;
}
.AnyTagClassName
{
color: #2D20DF;
}
</style>
background-color css
<style>
a { background-color: #2D20DF; }
a { background-color: rgb(45,32,223); }
div.DivClassName
{
background-color: #2D20DF;
}
.BgClassName
{
background-color: #2D20DF;
}
</style>
border-color css
<style>
span { border-color: #2D20DF; }
span { border-color: rgb(45,32,223); }
td.TdClassName
{
border-color: #2D20DF;
}
.TagClassName
{
border-color: #2D20DF;
}
</style>