Html Css Color HEX #29177C Persian Indigo

📋 copy color: '#29177C'

red 41 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #29177C

Tints of Persian Indigo #29177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

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

R = 21.81%
G = 12.23%
B = 65.96%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29177C (or 0x29177C) is known color: Persian Indigo. HEX triplet: 29, 17 and 7C. RGB value is (41,23,124). Sum of RGB (Red+Green+Blue) = 41+23+124=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #29177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29177C is #D6E883. Grayscale: #272727. Windows color (decimal): -14084228 or 8132393. OLE color: 8132393.

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

Color convert

RGB 41 23 124 -
CMYK 0.67 0.81 0 0.51
HSL 250.69º 0.69% 0.29% -
HSV(B) 250.69º 0.81% 0.49% -
XYZ 4.86 2.54 19.3 -
YUV 39.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 41 23 124 0.67 0.81 0 0.51 250.69 0.69 0.29
Hex 29 17 7C 43 51 0 33 FB 45 1D
Octal 51 27 174 103 121 0 63 373 105 35
Binary 101001 10111 1111100 1000011 1010001 0 110011 11111011 1000101 11101

Color Harmonies of #29177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29177C

Black with #29177C

Text Example


Text Example

White with #29177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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