Html Css Color HEX #29197C Persian Indigo

📋 copy color: '#29197C'

red 41 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #29197C

Tints of Persian Indigo #29197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 21.58%
G = 13.16%
B = 65.26%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29197C (or 0x29197C) is known color: Persian Indigo. HEX triplet: 29, 19 and 7C. RGB value is (41,25,124). Sum of RGB (Red+Green+Blue) = 41+25+124=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #29197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29197C is #D6E683. Grayscale: #282828. Windows color (decimal): -14083716 or 8132905. OLE color: 8132905.

HSL color Cylindrical-coordinate representation of color #29197C: hue angle of 249.7º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29197C is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 25 124 -
CMYK 0.67 0.80 0 0.51
HSL 249.7º 0.66% 0.29% -
HSV(B) 249.7º 0.8% 0.49% -
XYZ 4.9 2.62 19.32 -
YUV 41.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 41 25 124 0.67 0.80 0 0.51 249.7 0.66 0.29
Hex 29 19 7C 43 50 0 33 FA 42 1D
Octal 51 31 174 103 120 0 63 372 102 35
Binary 101001 11001 1111100 1000011 1010000 0 110011 11111010 1000010 11101

Color Harmonies of #29197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29197C

Black with #29197C

Text Example


Text Example

White with #29197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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