Html Css Color HEX #291A73 Persian Indigo

📋 copy color: '#291A73'

red 41 ◦ green 26 ◦ blue 115

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

Shades of Persian Indigo #291A73

Tints of Persian Indigo #291A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 22.53%
G = 14.29%
B = 63.19%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#291A73 (or 0x291A73) is known color: Persian Indigo. HEX triplet: 29, 1A and 73. RGB value is (41,26,115). Sum of RGB (Red+Green+Blue) = 41+26+115=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #291A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A73 is #D6E58C. Grayscale: #282828. Windows color (decimal): -14083469 or 7543337. OLE color: 7543337.

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

Color convert

RGB 41 26 115 -
CMYK 0.64 0.77 0 0.55
HSL 250.11º 0.63% 0.28% -
HSV(B) 250.11º 0.77% 0.45% -
XYZ 4.38 2.45 16.46 -
YUV 40.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 41 26 115 0.64 0.77 0 0.55 250.11 0.63 0.28
Hex 29 1A 73 40 4D 0 37 FA 3F 1C
Octal 51 32 163 100 115 0 67 372 77 34
Binary 101001 11010 1110011 1000000 1001101 0 110111 11111010 111111 11100

Color Harmonies of #291A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A73

Black with #291A73

Text Example


Text Example

White with #291A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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