Html Css Color HEX #29197D Persian Indigo

📋 copy color: '#29197D'

red 41 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #29197D

Tints of Persian Indigo #29197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

 BLUE value IS 125 (49.22% from 255) = 65.45%

R = 21.47%
G = 13.09%
B = 65.45%

CMYK

 C value IS 0.67

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29197D (or 0x29197D) is known color: Persian Indigo. HEX triplet: 29, 19 and 7D. RGB value is (41,25,125). Sum of RGB (Red+Green+Blue) = 41+25+125=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #29197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29197D is #D6E682. Grayscale: #282828. Windows color (decimal): -14083715 or 8198441. OLE color: 8198441.

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

Color convert

RGB 41 25 125 -
CMYK 0.67 0.8 0 0.51
HSL 249.6º 0.67% 0.29% -
HSV(B) 249.6º 0.8% 0.49% -
XYZ 4.96 2.65 19.65 -
YUV 41.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 41 25 125 0.67 0.8 0 0.51 249.6 0.67 0.29
Hex 29 19 7D 43 50 0 33 FA 43 1D
Octal 51 31 175 103 120 0 63 372 103 35
Binary 101001 11001 1111101 1000011 1010000 0 110011 11111010 1000011 11101

Color Harmonies of #29197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29197D

Black with #29197D

Text Example


Text Example

White with #29197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29197D; }

 p { color: rgb(41,25,125); }

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

background-color css

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

 a { background-color: rgb(41,25,125); }

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

border-color css

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

 span { border-color: rgb(41,25,125); }

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