Shades of Han Purple #2A11FC
Tints of Han Purple #2A11FC
RGB
CMYK
RGB Variations
Color information
#2A11FC (or 0x2A11FC) is known color: Han Purple. HEX triplet: 2A, 11 and FC. RGB value is (42,17,252). Sum of RGB (Red+Green+Blue) = 42+17+252=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A11FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A11FC is #D5EE03. Grayscale: #323232. Windows color (decimal): -14020100 or 16519466. OLE color: 16519466.
HSL color Cylindrical-coordinate representation of color #2A11FC: hue angle of 246.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A11FC is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 17 | 252 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.01 |
| HSL | 246.38º | 0.98% | 0.53% | - |
| HSV(B) | 246.38º | 0.93% | 0.99% | - |
| XYZ | 18.73 | 7.92 | 92.64 | - |
| YUV | 51.27 | 241.28 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 252 | 0.83 | 0.93 | 0 | 0.01 | 246.38 | 0.98 | 0.53 |
| Hex | 2A | 11 | FC | 53 | 5D | 0 | 1 | F6 | 62 | 35 |
| Octal | 52 | 21 | 374 | 123 | 135 | 0 | 1 | 366 | 142 | 65 |
| Binary | 101010 | 10001 | 11111100 | 1010011 | 1011101 | 0 | 1 | 11110110 | 1100010 | 110101 |
Color Harmonies of #2A11FC
Complementary color
Monochromatic Colors of #2A11FC
Black with #2A11FC
Text Example
Text Example
White with #2A11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A11FC; }
p { color: rgb(42,17,252); }
H1.HeaderClassName
{
color: #2A11FC;
}
.AnyTagClassName
{
color: #2A11FC;
}
</style>
background-color css
<style>
a { background-color: #2A11FC; }
a { background-color: rgb(42,17,252); }
div.DivClassName
{
background-color: #2A11FC;
}
.BgClassName
{
background-color: #2A11FC;
}
</style>
border-color css
<style>
span { border-color: #2A11FC; }
span { border-color: rgb(42,17,252); }
td.TdClassName
{
border-color: #2A11FC;
}
.TagClassName
{
border-color: #2A11FC;
}
</style>