Html Css Color HEX #291A6F Persian Indigo

📋 copy color: '#291A6F'

red 41 ◦ green 26 ◦ blue 111

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

Shades of Persian Indigo #291A6F

Tints of Persian Indigo #291A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.36%

R = 23.03%
G = 14.61%
B = 62.36%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#291A6F (or 0x291A6F) is known color: Persian Indigo. HEX triplet: 29, 1A and 6F. RGB value is (41,26,111). Sum of RGB (Red+Green+Blue) = 41+26+111=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #291A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A6F is #D6E590. Grayscale: #272727. Windows color (decimal): -14083473 or 7281193. OLE color: 7281193.

HSL color Cylindrical-coordinate representation of color #291A6F: hue angle of 250.59º degrees, saturation: 0.62, 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 #291A6F is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 26 111 -
CMYK 0.63 0.77 0 0.56
HSL 250.59º 0.62% 0.27% -
HSV(B) 250.59º 0.77% 0.44% -
XYZ 4.15 2.36 15.28 -
YUV 40.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 41 26 111 0.63 0.77 0 0.56 250.59 0.62 0.27
Hex 29 1A 6F 3F 4D 0 38 FB 3E 1B
Octal 51 32 157 77 115 0 70 373 76 33
Binary 101001 11010 1101111 111111 1001101 0 111000 11111011 111110 11011

Color Harmonies of #291A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A6F

Black with #291A6F

Text Example


Text Example

White with #291A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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