Shades of Han Purple #2A1BDF
Tints of Han Purple #2A1BDF
RGB
CMYK
RGB Variations
Color information
#2A1BDF (or 0x2A1BDF) is known color: Han Purple. HEX triplet: 2A, 1B and DF. RGB value is (42,27,223). Sum of RGB (Red+Green+Blue) = 42+27+223=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A1BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1BDF is #D5E420. Grayscale: #353535. Windows color (decimal): -14017569 or 14621482. OLE color: 14621482.
HSL color Cylindrical-coordinate representation of color #2A1BDF: hue angle of 244.59º 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 #2A1BDF is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 27 | 223 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.13 |
| HSL | 244.59º | 0.78% | 0.49% | - |
| HSV(B) | 244.59º | 0.88% | 0.87% | - |
| XYZ | 14.67 | 6.6 | 70.31 | - |
| YUV | 53.83 | 223.47 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 223 | 0.81 | 0.88 | 0 | 0.13 | 244.59 | 0.78 | 0.49 |
| Hex | 2A | 1B | DF | 51 | 58 | 0 | D | F5 | 4E | 31 |
| Octal | 52 | 33 | 337 | 121 | 130 | 0 | 15 | 365 | 116 | 61 |
| Binary | 101010 | 11011 | 11011111 | 1010001 | 1011000 | 0 | 1101 | 11110101 | 1001110 | 110001 |
Color Harmonies of #2A1BDF
Complementary color
Monochromatic Colors of #2A1BDF
Black with #2A1BDF
Text Example
Text Example
White with #2A1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1BDF; }
p { color: rgb(42,27,223); }
H1.HeaderClassName
{
color: #2A1BDF;
}
.AnyTagClassName
{
color: #2A1BDF;
}
</style>
background-color css
<style>
a { background-color: #2A1BDF; }
a { background-color: rgb(42,27,223); }
div.DivClassName
{
background-color: #2A1BDF;
}
.BgClassName
{
background-color: #2A1BDF;
}
</style>
border-color css
<style>
span { border-color: #2A1BDF; }
span { border-color: rgb(42,27,223); }
td.TdClassName
{
border-color: #2A1BDF;
}
.TagClassName
{
border-color: #2A1BDF;
}
</style>