Html Css Color HEX #291571 Persian Indigo

📋 copy color: '#291571'

red 41 ◦ green 21 ◦ blue 113

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

Shades of Persian Indigo #291571

Tints of Persian Indigo #291571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 23.43%
G = 12%
B = 64.57%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#291571 (or 0x291571) is known color: Persian Indigo. HEX triplet: 29, 15 and 71. RGB value is (41,21,113). Sum of RGB (Red+Green+Blue) = 41+21+113=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #291571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291571 is #D6EA8E. Grayscale: #252525. Windows color (decimal): -14084751 or 7410985. OLE color: 7410985.

HSL color Cylindrical-coordinate representation of color #291571: hue angle of 253.04º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291571 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 21 113 -
CMYK 0.64 0.81 0 0.56
HSL 253.04º 0.69% 0.26% -
HSV(B) 253.04º 0.81% 0.44% -
XYZ 4.16 2.2 15.83 -
YUV 37.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 41 21 113 0.64 0.81 0 0.56 253.04 0.69 0.26
Hex 29 15 71 40 51 0 38 FD 45 1A
Octal 51 25 161 100 121 0 70 375 105 32
Binary 101001 10101 1110001 1000000 1010001 0 111000 11111101 1000101 11010

Color Harmonies of #291571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291571

Black with #291571

Text Example


Text Example

White with #291571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291571; }

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

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

background-color css

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

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

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

border-color css

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

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

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