Shades of Han Purple #2A1DFC
Tints of Han Purple #2A1DFC
RGB
CMYK
RGB Variations
Color information
#2A1DFC (or 0x2A1DFC) is known color: Han Purple. HEX triplet: 2A, 1D and FC. RGB value is (42,29,252). Sum of RGB (Red+Green+Blue) = 42+29+252=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A1DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1DFC is #D5E203. Grayscale: #393939. Windows color (decimal): -14017028 or 16522538. OLE color: 16522538.
HSL color Cylindrical-coordinate representation of color #2A1DFC: hue angle of 243.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1DFC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 29 | 252 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.01 |
| HSL | 243.5º | 0.97% | 0.55% | - |
| HSV(B) | 243.5º | 0.88% | 0.99% | - |
| XYZ | 18.96 | 8.4 | 92.72 | - |
| YUV | 58.31 | 237.31 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 252 | 0.83 | 0.88 | 0 | 0.01 | 243.5 | 0.97 | 0.55 |
| Hex | 2A | 1D | FC | 53 | 58 | 0 | 1 | F3 | 61 | 37 |
| Octal | 52 | 35 | 374 | 123 | 130 | 0 | 1 | 363 | 141 | 67 |
| Binary | 101010 | 11101 | 11111100 | 1010011 | 1011000 | 0 | 1 | 11110011 | 1100001 | 110111 |
Color Harmonies of #2A1DFC
Complementary color
Monochromatic Colors of #2A1DFC
Black with #2A1DFC
Text Example
Text Example
White with #2A1DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DFC; }
p { color: rgb(42,29,252); }
H1.HeaderClassName
{
color: #2A1DFC;
}
.AnyTagClassName
{
color: #2A1DFC;
}
</style>
background-color css
<style>
a { background-color: #2A1DFC; }
a { background-color: rgb(42,29,252); }
div.DivClassName
{
background-color: #2A1DFC;
}
.BgClassName
{
background-color: #2A1DFC;
}
</style>
border-color css
<style>
span { border-color: #2A1DFC; }
span { border-color: rgb(42,29,252); }
td.TdClassName
{
border-color: #2A1DFC;
}
.TagClassName
{
border-color: #2A1DFC;
}
</style>