#2C22E1

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

Shades of Han Purple #2C22E1

Tints of Han Purple #2C22E1

Color information

#2C22E1 (or 0x2C22E1) is unknown color: approx Han Purple. HEX triplet: 2C, 22 and E1. RGB value is (44,34,225). Sum of RGB (Red+Green+Blue) = 44+34+225=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 225 (88.28% from 255 or 74.26% from 303); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C22E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C22E1 is #D3DD1E. Grayscale: #3A3A3A. Windows color (decimal): -13884703 or 14754348. OLE color: 14754348.

HSL color Cylindrical-coordinate representation of color #2C22E1: hue angle of 243.14º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C22E1 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4434225-
CMYK0.800.8500.12
HSL243.14º76.1%50.78%-
HSV(B)243.14º84.89%88.24%-
XYZ15.27.1271.81-
YUV58.76221.81117.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.52%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 225 (88.28% from 255) = 74.26%
R=14.52%
G=11.22%
B=74.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal44342250.800.8500.12243.1476.150.78
Hex2C22E150550Cf34c33
Octal544234112012501436311463
Binary101100100010111000011010000101010101100111100111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C22E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,34,225); }

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

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

 a { background-color: rgb(44,34,225); }

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

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

 span { border-color: rgb(44,34,225); }

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