#2C18EC

Color #2C18EC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2C18EC

Tints of Han Purple #2C18EC

Color information

#2C18EC (or 0x2C18EC) is unknown color: approx Han Purple. HEX triplet: 2C, 18 and EC. RGB value is (44,24,236). Sum of RGB (Red+Green+Blue) = 44+24+236=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C18EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C18EC is #D3E713. Grayscale: #353535. Windows color (decimal): -13887252 or 15472684. OLE color: 15472684.

HSL color Cylindrical-coordinate representation of color #2C18EC: hue angle of 245.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C18EC is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4424236-
CMYK0.810.9000.07
HSL245.66º84.8%50.98%-
HSV(B)245.66º89.83%92.55%-
XYZ16.517.2479.89-
YUV54.15230.63120.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 14.47%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 236 (92.58% from 255) = 77.63%
R=14.47%
G=7.89%
B=77.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal44242360.810.9000.07245.6684.850.98
Hex2C18EC515A07f65533
Octal54303541211320736612563
Binary1011001100011101100101000110110100111111101101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C18EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C18EC; }

 p { color: rgb(44,24,236); }

 H1.HeaderClassName
 {
   color: #2C18EC;
 }
 .AnyTagClassName
 {
   color: #2C18EC;
 }
</style>
background-color css

<style>
 a { background-color: #2C18EC; }

 a { background-color: rgb(44,24,236); }

 div.DivClassName
 {
   background-color: #2C18EC;
 }
 .BgClassName
 {
   background-color: #2C18EC;
 }
</style>
border-color css

<style>
 span { border-color: #2C18EC; }

 span { border-color: rgb(44,24,236); }

 td.TdClassName
 {
   border-color: #2C18EC;
 }
 .TagClassName
 {
   border-color: #2C18EC;
 }
</style>