Html Css Color HEX #291F89 Persian Indigo

📋 copy color: '#291F89'

red 41 ◦ green 31 ◦ blue 137

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

Shades of Persian Indigo #291F89

Tints of Persian Indigo #291F89

RGB

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

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

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

R = 19.62%
G = 14.83%
B = 65.55%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#291F89 (or 0x291F89) is known color: Persian Indigo. HEX triplet: 29, 1F and 89. RGB value is (41,31,137). Sum of RGB (Red+Green+Blue) = 41+31+137=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #291F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291F89 is #D6E076. Grayscale: #2D2D2D. Windows color (decimal): -14082167 or 8986409. OLE color: 8986409.

HSL color Cylindrical-coordinate representation of color #291F89: hue angle of 245.66º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291F89 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 31 137 -
CMYK 0.70 0.77 0 0.46
HSL 245.66º 0.63% 0.33% -
HSV(B) 245.66º 0.77% 0.54% -
XYZ 5.92 3.26 23.98 -
YUV 46.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 41 31 137 0.70 0.77 0 0.46 245.66 0.63 0.33
Hex 29 1F 89 46 4D 0 2E F6 3F 21
Octal 51 37 211 106 115 0 56 366 77 41
Binary 101001 11111 10001001 1000110 1001101 0 101110 11110110 111111 100001

Color Harmonies of #291F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F89

Black with #291F89

Text Example


Text Example

White with #291F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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