Html Css Color HEX #29088A Persian Indigo

📋 copy color: '#29088A'

red 41 ◦ green 8 ◦ blue 138

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

Shades of Persian Indigo #29088A

Tints of Persian Indigo #29088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

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

R = 21.93%
G = 4.28%
B = 73.8%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29088A (or 0x29088A) is known color: Persian Indigo. HEX triplet: 29, 08 and 8A. RGB value is (41,8,138). Sum of RGB (Red+Green+Blue) = 41+8+138=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #29088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29088A is #D6F775. Grayscale: #202020. Windows color (decimal): -14088054 or 9046057. OLE color: 9046057.

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

Color convert

RGB 41 8 138 -
CMYK 0.70 0.94 0 0.46
HSL 255.23º 0.89% 0.29% -
HSV(B) 255.23º 0.94% 0.54% -
XYZ 5.59 2.48 24.23 -
YUV 32.69 187.43 133.93 -
System Red Green Blue C M Y K H S L
Decimal 41 8 138 0.70 0.94 0 0.46 255.23 0.89 0.29
Hex 29 8 8A 46 5E 0 2E FF 59 1D
Octal 51 10 212 106 136 0 56 377 131 35
Binary 101001 1000 10001010 1000110 1011110 0 101110 11111111 1011001 11101

Color Harmonies of #29088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29088A

Black with #29088A

Text Example


Text Example

White with #29088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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