Shades of Han Purple #2D1BDF
Tints of Han Purple #2D1BDF
RGB
CMYK
RGB Variations
Color information
#2D1BDF (or 0x2D1BDF) is known color: Han Purple. HEX triplet: 2D, 1B and DF. RGB value is (45,27,223). Sum of RGB (Red+Green+Blue) = 45+27+223=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D1BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1BDF is #D2E420. Grayscale: #353535. Windows color (decimal): -13820961 or 14621485. OLE color: 14621485.
HSL color Cylindrical-coordinate representation of color #2D1BDF: hue angle of 245.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1BDF is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 27 | 223 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.13 |
| HSL | 245.51º | 0.78% | 0.49% | - |
| HSV(B) | 245.51º | 0.88% | 0.87% | - |
| XYZ | 14.79 | 6.67 | 70.32 | - |
| YUV | 54.73 | 222.96 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 223 | 0.80 | 0.88 | 0 | 0.13 | 245.51 | 0.78 | 0.49 |
| Hex | 2D | 1B | DF | 50 | 58 | 0 | D | F6 | 4E | 31 |
| Octal | 55 | 33 | 337 | 120 | 130 | 0 | 15 | 366 | 116 | 61 |
| Binary | 101101 | 11011 | 11011111 | 1010000 | 1011000 | 0 | 1101 | 11110110 | 1001110 | 110001 |
Color Harmonies of #2D1BDF
Complementary color
Monochromatic Colors of #2D1BDF
Black with #2D1BDF
Text Example
Text Example
White with #2D1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BDF; }
p { color: rgb(45,27,223); }
H1.HeaderClassName
{
color: #2D1BDF;
}
.AnyTagClassName
{
color: #2D1BDF;
}
</style>
background-color css
<style>
a { background-color: #2D1BDF; }
a { background-color: rgb(45,27,223); }
div.DivClassName
{
background-color: #2D1BDF;
}
.BgClassName
{
background-color: #2D1BDF;
}
</style>
border-color css
<style>
span { border-color: #2D1BDF; }
span { border-color: rgb(45,27,223); }
td.TdClassName
{
border-color: #2D1BDF;
}
.TagClassName
{
border-color: #2D1BDF;
}
</style>