Shades of Han Purple #2D1AF1
Tints of Han Purple #2D1AF1
RGB
CMYK
RGB Variations
Color information
#2D1AF1 (or 0x2D1AF1) is known color: Han Purple. HEX triplet: 2D, 1A and F1. RGB value is (45,26,241). Sum of RGB (Red+Green+Blue) = 45+26+241=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 241 (94.53% from 255 or 77.24% from 312); Max value from RGB is 241 - color contains mainly: blue. Hex color #2D1AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1AF1 is #D2E50E. Grayscale: #373737. Windows color (decimal): -13821199 or 15800877. OLE color: 15800877.
HSL color Cylindrical-coordinate representation of color #2D1AF1: hue angle of 245.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1AF1 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 26 | 241 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.05 |
| HSL | 245.3º | 0.88% | 0.52% | - |
| HSV(B) | 245.3º | 0.89% | 0.95% | - |
| XYZ | 17.33 | 7.65 | 83.78 | - |
| YUV | 56.19 | 232.29 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 241 | 0.81 | 0.89 | 0 | 0.05 | 245.3 | 0.88 | 0.52 |
| Hex | 2D | 1A | F1 | 51 | 59 | 0 | 5 | F5 | 58 | 34 |
| Octal | 55 | 32 | 361 | 121 | 131 | 0 | 5 | 365 | 130 | 64 |
| Binary | 101101 | 11010 | 11110001 | 1010001 | 1011001 | 0 | 101 | 11110101 | 1011000 | 110100 |
Color Harmonies of #2D1AF1
Complementary color
Monochromatic Colors of #2D1AF1
Black with #2D1AF1
Text Example
Text Example
White with #2D1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1AF1; }
p { color: rgb(45,26,241); }
H1.HeaderClassName
{
color: #2D1AF1;
}
.AnyTagClassName
{
color: #2D1AF1;
}
</style>
background-color css
<style>
a { background-color: #2D1AF1; }
a { background-color: rgb(45,26,241); }
div.DivClassName
{
background-color: #2D1AF1;
}
.BgClassName
{
background-color: #2D1AF1;
}
</style>
border-color css
<style>
span { border-color: #2D1AF1; }
span { border-color: rgb(45,26,241); }
td.TdClassName
{
border-color: #2D1AF1;
}
.TagClassName
{
border-color: #2D1AF1;
}
</style>