Shades of Han Purple #2D1FDD
Tints of Han Purple #2D1FDD
RGB
CMYK
RGB Variations
Color information
#2D1FDD (or 0x2D1FDD) is known color: Han Purple. HEX triplet: 2D, 1F and DD. RGB value is (45,31,221). Sum of RGB (Red+Green+Blue) = 45+31+221=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D1FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1FDD is #D2E022. Grayscale: #383838. Windows color (decimal): -13819939 or 14491437. OLE color: 14491437.
HSL color Cylindrical-coordinate representation of color #2D1FDD: hue angle of 244.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1FDD is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 31 | 221 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.13 |
| HSL | 244.42º | 0.75% | 0.49% | - |
| HSV(B) | 244.42º | 0.86% | 0.87% | - |
| XYZ | 14.62 | 6.76 | 68.94 | - |
| YUV | 56.85 | 220.64 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 221 | 0.80 | 0.86 | 0 | 0.13 | 244.42 | 0.75 | 0.49 |
| Hex | 2D | 1F | DD | 50 | 56 | 0 | D | F4 | 4B | 31 |
| Octal | 55 | 37 | 335 | 120 | 126 | 0 | 15 | 364 | 113 | 61 |
| Binary | 101101 | 11111 | 11011101 | 1010000 | 1010110 | 0 | 1101 | 11110100 | 1001011 | 110001 |
Color Harmonies of #2D1FDD
Complementary color
Monochromatic Colors of #2D1FDD
Black with #2D1FDD
Text Example
Text Example
White with #2D1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FDD; }
p { color: rgb(45,31,221); }
H1.HeaderClassName
{
color: #2D1FDD;
}
.AnyTagClassName
{
color: #2D1FDD;
}
</style>
background-color css
<style>
a { background-color: #2D1FDD; }
a { background-color: rgb(45,31,221); }
div.DivClassName
{
background-color: #2D1FDD;
}
.BgClassName
{
background-color: #2D1FDD;
}
</style>
border-color css
<style>
span { border-color: #2D1FDD; }
span { border-color: rgb(45,31,221); }
td.TdClassName
{
border-color: #2D1FDD;
}
.TagClassName
{
border-color: #2D1FDD;
}
</style>