Html Css Color HEX #29048A Persian Indigo

📋 copy color: '#29048A'

red 41 ◦ green 4 ◦ blue 138

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

Shades of Persian Indigo #29048A

Tints of Persian Indigo #29048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 75.41%

R = 22.4%
G = 2.19%
B = 75.41%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29048A (or 0x29048A) is known color: Persian Indigo. HEX triplet: 29, 04 and 8A. RGB value is (41,4,138). Sum of RGB (Red+Green+Blue) = 41+4+138=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 138 (54.30% from 255 or 75.41% from 183); Max value from RGB is 138 - color contains mainly: blue. Hex color #29048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29048A is #D6FB75. Grayscale: #1D1D1D. Windows color (decimal): -14089078 or 9045033. OLE color: 9045033.

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

Color convert

RGB 41 4 138 -
CMYK 0.70 0.97 0 0.46
HSL 256.57º 0.94% 0.28% -
HSV(B) 256.57º 0.97% 0.54% -
XYZ 5.55 2.39 24.21 -
YUV 30.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 41 4 138 0.70 0.97 0 0.46 256.57 0.94 0.28
Hex 29 4 8A 46 61 0 2E 101 5E 1C
Octal 51 4 212 106 141 0 56 401 136 34
Binary 101001 100 10001010 1000110 1100001 0 101110 100000001 1011110 11100

Color Harmonies of #29048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29048A

Black with #29048A

Text Example


Text Example

White with #29048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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