Html Css Color HEX #29048D Persian Indigo

📋 copy color: '#29048D'

red 41 ◦ green 4 ◦ blue 141

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

Shades of Persian Indigo #29048D

Tints of Persian Indigo #29048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

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

R = 22.04%
G = 2.15%
B = 75.81%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29048D (or 0x29048D) is known color: Persian Indigo. HEX triplet: 29, 04 and 8D. RGB value is (41,4,141). Sum of RGB (Red+Green+Blue) = 41+4+141=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #29048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29048D is #D6FB72. Grayscale: #1E1E1E. Windows color (decimal): -14089075 or 9241641. OLE color: 9241641.

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

Color convert

RGB 41 4 141 -
CMYK 0.71 0.97 0 0.45
HSL 256.2º 0.94% 0.28% -
HSV(B) 256.2º 0.97% 0.55% -
XYZ 5.77 2.48 25.37 -
YUV 30.68 190.26 135.36 -
System Red Green Blue C M Y K H S L
Decimal 41 4 141 0.71 0.97 0 0.45 256.2 0.94 0.28
Hex 29 4 8D 47 61 0 2D 100 5E 1C
Octal 51 4 215 107 141 0 55 400 136 34
Binary 101001 100 10001101 1000111 1100001 0 101101 100000000 1011110 11100

Color Harmonies of #29048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29048D

Black with #29048D

Text Example


Text Example

White with #29048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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