Shades of Han Purple #2D1AFF
Tints of Han Purple #2D1AFF
RGB
CMYK
RGB Variations
Color information
#2D1AFF (or 0x2D1AFF) is known color: Han Purple. HEX triplet: 2D, 1A and FF. RGB value is (45,26,255). Sum of RGB (Red+Green+Blue) = 45+26+255=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D1AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1AFF is #D2E500. Grayscale: #383838. Windows color (decimal): -13821185 or 16718381. OLE color: 16718381.
HSL color Cylindrical-coordinate representation of color #2D1AFF: hue angle of 244.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D1AFF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 26 | 255 | - |
| CMYK | 0.82 | 0.90 | 0 | 0 |
| HSL | 244.98º | 1% | 0.55% | - |
| HSV(B) | 244.98º | 0.9% | 1% | - |
| XYZ | 19.5 | 8.52 | 95.22 | - |
| YUV | 57.79 | 239.29 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 255 | 0.82 | 0.90 | 0 | 0 | 244.98 | 1 | 0.55 |
| Hex | 2D | 1A | FF | 52 | 5A | 0 | 0 | F5 | 64 | 37 |
| Octal | 55 | 32 | 377 | 122 | 132 | 0 | 0 | 365 | 144 | 67 |
| Binary | 101101 | 11010 | 11111111 | 1010010 | 1011010 | 0 | 0 | 11110101 | 1100100 | 110111 |
Color Harmonies of #2D1AFF
Complementary color
Monochromatic Colors of #2D1AFF
Black with #2D1AFF
Text Example
Text Example
White with #2D1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1AFF; }
p { color: rgb(45,26,255); }
H1.HeaderClassName
{
color: #2D1AFF;
}
.AnyTagClassName
{
color: #2D1AFF;
}
</style>
background-color css
<style>
a { background-color: #2D1AFF; }
a { background-color: rgb(45,26,255); }
div.DivClassName
{
background-color: #2D1AFF;
}
.BgClassName
{
background-color: #2D1AFF;
}
</style>
border-color css
<style>
span { border-color: #2D1AFF; }
span { border-color: rgb(45,26,255); }
td.TdClassName
{
border-color: #2D1AFF;
}
.TagClassName
{
border-color: #2D1AFF;
}
</style>