Shades of Han Purple #2C00EF
Tints of Han Purple #2C00EF
RGB
CMYK
RGB Variations
Color information
#2C00EF (or 0x2C00EF) is known color: Han Purple. HEX triplet: 2C, 00 and EF. RGB value is (44,0,239). Sum of RGB (Red+Green+Blue) = 44+0+239=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C00EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C00EF is #D3FF10. Grayscale: #272727. Windows color (decimal): -13893393 or 15663148. OLE color: 15663148.
HSL color Cylindrical-coordinate representation of color #2C00EF: hue angle of 251.05º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C00EF is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 0 | 239 | - |
| CMYK | 0.82 | 1 | 0 | 0.06 |
| HSL | 251.05º | 1% | 0.47% | - |
| HSV(B) | 251.05º | 1% | 0.94% | - |
| XYZ | 16.62 | 6.77 | 82.09 | - |
| YUV | 40.4 | 240.08 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 239 | 0.82 | 1 | 0 | 0.06 | 251.05 | 1 | 0.47 |
| Hex | 2C | 0 | EF | 52 | 64 | 0 | 6 | FB | 64 | 2F |
| Octal | 54 | 0 | 357 | 122 | 144 | 0 | 6 | 373 | 144 | 57 |
| Binary | 101100 | 0 | 11101111 | 1010010 | 1100100 | 0 | 110 | 11111011 | 1100100 | 101111 |
Color Harmonies of #2C00EF
Complementary color
Monochromatic Colors of #2C00EF
Black with #2C00EF
Text Example
Text Example
White with #2C00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C00EF; }
p { color: rgb(44,0,239); }
H1.HeaderClassName
{
color: #2C00EF;
}
.AnyTagClassName
{
color: #2C00EF;
}
</style>
background-color css
<style>
a { background-color: #2C00EF; }
a { background-color: rgb(44,0,239); }
div.DivClassName
{
background-color: #2C00EF;
}
.BgClassName
{
background-color: #2C00EF;
}
</style>
border-color css
<style>
span { border-color: #2C00EF; }
span { border-color: rgb(44,0,239); }
td.TdClassName
{
border-color: #2C00EF;
}
.TagClassName
{
border-color: #2C00EF;
}
</style>