Html Css Color HEX #291886 Persian Indigo

📋 copy color: '#291886'

red 41 ◦ green 24 ◦ blue 134

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

Shades of Persian Indigo #291886

Tints of Persian Indigo #291886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

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

R = 20.6%
G = 12.06%
B = 67.34%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#291886 (or 0x291886) is known color: Persian Indigo. HEX triplet: 29, 18 and 86. RGB value is (41,24,134). Sum of RGB (Red+Green+Blue) = 41+24+134=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #291886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291886 is #D6E779. Grayscale: #292929. Windows color (decimal): -14083962 or 8788009. OLE color: 8788009.

HSL color Cylindrical-coordinate representation of color #291886: hue angle of 249.27º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291886 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 24 134 -
CMYK 0.69 0.82 0 0.47
HSL 249.27º 0.7% 0.31% -
HSV(B) 249.27º 0.82% 0.53% -
XYZ 5.54 2.85 22.81 -
YUV 41.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 41 24 134 0.69 0.82 0 0.47 249.27 0.7 0.31
Hex 29 18 86 45 52 0 2F F9 46 1F
Octal 51 30 206 105 122 0 57 371 106 37
Binary 101001 11000 10000110 1000101 1010010 0 101111 11111001 1000110 11111

Color Harmonies of #291886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291886

Black with #291886

Text Example


Text Example

White with #291886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291886; }

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

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

background-color css

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

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

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

border-color css

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

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

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