Html Css Color HEX #29017C Persian Indigo

📋 copy color: '#29017C'

red 41 ◦ green 1 ◦ blue 124

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

Shades of Persian Indigo #29017C

Tints of Persian Indigo #29017C

RGB

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

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

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

R = 24.7%
G = 0.6%
B = 74.7%

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

#29017C (or 0x29017C) is known color: Persian Indigo. HEX triplet: 29, 01 and 7C. RGB value is (41,1,124). Sum of RGB (Red+Green+Blue) = 41+1+124=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #29017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29017C is #D6FE83. Grayscale: #1A1A1A. Windows color (decimal): -14089860 or 8126761. OLE color: 8126761.

HSL color Cylindrical-coordinate representation of color #29017C: hue angle of 259.51º 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 #29017C is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 1 124 -
CMYK 0.67 0.99 0 0.51
HSL 259.51º 0.98% 0.25% -
HSV(B) 259.51º 0.99% 0.49% -
XYZ 4.56 1.95 19.2 -
YUV 26.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 41 1 124 0.67 0.99 0 0.51 259.51 0.98 0.25
Hex 29 1 7C 43 63 0 33 104 62 19
Octal 51 1 174 103 143 0 63 404 142 31
Binary 101001 1 1111100 1000011 1100011 0 110011 100000100 1100010 11001

Color Harmonies of #29017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29017C

Black with #29017C

Text Example


Text Example

White with #29017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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