Html Css Color HEX #291E86 Persian Indigo

📋 copy color: '#291E86'

red 41 ◦ green 30 ◦ blue 134

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

Shades of Persian Indigo #291E86

Tints of Persian Indigo #291E86

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.63%

 BLUE value IS 134 (52.73% from 255) = 65.37%

R = 20%
G = 14.63%
B = 65.37%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#291E86 (or 0x291E86) is known color: Persian Indigo. HEX triplet: 29, 1E and 86. RGB value is (41,30,134). Sum of RGB (Red+Green+Blue) = 41+30+134=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #291E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E86 is #D6E179. Grayscale: #2C2C2C. Windows color (decimal): -14082426 or 8789545. OLE color: 8789545.

HSL color Cylindrical-coordinate representation of color #291E86: hue angle of 246.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #291E86 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 30 134 -
CMYK 0.69 0.78 0 0.47
HSL 246.35º 0.63% 0.32% -
HSV(B) 246.35º 0.78% 0.53% -
XYZ 5.68 3.12 22.86 -
YUV 45.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 41 30 134 0.69 0.78 0 0.47 246.35 0.63 0.32
Hex 29 1E 86 45 4E 0 2F F6 3F 20
Octal 51 36 206 105 116 0 57 366 77 40
Binary 101001 11110 10000110 1000101 1001110 0 101111 11110110 111111 100000

Color Harmonies of #291E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E86

Black with #291E86

Text Example


Text Example

White with #291E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,30,134); }

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

background-color css

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

 a { background-color: rgb(41,30,134); }

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

border-color css

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

 span { border-color: rgb(41,30,134); }

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