Html Css Color HEX #29177F Persian Indigo

📋 copy color: '#29177F'

red 41 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #29177F

Tints of Persian Indigo #29177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 66.49%

R = 21.47%
G = 12.04%
B = 66.49%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29177F (or 0x29177F) is known color: Persian Indigo. HEX triplet: 29, 17 and 7F. RGB value is (41,23,127). Sum of RGB (Red+Green+Blue) = 41+23+127=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #29177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29177F is #D6E880. Grayscale: #272727. Windows color (decimal): -14084225 or 8329001. OLE color: 8329001.

HSL color Cylindrical-coordinate representation of color #29177F: hue angle of 250.38º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29177F is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 23 127 -
CMYK 0.68 0.82 0 0.50
HSL 250.38º 0.69% 0.29% -
HSV(B) 250.38º 0.82% 0.5% -
XYZ 5.05 2.62 20.32 -
YUV 40.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 41 23 127 0.68 0.82 0 0.50 250.38 0.69 0.29
Hex 29 17 7F 44 52 0 32 FA 45 1D
Octal 51 27 177 104 122 0 62 372 105 35
Binary 101001 10111 1111111 1000100 1010010 0 110010 11111010 1000101 11101

Color Harmonies of #29177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29177F

Black with #29177F

Text Example


Text Example

White with #29177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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