Shades of Han Purple #2A1FFC
Tints of Han Purple #2A1FFC
RGB
CMYK
RGB Variations
Color information
#2A1FFC (or 0x2A1FFC) is known color: Han Purple. HEX triplet: 2A, 1F and FC. RGB value is (42,31,252). Sum of RGB (Red+Green+Blue) = 42+31+252=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 252 (98.83% from 255 or 77.54% from 325); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A1FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1FFC is #D5E003. Grayscale: #3A3A3A. Windows color (decimal): -14016516 or 16523050. OLE color: 16523050.
HSL color Cylindrical-coordinate representation of color #2A1FFC: hue angle of 242.99º 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 #2A1FFC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 31 | 252 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.01 |
| HSL | 242.99º | 0.97% | 0.55% | - |
| HSV(B) | 242.99º | 0.88% | 0.99% | - |
| XYZ | 19.02 | 8.5 | 92.73 | - |
| YUV | 59.48 | 236.64 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 252 | 0.83 | 0.88 | 0 | 0.01 | 242.99 | 0.97 | 0.55 |
| Hex | 2A | 1F | FC | 53 | 58 | 0 | 1 | F3 | 61 | 37 |
| Octal | 52 | 37 | 374 | 123 | 130 | 0 | 1 | 363 | 141 | 67 |
| Binary | 101010 | 11111 | 11111100 | 1010011 | 1011000 | 0 | 1 | 11110011 | 1100001 | 110111 |
Color Harmonies of #2A1FFC
Complementary color
Monochromatic Colors of #2A1FFC
Black with #2A1FFC
Text Example
Text Example
White with #2A1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1FFC; }
p { color: rgb(42,31,252); }
H1.HeaderClassName
{
color: #2A1FFC;
}
.AnyTagClassName
{
color: #2A1FFC;
}
</style>
background-color css
<style>
a { background-color: #2A1FFC; }
a { background-color: rgb(42,31,252); }
div.DivClassName
{
background-color: #2A1FFC;
}
.BgClassName
{
background-color: #2A1FFC;
}
</style>
border-color css
<style>
span { border-color: #2A1FFC; }
span { border-color: rgb(42,31,252); }
td.TdClassName
{
border-color: #2A1FFC;
}
.TagClassName
{
border-color: #2A1FFC;
}
</style>