Html Css Color HEX #29128D Persian Indigo

📋 copy color: '#29128D'

red 41 ◦ green 18 ◦ blue 141

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

Shades of Persian Indigo #29128D

Tints of Persian Indigo #29128D

RGB

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

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

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

R = 20.5%
G = 9%
B = 70.5%

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

#29128D (or 0x29128D) is known color: Persian Indigo. HEX triplet: 29, 12 and 8D. RGB value is (41,18,141). Sum of RGB (Red+Green+Blue) = 41+18+141=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #29128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29128D is #D6ED72. Grayscale: #262626. Windows color (decimal): -14085491 or 9245225. OLE color: 9245225.

HSL color Cylindrical-coordinate representation of color #29128D: hue angle of 251.22º 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 #29128D is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 18 141 -
CMYK 0.71 0.87 0 0.45
HSL 251.22º 0.77% 0.31% -
HSV(B) 251.22º 0.87% 0.55% -
XYZ 5.94 2.83 25.43 -
YUV 38.9 185.62 129.5 -
System Red Green Blue C M Y K H S L
Decimal 41 18 141 0.71 0.87 0 0.45 251.22 0.77 0.31
Hex 29 12 8D 47 57 0 2D FB 4D 1F
Octal 51 22 215 107 127 0 55 373 115 37
Binary 101001 10010 10001101 1000111 1010111 0 101101 11111011 1001101 11111

Color Harmonies of #29128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29128D

Black with #29128D

Text Example


Text Example

White with #29128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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