#291AEA

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

Shades of Han Purple #291AEA

Tints of Han Purple #291AEA

Color information

#291AEA (or 0x291AEA) is unknown color: approx Han Purple. HEX triplet: 29, 1A and EA. RGB value is (41,26,234). Sum of RGB (Red+Green+Blue) = 41+26+234=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 26 (10.55% from 255 or 8.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 #291AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291AEA is #D6E515. Grayscale: #353535. Windows color (decimal): -14083350 or 15342121. OLE color: 15342121.

HSL color Cylindrical-coordinate representation of color #291AEA: hue angle of 244.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291AEA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4126234-
CMYK0.820.8900.08
HSL244.33º83.2%50.98%-
HSV(B)244.33º88.89%91.76%-
XYZ16.147.1578.37-
YUV54.2229.47118.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 234 (91.80% from 255) = 77.74%
R=13.62%
G=8.64%
B=77.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal41262340.820.8900.08244.3383.250.98
Hex291AEA525908f45333
Octal513235212213101036412363
Binary10100111010111010101010010101100101000111101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291AEA; }

 p { color: rgb(41,26,234); }

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

<style>
 a { background-color: #291AEA; }

 a { background-color: rgb(41,26,234); }

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

<style>
 span { border-color: #291AEA; }

 span { border-color: rgb(41,26,234); }

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