Html Css Color HEX #29178D Persian Indigo

📋 copy color: '#29178D'

red 41 ◦ green 23 ◦ blue 141

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

Shades of Persian Indigo #29178D

Tints of Persian Indigo #29178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

 BLUE value IS 141 (55.47% from 255) = 68.78%

R = 20%
G = 11.22%
B = 68.78%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29178D (or 0x29178D) is known color: Persian Indigo. HEX triplet: 29, 17 and 8D. RGB value is (41,23,141). Sum of RGB (Red+Green+Blue) = 41+23+141=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #29178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29178D is #D6E872. Grayscale: #292929. Windows color (decimal): -14084211 or 9246505. OLE color: 9246505.

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

Color convert

RGB 41 23 141 -
CMYK 0.71 0.84 0 0.45
HSL 249.15º 0.72% 0.32% -
HSV(B) 249.15º 0.84% 0.55% -
XYZ 6.03 3.01 25.46 -
YUV 41.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 41 23 141 0.71 0.84 0 0.45 249.15 0.72 0.32
Hex 29 17 8D 47 54 0 2D F9 48 20
Octal 51 27 215 107 124 0 55 371 110 40
Binary 101001 10111 10001101 1000111 1010100 0 101101 11111001 1001000 100000

Color Harmonies of #29178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29178D

Black with #29178D

Text Example


Text Example

White with #29178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,23,141); }

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

background-color css

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

 a { background-color: rgb(41,23,141); }

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

border-color css

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

 span { border-color: rgb(41,23,141); }

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