#2A1DEC

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

Shades of Han Purple #2A1DEC

Tints of Han Purple #2A1DEC

Color information

#2A1DEC (or 0x2A1DEC) is unknown color: approx Han Purple. HEX triplet: 2A, 1D and EC. RGB value is (42,29,236). Sum of RGB (Red+Green+Blue) = 42+29+236=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A1DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1DEC is #D5E213. Grayscale: #373737. Windows color (decimal): -14017044 or 15473962. OLE color: 15473962.

HSL color Cylindrical-coordinate representation of color #2A1DEC: hue angle of 243.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1DEC is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4229236-
CMYK0.820.8800.07
HSL243.77º84.49%51.96%-
HSV(B)243.77º87.71%92.55%-
XYZ16.537.4379.92-
YUV56.48229.31117.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.68%
GREEN value IS 29 (11.72% from 255) = 9.45%
BLUE value IS 236 (92.58% from 255) = 76.87%
R=13.68%
G=9.45%
B=76.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42292360.820.8800.07243.7784.4951.96
Hex2A1DEC525807f45434
Octal52353541221300736412464
Binary1010101110111101100101001010110000111111101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,29,236); }

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

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

 a { background-color: rgb(42,29,236); }

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

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

 span { border-color: rgb(42,29,236); }

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