Html Css Color HEX #291BE1 Han Purple

📋 copy color: '#291BE1'

red 41 ◦ green 27 ◦ blue 225

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

Shades of Han Purple #291BE1

Tints of Han Purple #291BE1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.22%

 BLUE value IS 225 (88.28% from 255) = 76.79%

R = 13.99%
G = 9.22%
B = 76.79%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#291BE1 (or 0x291BE1) is known color: Han Purple. HEX triplet: 29, 1B and E1. RGB value is (41,27,225). Sum of RGB (Red+Green+Blue) = 41+27+225=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 225 (88.28% from 255 or 76.79% from 293); Max value from RGB is 225 - color contains mainly: blue. Hex color #291BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291BE1 is #D6E41E. Grayscale: #343434. Windows color (decimal): -14083103 or 14752553. OLE color: 14752553.

HSL color Cylindrical-coordinate representation of color #291BE1: hue angle of 244.24º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291BE1 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 27 225 -
CMYK 0.82 0.88 0 0.12
HSL 244.24º 0.79% 0.49% -
HSV(B) 244.24º 0.88% 0.88% -
XYZ 14.9 6.69 71.74 -
YUV 53.76 224.64 118.9 -
System Red Green Blue C M Y K H S L
Decimal 41 27 225 0.82 0.88 0 0.12 244.24 0.79 0.49
Hex 29 1B E1 52 58 0 C F4 4F 31
Octal 51 33 341 122 130 0 14 364 117 61
Binary 101001 11011 11100001 1010010 1011000 0 1100 11110100 1001111 110001

Color Harmonies of #291BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291BE1

Black with #291BE1

Text Example


Text Example

White with #291BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,27,225); }

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

background-color css

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

 a { background-color: rgb(41,27,225); }

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

border-color css

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

 span { border-color: rgb(41,27,225); }

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