Html Css Color HEX #29058A Persian Indigo

📋 copy color: '#29058A'

red 41 ◦ green 5 ◦ blue 138

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

Shades of Persian Indigo #29058A

Tints of Persian Indigo #29058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.72%

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

R = 22.28%
G = 2.72%
B = 75%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29058A (or 0x29058A) is known color: Persian Indigo. HEX triplet: 29, 05 and 8A. RGB value is (41,5,138). Sum of RGB (Red+Green+Blue) = 41+5+138=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #29058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29058A is #D6FA75. Grayscale: #1E1E1E. Windows color (decimal): -14088822 or 9045289. OLE color: 9045289.

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

Color convert

RGB 41 5 138 -
CMYK 0.70 0.96 0 0.46
HSL 256.24º 0.93% 0.28% -
HSV(B) 256.24º 0.96% 0.54% -
XYZ 5.56 2.41 24.22 -
YUV 30.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 41 5 138 0.70 0.96 0 0.46 256.24 0.93 0.28
Hex 29 5 8A 46 60 0 2E 100 5D 1C
Octal 51 5 212 106 140 0 56 400 135 34
Binary 101001 101 10001010 1000110 1100000 0 101110 100000000 1011101 11100

Color Harmonies of #29058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29058A

Black with #29058A

Text Example


Text Example

White with #29058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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