Html Css Color HEX #29157D Persian Indigo

📋 copy color: '#29157D'

red 41 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #29157D

Tints of Persian Indigo #29157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 125 (49.22% from 255) = 66.84%

R = 21.93%
G = 11.23%
B = 66.84%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29157D (or 0x29157D) is known color: Persian Indigo. HEX triplet: 29, 15 and 7D. RGB value is (41,21,125). Sum of RGB (Red+Green+Blue) = 41+21+125=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #29157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29157D is #D6EA82. Grayscale: #262626. Windows color (decimal): -14084739 or 8197417. OLE color: 8197417.

HSL color Cylindrical-coordinate representation of color #29157D: hue angle of 251.54º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29157D is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 21 125 -
CMYK 0.67 0.83 0 0.51
HSL 251.54º 0.71% 0.29% -
HSV(B) 251.54º 0.83% 0.49% -
XYZ 4.88 2.49 19.62 -
YUV 38.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 41 21 125 0.67 0.83 0 0.51 251.54 0.71 0.29
Hex 29 15 7D 43 53 0 33 FC 47 1D
Octal 51 25 175 103 123 0 63 374 107 35
Binary 101001 10101 1111101 1000011 1010011 0 110011 11111100 1000111 11101

Color Harmonies of #29157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29157D

Black with #29157D

Text Example


Text Example

White with #29157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,21,125); }

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

background-color css

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

 a { background-color: rgb(41,21,125); }

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

border-color css

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

 span { border-color: rgb(41,21,125); }

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