Html Css Color HEX #29017D Persian Indigo

📋 copy color: '#29017D'

red 41 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #29017D

Tints of Persian Indigo #29017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 125 (49.22% from 255) = 74.85%

R = 24.55%
G = 0.6%
B = 74.85%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29017D (or 0x29017D) is known color: Persian Indigo. HEX triplet: 29, 01 and 7D. RGB value is (41,1,125). Sum of RGB (Red+Green+Blue) = 41+1+125=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #29017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29017D is #D6FE82. Grayscale: #1A1A1A. Windows color (decimal): -14089859 or 8192297. OLE color: 8192297.

HSL color Cylindrical-coordinate representation of color #29017D: hue angle of 259.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29017D is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 1 125 -
CMYK 0.67 0.99 0 0.51
HSL 259.35º 0.98% 0.25% -
HSV(B) 259.35º 0.99% 0.49% -
XYZ 4.63 1.97 19.54 -
YUV 27.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 41 1 125 0.67 0.99 0 0.51 259.35 0.98 0.25
Hex 29 1 7D 43 63 0 33 103 62 19
Octal 51 1 175 103 143 0 63 403 142 31
Binary 101001 1 1111101 1000011 1100011 0 110011 100000011 1100010 11001

Color Harmonies of #29017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29017D

Black with #29017D

Text Example


Text Example

White with #29017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29017D; }

 p { color: rgb(41,1,125); }

 H1.HeaderClassName
 {
   color: #29017D;
 }
 .AnyTagClassName
 {
   color: #29017D;
 }
</style>

background-color css

<style>
 a { background-color: #29017D; }

 a { background-color: rgb(41,1,125); }

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

border-color css

<style>
 span { border-color: #29017D; }

 span { border-color: rgb(41,1,125); }

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