Shades of Han Purple #2C15EF
Tints of Han Purple #2C15EF
RGB
CMYK
RGB Variations
Color information
#2C15EF (or 0x2C15EF) is known color: Han Purple. HEX triplet: 2C, 15 and EF. RGB value is (44,21,239). Sum of RGB (Red+Green+Blue) = 44+21+239=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C15EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C15EF is #D3EA10. Grayscale: #333333. Windows color (decimal): -13888017 or 15668524. OLE color: 15668524.
HSL color Cylindrical-coordinate representation of color #2C15EF: hue angle of 246.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C15EF is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 21 | 239 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.06 |
| HSL | 246.33º | 0.87% | 0.51% | - |
| HSV(B) | 246.33º | 0.91% | 0.94% | - |
| XYZ | 16.89 | 7.3 | 82.18 | - |
| YUV | 52.73 | 233.12 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 239 | 0.82 | 0.91 | 0 | 0.06 | 246.33 | 0.87 | 0.51 |
| Hex | 2C | 15 | EF | 52 | 5B | 0 | 6 | F6 | 57 | 33 |
| Octal | 54 | 25 | 357 | 122 | 133 | 0 | 6 | 366 | 127 | 63 |
| Binary | 101100 | 10101 | 11101111 | 1010010 | 1011011 | 0 | 110 | 11110110 | 1010111 | 110011 |
Color Harmonies of #2C15EF
Complementary color
Monochromatic Colors of #2C15EF
Black with #2C15EF
Text Example
Text Example
White with #2C15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C15EF; }
p { color: rgb(44,21,239); }
H1.HeaderClassName
{
color: #2C15EF;
}
.AnyTagClassName
{
color: #2C15EF;
}
</style>
background-color css
<style>
a { background-color: #2C15EF; }
a { background-color: rgb(44,21,239); }
div.DivClassName
{
background-color: #2C15EF;
}
.BgClassName
{
background-color: #2C15EF;
}
</style>
border-color css
<style>
span { border-color: #2C15EF; }
span { border-color: rgb(44,21,239); }
td.TdClassName
{
border-color: #2C15EF;
}
.TagClassName
{
border-color: #2C15EF;
}
</style>