Html Css Color HEX #29157F Persian Indigo

📋 copy color: '#29157F'

red 41 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #29157F

Tints of Persian Indigo #29157F

RGB

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

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

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

R = 21.69%
G = 11.11%
B = 67.2%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29157F (or 0x29157F) is known color: Persian Indigo. HEX triplet: 29, 15 and 7F. RGB value is (41,21,127). Sum of RGB (Red+Green+Blue) = 41+21+127=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #29157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29157F is #D6EA80. Grayscale: #262626. Windows color (decimal): -14084737 or 8328489. OLE color: 8328489.

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

Color convert

RGB 41 21 127 -
CMYK 0.68 0.83 0 0.50
HSL 251.32º 0.72% 0.29% -
HSV(B) 251.32º 0.83% 0.5% -
XYZ 5.01 2.54 20.3 -
YUV 39.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 41 21 127 0.68 0.83 0 0.50 251.32 0.72 0.29
Hex 29 15 7F 44 53 0 32 FB 48 1D
Octal 51 25 177 104 123 0 62 373 110 35
Binary 101001 10101 1111111 1000100 1010011 0 110010 11111011 1001000 11101

Color Harmonies of #29157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29157F

Black with #29157F

Text Example


Text Example

White with #29157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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