Shades of Han Purple #2C04EE
Tints of Han Purple #2C04EE
RGB
CMYK
RGB Variations
Color information
#2C04EE (or 0x2C04EE) is known color: Han Purple. HEX triplet: 2C, 04 and EE. RGB value is (44,4,238). Sum of RGB (Red+Green+Blue) = 44+4+238=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 238 (93.36% from 255 or 83.22% from 286); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C04EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C04EE is #D3FB11. Grayscale: #292929. Windows color (decimal): -13892370 or 15598636. OLE color: 15598636.
HSL color Cylindrical-coordinate representation of color #2C04EE: hue angle of 250.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C04EE is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 4 | 238 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.07 |
| HSL | 250.26º | 0.97% | 0.47% | - |
| HSV(B) | 250.26º | 0.98% | 0.93% | - |
| XYZ | 16.51 | 6.8 | 81.33 | - |
| YUV | 42.64 | 238.25 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 238 | 0.82 | 0.98 | 0 | 0.07 | 250.26 | 0.97 | 0.47 |
| Hex | 2C | 4 | EE | 52 | 62 | 0 | 7 | FA | 61 | 2F |
| Octal | 54 | 4 | 356 | 122 | 142 | 0 | 7 | 372 | 141 | 57 |
| Binary | 101100 | 100 | 11101110 | 1010010 | 1100010 | 0 | 111 | 11111010 | 1100001 | 101111 |
Color Harmonies of #2C04EE
Complementary color
Monochromatic Colors of #2C04EE
Black with #2C04EE
Text Example
Text Example
White with #2C04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C04EE; }
p { color: rgb(44,4,238); }
H1.HeaderClassName
{
color: #2C04EE;
}
.AnyTagClassName
{
color: #2C04EE;
}
</style>
background-color css
<style>
a { background-color: #2C04EE; }
a { background-color: rgb(44,4,238); }
div.DivClassName
{
background-color: #2C04EE;
}
.BgClassName
{
background-color: #2C04EE;
}
</style>
border-color css
<style>
span { border-color: #2C04EE; }
span { border-color: rgb(44,4,238); }
td.TdClassName
{
border-color: #2C04EE;
}
.TagClassName
{
border-color: #2C04EE;
}
</style>