#2C0BEF

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

Shades of Han Purple #2C0BEF

Tints of Han Purple #2C0BEF

Color information

#2C0BEF (or 0x2C0BEF) is unknown color: approx Han Purple. HEX triplet: 2C, 0B and EF. RGB value is (44,11,239). Sum of RGB (Red+Green+Blue) = 44+11+239=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C0BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0BEF is #D3F410. Grayscale: #2D2D2D. Windows color (decimal): -13890577 or 15665964. OLE color: 15665964.

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

Color convert

RGB4411239-
CMYK0.820.9500.06
HSL248.68º91.2%49.02%-
HSV(B)248.68º95.4%93.73%-
XYZ16.747.0182.13-
YUV46.86236.43125.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 11 (4.69% from 255) = 3.74%
BLUE value IS 239 (93.75% from 255) = 81.29%
R=14.97%
G=3.74%
B=81.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal44112390.820.9500.06248.6891.249.02
Hex2CBEF525F06f95b31
Octal54133571221370637113361
Binary101100101111101111101001010111110110111110011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,11,239); }

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

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

 a { background-color: rgb(44,11,239); }

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

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

 span { border-color: rgb(44,11,239); }

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