Html Css Color HEX #291189 Persian Indigo

📋 copy color: '#291189'

red 41 ◦ green 17 ◦ blue 137

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

Shades of Persian Indigo #291189

Tints of Persian Indigo #291189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

 BLUE value IS 137 (53.91% from 255) = 70.26%

R = 21.03%
G = 8.72%
B = 70.26%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#291189 (or 0x291189) is known color: Persian Indigo. HEX triplet: 29, 11 and 89. RGB value is (41,17,137). Sum of RGB (Red+Green+Blue) = 41+17+137=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #291189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291189 is #D6EE76. Grayscale: #252525. Windows color (decimal): -14085751 or 8982825. OLE color: 8982825.

HSL color Cylindrical-coordinate representation of color #291189: hue angle of 252º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291189 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 17 137 -
CMYK 0.70 0.88 0 0.46
HSL 252º 0.78% 0.3% -
HSV(B) 252º 0.88% 0.54% -
XYZ 5.63 2.68 23.89 -
YUV 37.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 41 17 137 0.70 0.88 0 0.46 252 0.78 0.3
Hex 29 11 89 46 58 0 2E FC 4E 1E
Octal 51 21 211 106 130 0 56 374 116 36
Binary 101001 10001 10001001 1000110 1011000 0 101110 11111100 1001110 11110

Color Harmonies of #291189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291189

Black with #291189

Text Example


Text Example

White with #291189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291189; }

 p { color: rgb(41,17,137); }

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

background-color css

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

 a { background-color: rgb(41,17,137); }

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

border-color css

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

 span { border-color: rgb(41,17,137); }

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