#2c0eee

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

Shades of Han Purple #2C0EEE

Tints of Han Purple #2C0EEE

Color information

#2C0EEE (or 0x2C0EEE) is unknown color: approx Han Purple. HEX triplet: 2C, 0E and EE. RGB value is (44,14,238). Sum of RGB (Red+Green+Blue) = 44+14+238=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 238 (93.36% from 255 or 80.41% from 296); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C0EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0EEE is #D3F111. Grayscale: #2F2F2F. Windows color (decimal): -13889810 or 15601196. OLE color: 15601196.

HSL color Cylindrical-coordinate representation of color #2C0EEE: hue angle of 248.04º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0EEE is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4414238-
CMYK0.820.9400.07
HSL248.04º88.89%49.41%-
HSV(B)248.04º94.12%93.33%-
XYZ16.637.0281.37-
YUV48.51234.94124.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.86%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 238 (93.36% from 255) = 80.41%
R=14.86%
G=4.73%
B=80.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal44142380.820.9400.07248.0488.8949.41
Hex2CEEE525E07f85931
Octal54163561221360737013161
Binary101100111011101110101001010111100111111110001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c0eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,14,238); }

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

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

 a { background-color: rgb(44,14,238); }

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

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

 span { border-color: rgb(44,14,238); }

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