Html Css Color HEX #291A7C Persian Indigo

📋 copy color: '#291A7C'

red 41 ◦ green 26 ◦ blue 124

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

Shades of Persian Indigo #291A7C

Tints of Persian Indigo #291A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.92%

R = 21.47%
G = 13.61%
B = 64.92%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#291A7C (or 0x291A7C) is known color: Persian Indigo. HEX triplet: 29, 1A and 7C. RGB value is (41,26,124). Sum of RGB (Red+Green+Blue) = 41+26+124=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #291A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A7C is #D6E583. Grayscale: #292929. Windows color (decimal): -14083460 or 8133161. OLE color: 8133161.

HSL color Cylindrical-coordinate representation of color #291A7C: hue angle of 249.18º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291A7C is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 26 124 -
CMYK 0.67 0.79 0 0.51
HSL 249.18º 0.65% 0.29% -
HSV(B) 249.18º 0.79% 0.49% -
XYZ 4.92 2.67 19.32 -
YUV 41.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 41 26 124 0.67 0.79 0 0.51 249.18 0.65 0.29
Hex 29 1A 7C 43 4F 0 33 F9 41 1D
Octal 51 32 174 103 117 0 63 371 101 35
Binary 101001 11010 1111100 1000011 1001111 0 110011 11111001 1000001 11101

Color Harmonies of #291A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A7C

Black with #291A7C

Text Example


Text Example

White with #291A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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