Shades of Han Purple #2C06E5
Tints of Han Purple #2C06E5
RGB
CMYK
RGB Variations
Color information
#2C06E5 (or 0x2C06E5) is known color: Han Purple. HEX triplet: 2C, 06 and E5. RGB value is (44,6,229). Sum of RGB (Red+Green+Blue) = 44+6+229=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #2C06E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C06E5 is #D3F91A. Grayscale: #292929. Windows color (decimal): -13891867 or 15009324. OLE color: 15009324.
HSL color Cylindrical-coordinate representation of color #2C06E5: hue angle of 250.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C06E5 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 6 | 229 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.10 |
| HSL | 250.22º | 0.95% | 0.46% | - |
| HSV(B) | 250.22º | 0.97% | 0.9% | - |
| XYZ | 15.25 | 6.32 | 74.55 | - |
| YUV | 42.78 | 233.09 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 229 | 0.81 | 0.97 | 0 | 0.10 | 250.22 | 0.95 | 0.46 |
| Hex | 2C | 6 | E5 | 51 | 61 | 0 | A | FA | 5F | 2E |
| Octal | 54 | 6 | 345 | 121 | 141 | 0 | 12 | 372 | 137 | 56 |
| Binary | 101100 | 110 | 11100101 | 1010001 | 1100001 | 0 | 1010 | 11111010 | 1011111 | 101110 |
Color Harmonies of #2C06E5
Complementary color
Monochromatic Colors of #2C06E5
Black with #2C06E5
Text Example
Text Example
White with #2C06E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C06E5; }
p { color: rgb(44,6,229); }
H1.HeaderClassName
{
color: #2C06E5;
}
.AnyTagClassName
{
color: #2C06E5;
}
</style>
background-color css
<style>
a { background-color: #2C06E5; }
a { background-color: rgb(44,6,229); }
div.DivClassName
{
background-color: #2C06E5;
}
.BgClassName
{
background-color: #2C06E5;
}
</style>
border-color css
<style>
span { border-color: #2C06E5; }
span { border-color: rgb(44,6,229); }
td.TdClassName
{
border-color: #2C06E5;
}
.TagClassName
{
border-color: #2C06E5;
}
</style>