Html Css Color HEX #29007C Persian Indigo

📋 copy color: '#29007C'

red 41 ◦ green 0 ◦ blue 124

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

Shades of Persian Indigo #29007C

Tints of Persian Indigo #29007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.85%
G = 0%
B = 75.15%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29007C (or 0x29007C) is known color: Persian Indigo. HEX triplet: 29, 00 and 7C. RGB value is (41,0,124). Sum of RGB (Red+Green+Blue) = 41+0+124=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #29007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29007C is #D6FF83. Grayscale: #191919. Windows color (decimal): -14090116 or 8126505. OLE color: 8126505.

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

Color convert

RGB 41 0 124 -
CMYK 0.67 1 0 0.51
HSL 259.84º 1% 0.24% -
HSV(B) 259.84º 1% 0.49% -
XYZ 4.55 1.93 19.2 -
YUV 26.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 41 0 124 0.67 1 0 0.51 259.84 1 0.24
Hex 29 0 7C 43 64 0 33 104 64 18
Octal 51 0 174 103 144 0 63 404 144 30
Binary 101001 0 1111100 1000011 1100100 0 110011 100000100 1100100 11000

Color Harmonies of #29007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29007C

Black with #29007C

Text Example


Text Example

White with #29007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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