#2C20EF

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

Shades of Han Purple #2C20EF

Tints of Han Purple #2C20EF

Color information

#2C20EF (or 0x2C20EF) is unknown color: approx Han Purple. HEX triplet: 2C, 20 and EF. RGB value is (44,32,239). Sum of RGB (Red+Green+Blue) = 44+32+239=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C20EF is #D3DF10. Grayscale: #3A3A3A. Windows color (decimal): -13885201 or 15671340. OLE color: 15671340.

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

Color convert

RGB4432239-
CMYK0.820.8700.06
HSL243.48º86.61%53.14%-
HSV(B)243.48º86.61%93.73%-
XYZ17.147.882.26-
YUV59.19229.48117.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.97%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 239 (93.75% from 255) = 75.87%
R=13.97%
G=10.16%
B=75.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal44322390.820.8700.06243.4886.6153.14
Hex2C20EF525706f35735
Octal54403571221270636312765
Binary10110010000011101111101001010101110110111100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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