#2A1FEF

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

Shades of Han Purple #2A1FEF

Tints of Han Purple #2A1FEF

Color information

#2A1FEF (or 0x2A1FEF) is unknown color: approx Han Purple. HEX triplet: 2A, 1F and EF. RGB value is (42,31,239). Sum of RGB (Red+Green+Blue) = 42+31+239=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1FEF is #D5E010. Grayscale: #393939. Windows color (decimal): -14016529 or 15671082. OLE color: 15671082.

HSL color Cylindrical-coordinate representation of color #2A1FEF: hue angle of 243.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A1FEF is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4231239-
CMYK0.820.8700.06
HSL243.17º86.67%52.94%-
HSV(B)243.17º87.03%93.73%-
XYZ17.027.782.25-
YUV58230.14116.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 239 (93.75% from 255) = 76.60%
R=13.46%
G=9.94%
B=76.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal42312390.820.8700.06243.1786.6752.94
Hex2A1FEF525706f35735
Octal52373571221270636312765
Binary1010101111111101111101001010101110110111100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,31,239); }

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

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

 a { background-color: rgb(42,31,239); }

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

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

 span { border-color: rgb(42,31,239); }

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