Html Css Color HEX #29128B Persian Indigo

📋 copy color: '#29128B'

red 41 ◦ green 18 ◦ blue 139

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

Shades of Persian Indigo #29128B

Tints of Persian Indigo #29128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 139 (54.69% from 255) = 70.2%

R = 20.71%
G = 9.09%
B = 70.2%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29128B (or 0x29128B) is known color: Persian Indigo. HEX triplet: 29, 12 and 8B. RGB value is (41,18,139). Sum of RGB (Red+Green+Blue) = 41+18+139=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #29128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29128B is #D6ED74. Grayscale: #262626. Windows color (decimal): -14085493 or 9114153. OLE color: 9114153.

HSL color Cylindrical-coordinate representation of color #29128B: hue angle of 251.4º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29128B is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 18 139 -
CMYK 0.71 0.87 0 0.45
HSL 251.41º 0.77% 0.31% -
HSV(B) 251.41º 0.87% 0.55% -
XYZ 5.79 2.77 24.66 -
YUV 38.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 41 18 139 0.71 0.87 0 0.45 251.41 0.77 0.31
Hex 29 12 8B 47 57 0 2D FB 4D 1F
Octal 51 22 213 107 127 0 55 373 115 37
Binary 101001 10010 10001011 1000111 1010111 0 101101 11111011 1001101 11111

Color Harmonies of #29128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29128B

Black with #29128B

Text Example


Text Example

White with #29128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29128B; }

 p { color: rgb(41,18,139); }

 H1.HeaderClassName
 {
   color: #29128B;
 }
 .AnyTagClassName
 {
   color: #29128B;
 }
</style>

background-color css

<style>
 a { background-color: #29128B; }

 a { background-color: rgb(41,18,139); }

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

border-color css

<style>
 span { border-color: #29128B; }

 span { border-color: rgb(41,18,139); }

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