Html Css Color HEX #291A8B Persian Indigo

📋 copy color: '#291A8B'

red 41 ◦ green 26 ◦ blue 139

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

Shades of Persian Indigo #291A8B

Tints of Persian Indigo #291A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.48%

R = 19.9%
G = 12.62%
B = 67.48%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#291A8B (or 0x291A8B) is known color: Persian Indigo. HEX triplet: 29, 1A and 8B. RGB value is (41,26,139). Sum of RGB (Red+Green+Blue) = 41+26+139=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #291A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291A8B is #D6E574. Grayscale: #2A2A2A. Windows color (decimal): -14083445 or 9116201. OLE color: 9116201.

HSL color Cylindrical-coordinate representation of color #291A8B: hue angle of 247.96º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291A8B is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 26 139 -
CMYK 0.71 0.81 0 0.45
HSL 247.96º 0.68% 0.32% -
HSV(B) 247.96º 0.81% 0.55% -
XYZ 5.94 3.07 24.71 -
YUV 43.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 41 26 139 0.71 0.81 0 0.45 247.96 0.68 0.32
Hex 29 1A 8B 47 51 0 2D F8 44 20
Octal 51 32 213 107 121 0 55 370 104 40
Binary 101001 11010 10001011 1000111 1010001 0 101101 11111000 1000100 100000

Color Harmonies of #291A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A8B

Black with #291A8B

Text Example


Text Example

White with #291A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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