#2C17EA

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

Shades of Han Purple #2C17EA

Tints of Han Purple #2C17EA

Color information

#2C17EA (or 0x2C17EA) is unknown color: approx Han Purple. HEX triplet: 2C, 17 and EA. RGB value is (44,23,234). Sum of RGB (Red+Green+Blue) = 44+23+234=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C17EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C17EA is #D3E815. Grayscale: #343434. Windows color (decimal): -13887510 or 15341356. OLE color: 15341356.

HSL color Cylindrical-coordinate representation of color #2C17EA: hue angle of 245.97º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C17EA is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4423234-
CMYK0.810.9000.08
HSL245.97º83.4%50.39%-
HSV(B)245.97º90.17%91.76%-
XYZ16.27.0978.36-
YUV53.33229.96121.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.62%
GREEN value IS 23 (9.38% from 255) = 7.64%
BLUE value IS 234 (91.80% from 255) = 77.74%
R=14.62%
G=7.64%
B=77.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal44232340.810.9000.08245.9783.450.39
Hex2C17EA515A08f65332
Octal542735212113201036612362
Binary10110010111111010101010001101101001000111101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C17EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,23,234); }

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

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

 a { background-color: rgb(44,23,234); }

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

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

 span { border-color: rgb(44,23,234); }

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