Html Css Color HEX #291FE1 Han Purple

📋 copy color: '#291FE1'

red 41 ◦ green 31 ◦ blue 225

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

Shades of Han Purple #291FE1

Tints of Han Purple #291FE1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.44%

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

R = 13.8%
G = 10.44%
B = 75.76%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#291FE1 (or 0x291FE1) is known color: Han Purple. HEX triplet: 29, 1F and E1. RGB value is (41,31,225). Sum of RGB (Red+Green+Blue) = 41+31+225=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 225 (88.28% from 255 or 75.76% from 297); Max value from RGB is 225 - color contains mainly: blue. Hex color #291FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FE1 is #D6E01E. Grayscale: #373737. Windows color (decimal): -14082079 or 14753577. OLE color: 14753577.

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

Color convert

RGB 41 31 225 -
CMYK 0.82 0.86 0 0.12
HSL 243.09º 0.76% 0.5% -
HSV(B) 243.09º 0.86% 0.88% -
XYZ 15 6.89 71.77 -
YUV 56.11 223.31 117.23 -
System Red Green Blue C M Y K H S L
Decimal 41 31 225 0.82 0.86 0 0.12 243.09 0.76 0.5
Hex 29 1F E1 52 56 0 C F3 4C 32
Octal 51 37 341 122 126 0 14 363 114 62
Binary 101001 11111 11100001 1010010 1010110 0 1100 11110011 1001100 110010

Color Harmonies of #291FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FE1

Black with #291FE1

Text Example


Text Example

White with #291FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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