Shades of Han Purple #2A1FEB
Tints of Han Purple #2A1FEB
RGB
CMYK
RGB Variations
Color information
#2A1FEB (or 0x2A1FEB) is known color: Han Purple. HEX triplet: 2A, 1F and EB. RGB value is (42,31,235). Sum of RGB (Red+Green+Blue) = 42+31+235=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A1FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1FEB is #D5E014. Grayscale: #383838. Windows color (decimal): -14016533 or 15408938. OLE color: 15408938.
HSL color Cylindrical-coordinate representation of color #2A1FEB: hue angle of 243.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A1FEB is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 31 | 235 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.08 |
| HSL | 243.24º | 0.84% | 0.52% | - |
| HSV(B) | 243.24º | 0.87% | 0.92% | - |
| XYZ | 16.44 | 7.47 | 79.17 | - |
| YUV | 57.55 | 228.14 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 235 | 0.82 | 0.87 | 0 | 0.08 | 243.24 | 0.84 | 0.52 |
| Hex | 2A | 1F | EB | 52 | 57 | 0 | 8 | F3 | 54 | 34 |
| Octal | 52 | 37 | 353 | 122 | 127 | 0 | 10 | 363 | 124 | 64 |
| Binary | 101010 | 11111 | 11101011 | 1010010 | 1010111 | 0 | 1000 | 11110011 | 1010100 | 110100 |
Color Harmonies of #2A1FEB
Complementary color
Monochromatic Colors of #2A1FEB
Black with #2A1FEB
Text Example
Text Example
White with #2A1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1FEB; }
p { color: rgb(42,31,235); }
H1.HeaderClassName
{
color: #2A1FEB;
}
.AnyTagClassName
{
color: #2A1FEB;
}
</style>
background-color css
<style>
a { background-color: #2A1FEB; }
a { background-color: rgb(42,31,235); }
div.DivClassName
{
background-color: #2A1FEB;
}
.BgClassName
{
background-color: #2A1FEB;
}
</style>
border-color css
<style>
span { border-color: #2A1FEB; }
span { border-color: rgb(42,31,235); }
td.TdClassName
{
border-color: #2A1FEB;
}
.TagClassName
{
border-color: #2A1FEB;
}
</style>