Html Css Color HEX #29006A Persian Indigo

📋 copy color: '#29006A'

red 41 ◦ green 0 ◦ blue 106

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

Shades of Persian Indigo #29006A

Tints of Persian Indigo #29006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 72.11%

R = 27.89%
G = 0%
B = 72.11%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29006A (or 0x29006A) is known color: Persian Indigo. HEX triplet: 29, 00 and 6A. RGB value is (41,0,106). Sum of RGB (Red+Green+Blue) = 41+0+106=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #29006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29006A is #D6FF95. Grayscale: #171717. Windows color (decimal): -14090134 or 6946857. OLE color: 6946857.

HSL color Cylindrical-coordinate representation of color #29006A: hue angle of 263.21º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29006A is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 0 106 -
CMYK 0.61 1 0 0.58
HSL 263.21º 1% 0.21% -
HSV(B) 263.21º 1% 0.42% -
XYZ 3.52 1.51 13.74 -
YUV 24.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 41 0 106 0.61 1 0 0.58 263.21 1 0.21
Hex 29 0 6A 3D 64 0 3A 107 64 15
Octal 51 0 152 75 144 0 72 407 144 25
Binary 101001 0 1101010 111101 1100100 0 111010 100000111 1100100 10101

Color Harmonies of #29006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29006A

Black with #29006A

Text Example


Text Example

White with #29006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29006A; }

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

 H1.HeaderClassName
 {
   color: #29006A;
 }
 .AnyTagClassName
 {
   color: #29006A;
 }
</style>

background-color css

<style>
 a { background-color: #29006A; }

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

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

border-color css

<style>
 span { border-color: #29006A; }

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

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