Html Css Color HEX #291A71 Persian Indigo

📋 copy color: '#291A71'

red 41 ◦ green 26 ◦ blue 113

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

Shades of Persian Indigo #291A71

Tints of Persian Indigo #291A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.44%

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 22.78%
G = 14.44%
B = 62.78%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#291A71 (or 0x291A71) is known color: Persian Indigo. HEX triplet: 29, 1A and 71. RGB value is (41,26,113). Sum of RGB (Red+Green+Blue) = 41+26+113=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #291A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A71 is #D6E58E. Grayscale: #282828. Windows color (decimal): -14083471 or 7412265. OLE color: 7412265.

HSL color Cylindrical-coordinate representation of color #291A71: hue angle of 250.34º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291A71 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 26 113 -
CMYK 0.64 0.77 0 0.56
HSL 250.34º 0.63% 0.27% -
HSV(B) 250.34º 0.77% 0.44% -
XYZ 4.26 2.4 15.86 -
YUV 40.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 41 26 113 0.64 0.77 0 0.56 250.34 0.63 0.27
Hex 29 1A 71 40 4D 0 38 FA 3F 1B
Octal 51 32 161 100 115 0 70 372 77 33
Binary 101001 11010 1110001 1000000 1001101 0 111000 11111010 111111 11011

Color Harmonies of #291A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A71

Black with #291A71

Text Example


Text Example

White with #291A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,26,113); }

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

background-color css

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

 a { background-color: rgb(41,26,113); }

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

border-color css

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

 span { border-color: rgb(41,26,113); }

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