Html Css Color HEX #291AEF Han Purple

📋 copy color: '#291AEF'

red 41 ◦ green 26 ◦ blue 239

#291AEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #291AEF

Tints of Han Purple #291AEF

RGB

 RED value IS 41 (16.41% from 255) = 13.4%

 GREEN value IS 26 (10.55% from 255) = 8.5%

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 13.4%
G = 8.5%
B = 78.1%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#291AEF (or 0x291AEF) is known color: Han Purple. HEX triplet: 29, 1A and EF. RGB value is (41,26,239). Sum of RGB (Red+Green+Blue) = 41+26+239=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #291AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291AEF is #D6E510. Grayscale: #353535. Windows color (decimal): -14083345 or 15669801. OLE color: 15669801.

HSL color Cylindrical-coordinate representation of color #291AEF: hue angle of 244.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291AEF is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 26 239 -
CMYK 0.83 0.89 0 0.06
HSL 244.23º 0.87% 0.52% -
HSV(B) 244.23º 0.89% 0.94% -
XYZ 16.86 7.44 82.21 -
YUV 54.77 231.97 118.18 -
System Red Green Blue C M Y K H S L
Decimal 41 26 239 0.83 0.89 0 0.06 244.23 0.87 0.52
Hex 29 1A EF 53 59 0 6 F4 57 34
Octal 51 32 357 123 131 0 6 364 127 64
Binary 101001 11010 11101111 1010011 1011001 0 110 11110100 1010111 110100

Color Harmonies of #291AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291AEF

Black with #291AEF

Text Example


Text Example

White with #291AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #291AEF;
 }
 .AnyTagClassName
 {
   color: #291AEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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