Shades of Han Purple #2A1BFF
Tints of Han Purple #2A1BFF
RGB
CMYK
RGB Variations
Color information
#2A1BFF (or 0x2A1BFF) is known color: Han Purple. HEX triplet: 2A, 1B and FF. RGB value is (42,27,255). Sum of RGB (Red+Green+Blue) = 42+27+255=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A1BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1BFF is #D5E400. Grayscale: #383838. Windows color (decimal): -14017537 or 16718634. OLE color: 16718634.
HSL color Cylindrical-coordinate representation of color #2A1BFF: hue angle of 243.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A1BFF is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 27 | 255 | - |
| CMYK | 0.84 | 0.89 | 0 | 0 |
| HSL | 243.95º | 1% | 0.55% | - |
| HSV(B) | 243.95º | 0.89% | 1% | - |
| XYZ | 19.4 | 8.5 | 95.23 | - |
| YUV | 57.48 | 239.47 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 255 | 0.84 | 0.89 | 0 | 0 | 243.95 | 1 | 0.55 |
| Hex | 2A | 1B | FF | 54 | 59 | 0 | 0 | F4 | 64 | 37 |
| Octal | 52 | 33 | 377 | 124 | 131 | 0 | 0 | 364 | 144 | 67 |
| Binary | 101010 | 11011 | 11111111 | 1010100 | 1011001 | 0 | 0 | 11110100 | 1100100 | 110111 |
Color Harmonies of #2A1BFF
Complementary color
Monochromatic Colors of #2A1BFF
Black with #2A1BFF
Text Example
Text Example
White with #2A1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1BFF; }
p { color: rgb(42,27,255); }
H1.HeaderClassName
{
color: #2A1BFF;
}
.AnyTagClassName
{
color: #2A1BFF;
}
</style>
background-color css
<style>
a { background-color: #2A1BFF; }
a { background-color: rgb(42,27,255); }
div.DivClassName
{
background-color: #2A1BFF;
}
.BgClassName
{
background-color: #2A1BFF;
}
</style>
border-color css
<style>
span { border-color: #2A1BFF; }
span { border-color: rgb(42,27,255); }
td.TdClassName
{
border-color: #2A1BFF;
}
.TagClassName
{
border-color: #2A1BFF;
}
</style>