Html Css Color HEX #291DE1 Han Purple

📋 copy color: '#291DE1'

red 41 ◦ green 29 ◦ blue 225

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

Shades of Han Purple #291DE1

Tints of Han Purple #291DE1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.83%

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

R = 13.9%
G = 9.83%
B = 76.27%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#291DE1 (or 0x291DE1) is known color: Han Purple. HEX triplet: 29, 1D and E1. RGB value is (41,29,225). Sum of RGB (Red+Green+Blue) = 41+29+225=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 225 (88.28% from 255 or 76.27% from 295); Max value from RGB is 225 - color contains mainly: blue. Hex color #291DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DE1 is #D6E21E. Grayscale: #363636. Windows color (decimal): -14082591 or 14753065. OLE color: 14753065.

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

Color convert

RGB 41 29 225 -
CMYK 0.82 0.87 0 0.12
HSL 243.67º 0.77% 0.5% -
HSV(B) 243.67º 0.87% 0.88% -
XYZ 14.94 6.79 71.76 -
YUV 54.93 223.98 118.06 -
System Red Green Blue C M Y K H S L
Decimal 41 29 225 0.82 0.87 0 0.12 243.67 0.77 0.5
Hex 29 1D E1 52 57 0 C F4 4D 32
Octal 51 35 341 122 127 0 14 364 115 62
Binary 101001 11101 11100001 1010010 1010111 0 1100 11110100 1001101 110010

Color Harmonies of #291DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DE1

Black with #291DE1

Text Example


Text Example

White with #291DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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