Html Css Color HEX #29157C Persian Indigo

📋 copy color: '#29157C'

red 41 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #29157C

Tints of Persian Indigo #29157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 66.67%

R = 22.04%
G = 11.29%
B = 66.67%

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

#29157C (or 0x29157C) is known color: Persian Indigo. HEX triplet: 29, 15 and 7C. RGB value is (41,21,124). Sum of RGB (Red+Green+Blue) = 41+21+124=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #29157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29157C is #D6EA83. Grayscale: #262626. Windows color (decimal): -14084740 or 8131881. OLE color: 8131881.

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

Color convert

RGB 41 21 124 -
CMYK 0.67 0.83 0 0.51
HSL 251.65º 0.71% 0.28% -
HSV(B) 251.65º 0.83% 0.49% -
XYZ 4.82 2.46 19.29 -
YUV 38.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 41 21 124 0.67 0.83 0 0.51 251.65 0.71 0.28
Hex 29 15 7C 43 53 0 33 FC 47 1C
Octal 51 25 174 103 123 0 63 374 107 34
Binary 101001 10101 1111100 1000011 1010011 0 110011 11111100 1000111 11100

Color Harmonies of #29157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29157C

Black with #29157C

Text Example


Text Example

White with #29157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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