Html Css Color HEX #291E87 Persian Indigo

📋 copy color: '#291E87'

red 41 ◦ green 30 ◦ blue 135

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

Shades of Persian Indigo #291E87

Tints of Persian Indigo #291E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 65.53%

R = 19.9%
G = 14.56%
B = 65.53%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#291E87 (or 0x291E87) is known color: Persian Indigo. HEX triplet: 29, 1E and 87. RGB value is (41,30,135). Sum of RGB (Red+Green+Blue) = 41+30+135=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #291E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E87 is #D6E178. Grayscale: #2C2C2C. Windows color (decimal): -14082425 or 8855081. OLE color: 8855081.

HSL color Cylindrical-coordinate representation of color #291E87: hue angle of 246.29º degrees, saturation: 0.64, 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 #291E87 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 30 135 -
CMYK 0.70 0.78 0 0.47
HSL 246.29º 0.64% 0.32% -
HSV(B) 246.29º 0.78% 0.53% -
XYZ 5.75 3.15 23.23 -
YUV 45.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 41 30 135 0.70 0.78 0 0.47 246.29 0.64 0.32
Hex 29 1E 87 46 4E 0 2F F6 40 20
Octal 51 36 207 106 116 0 57 366 100 40
Binary 101001 11110 10000111 1000110 1001110 0 101111 11110110 1000000 100000

Color Harmonies of #291E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E87

Black with #291E87

Text Example


Text Example

White with #291E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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