#2C09E5

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

Shades of Han Purple #2C09E5

Tints of Han Purple #2C09E5

Color information

#2C09E5 (or 0x2C09E5) is unknown color: approx Han Purple. HEX triplet: 2C, 09 and E5. RGB value is (44,9,229). Sum of RGB (Red+Green+Blue) = 44+9+229=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 229 (89.84% from 255 or 81.21% from 282); Max value from RGB is 229 - color contains mainly: blue. Hex color #2C09E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C09E5 is #D3F61A. Grayscale: #2B2B2B. Windows color (decimal): -13891099 or 15010092. OLE color: 15010092.

HSL color Cylindrical-coordinate representation of color #2C09E5: hue angle of 249.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C09E5 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB449229-
CMYK0.810.9600.10
HSL249.55º92.44%46.67%-
HSV(B)249.55º96.07%89.8%-
XYZ15.286.3974.56-
YUV44.54232.1127.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 229 (89.84% from 255) = 81.21%
R=15.60%
G=3.19%
B=81.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal4492290.810.9600.10249.5592.4446.67
Hex2C9E551600Afa5c2f
Octal541134512114001237213457
Binary1011001001111001011010001110000001010111110101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C09E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,9,229); }

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

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

 a { background-color: rgb(44,9,229); }

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

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

 span { border-color: rgb(44,9,229); }

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