Shades of Han Purple #2C17EA
Tints of Han Purple #2C17EA
RGB
CMYK
RGB Variations
Color information
#2C17EA (or 0x2C17EA) is known color: Han Purple. HEX triplet: 2C, 17 and EA. RGB value is (44,23,234). Sum of RGB (Red+Green+Blue) = 44+23+234=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C17EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C17EA is #D3E815. Grayscale: #343434. Windows color (decimal): -13887510 or 15341356. OLE color: 15341356.
HSL color Cylindrical-coordinate representation of color #2C17EA: hue angle of 245.97º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C17EA is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 23 | 234 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.08 |
| HSL | 245.97º | 0.83% | 0.5% | - |
| HSV(B) | 245.97º | 0.9% | 0.92% | - |
| XYZ | 16.2 | 7.09 | 78.36 | - |
| YUV | 53.33 | 229.96 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 234 | 0.81 | 0.90 | 0 | 0.08 | 245.97 | 0.83 | 0.5 |
| Hex | 2C | 17 | EA | 51 | 5A | 0 | 8 | F6 | 53 | 32 |
| Octal | 54 | 27 | 352 | 121 | 132 | 0 | 10 | 366 | 123 | 62 |
| Binary | 101100 | 10111 | 11101010 | 1010001 | 1011010 | 0 | 1000 | 11110110 | 1010011 | 110010 |
Color Harmonies of #2C17EA
Complementary color
Monochromatic Colors of #2C17EA
Black with #2C17EA
Text Example
Text Example
White with #2C17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C17EA; }
p { color: rgb(44,23,234); }
H1.HeaderClassName
{
color: #2C17EA;
}
.AnyTagClassName
{
color: #2C17EA;
}
</style>
background-color css
<style>
a { background-color: #2C17EA; }
a { background-color: rgb(44,23,234); }
div.DivClassName
{
background-color: #2C17EA;
}
.BgClassName
{
background-color: #2C17EA;
}
</style>
border-color css
<style>
span { border-color: #2C17EA; }
span { border-color: rgb(44,23,234); }
td.TdClassName
{
border-color: #2C17EA;
}
.TagClassName
{
border-color: #2C17EA;
}
</style>