Html Css Color HEX #291CE0 Han Purple

📋 copy color: '#291CE0'

red 41 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #291CE0

Tints of Han Purple #291CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.56%

 BLUE value IS 224 (87.89% from 255) = 76.45%

R = 13.99%
G = 9.56%
B = 76.45%

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

#291CE0 (or 0x291CE0) is known color: Han Purple. HEX triplet: 29, 1C and E0. RGB value is (41,28,224). Sum of RGB (Red+Green+Blue) = 41+28+224=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 224 (87.89% from 255 or 76.45% from 293); Max value from RGB is 224 - color contains mainly: blue. Hex color #291CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CE0 is #D6E31F. Grayscale: #353535. Windows color (decimal): -14082848 or 14687273. OLE color: 14687273.

HSL color Cylindrical-coordinate representation of color #291CE0: hue angle of 243.98º degrees, saturation: 0.78, 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 #291CE0 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 28 224 -
CMYK 0.82 0.88 0 0.12
HSL 243.98º 0.78% 0.49% -
HSV(B) 243.98º 0.88% 0.88% -
XYZ 14.78 6.68 71.03 -
YUV 54.23 223.81 118.56 -
System Red Green Blue C M Y K H S L
Decimal 41 28 224 0.82 0.88 0 0.12 243.98 0.78 0.49
Hex 29 1C E0 52 58 0 C F4 4E 31
Octal 51 34 340 122 130 0 14 364 116 61
Binary 101001 11100 11100000 1010010 1011000 0 1100 11110100 1001110 110001

Color Harmonies of #291CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291CE0

Black with #291CE0

Text Example


Text Example

White with #291CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,28,224); }

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

background-color css

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

 a { background-color: rgb(41,28,224); }

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

border-color css

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

 span { border-color: rgb(41,28,224); }

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