#2C02E1

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

Shades of Han Purple #2C02E1

Tints of Han Purple #2C02E1

Color information

#2C02E1 (or 0x2C02E1) is unknown color: approx Han Purple. HEX triplet: 2C, 02 and E1. RGB value is (44,2,225). Sum of RGB (Red+Green+Blue) = 44+2+225=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 225 (88.28% from 255 or 83.03% from 271); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C02E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C02E1 is #D3FD1E. Grayscale: #272727. Windows color (decimal): -13892895 or 14746156. OLE color: 14746156.

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

Color convert

RGB442225-
CMYK0.800.9900.12
HSL251.3º98.24%44.51%-
HSV(B)251.3º99.11%88.24%-
XYZ14.656.0271.62-
YUV39.98232.41130.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 225 (88.28% from 255) = 83.03%
R=16.24%
G=0.74%
B=83.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4422250.800.9900.12251.398.2444.51
Hex2C2E150630Cfb622d
Octal54234112014301437314255
Binary10110010111000011010000110001101100111110111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C02E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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