Shades of Han Purple #2C00EE
Tints of Han Purple #2C00EE
RGB
CMYK
RGB Variations
Color information
#2C00EE (or 0x2C00EE) is known color: Han Purple. HEX triplet: 2C, 00 and EE. RGB value is (44,0,238). Sum of RGB (Red+Green+Blue) = 44+0+238=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C00EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C00EE is #D3FF11. Grayscale: #272727. Windows color (decimal): -13893394 or 15597612. OLE color: 15597612.
HSL color Cylindrical-coordinate representation of color #2C00EE: hue angle of 251.09º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C00EE is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 0 | 238 | - |
| CMYK | 0.82 | 1 | 0 | 0.07 |
| HSL | 251.09º | 1% | 0.47% | - |
| HSV(B) | 251.09º | 1% | 0.93% | - |
| XYZ | 16.47 | 6.71 | 81.32 | - |
| YUV | 40.29 | 239.58 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 238 | 0.82 | 1 | 0 | 0.07 | 251.09 | 1 | 0.47 |
| Hex | 2C | 0 | EE | 52 | 64 | 0 | 7 | FB | 64 | 2F |
| Octal | 54 | 0 | 356 | 122 | 144 | 0 | 7 | 373 | 144 | 57 |
| Binary | 101100 | 0 | 11101110 | 1010010 | 1100100 | 0 | 111 | 11111011 | 1100100 | 101111 |
Color Harmonies of #2C00EE
Complementary color
Monochromatic Colors of #2C00EE
Black with #2C00EE
Text Example
Text Example
White with #2C00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C00EE; }
p { color: rgb(44,0,238); }
H1.HeaderClassName
{
color: #2C00EE;
}
.AnyTagClassName
{
color: #2C00EE;
}
</style>
background-color css
<style>
a { background-color: #2C00EE; }
a { background-color: rgb(44,0,238); }
div.DivClassName
{
background-color: #2C00EE;
}
.BgClassName
{
background-color: #2C00EE;
}
</style>
border-color css
<style>
span { border-color: #2C00EE; }
span { border-color: rgb(44,0,238); }
td.TdClassName
{
border-color: #2C00EE;
}
.TagClassName
{
border-color: #2C00EE;
}
</style>