Shades of Han Purple #2C15F6
Tints of Han Purple #2C15F6
RGB
CMYK
RGB Variations
Color information
#2C15F6 (or 0x2C15F6) is known color: Han Purple. HEX triplet: 2C, 15 and F6. RGB value is (44,21,246). Sum of RGB (Red+Green+Blue) = 44+21+246=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 246 (96.48% from 255 or 79.10% from 311); Max value from RGB is 246 - color contains mainly: blue. Hex color #2C15F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C15F6 is #D3EA09. Grayscale: #343434. Windows color (decimal): -13888010 or 16127276. OLE color: 16127276.
HSL color Cylindrical-coordinate representation of color #2C15F6: hue angle of 246.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C15F6 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 21 | 246 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.04 |
| HSL | 246.13º | 0.93% | 0.52% | - |
| HSV(B) | 246.13º | 0.91% | 0.96% | - |
| XYZ | 17.94 | 7.73 | 87.73 | - |
| YUV | 53.53 | 236.62 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 246 | 0.82 | 0.91 | 0 | 0.04 | 246.13 | 0.93 | 0.52 |
| Hex | 2C | 15 | F6 | 52 | 5B | 0 | 4 | F6 | 5D | 34 |
| Octal | 54 | 25 | 366 | 122 | 133 | 0 | 4 | 366 | 135 | 64 |
| Binary | 101100 | 10101 | 11110110 | 1010010 | 1011011 | 0 | 100 | 11110110 | 1011101 | 110100 |
Color Harmonies of #2C15F6
Complementary color
Monochromatic Colors of #2C15F6
Black with #2C15F6
Text Example
Text Example
White with #2C15F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C15F6; }
p { color: rgb(44,21,246); }
H1.HeaderClassName
{
color: #2C15F6;
}
.AnyTagClassName
{
color: #2C15F6;
}
</style>
background-color css
<style>
a { background-color: #2C15F6; }
a { background-color: rgb(44,21,246); }
div.DivClassName
{
background-color: #2C15F6;
}
.BgClassName
{
background-color: #2C15F6;
}
</style>
border-color css
<style>
span { border-color: #2C15F6; }
span { border-color: rgb(44,21,246); }
td.TdClassName
{
border-color: #2C15F6;
}
.TagClassName
{
border-color: #2C15F6;
}
</style>