Html Css Color HEX #29046B Persian Indigo

📋 copy color: '#29046B'

red 41 ◦ green 4 ◦ blue 107

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

Shades of Persian Indigo #29046B

Tints of Persian Indigo #29046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

 BLUE value IS 107 (42.19% from 255) = 70.39%

R = 26.97%
G = 2.63%
B = 70.39%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29046B (or 0x29046B) is known color: Persian Indigo. HEX triplet: 29, 04 and 6B. RGB value is (41,4,107). Sum of RGB (Red+Green+Blue) = 41+4+107=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #29046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29046B is #D6FB94. Grayscale: #1A1A1A. Windows color (decimal): -14089109 or 7013417. OLE color: 7013417.

HSL color Cylindrical-coordinate representation of color #29046B: hue angle of 261.55º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #29046B is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 4 107 -
CMYK 0.62 0.96 0 0.58
HSL 261.55º 0.93% 0.22% -
HSV(B) 261.55º 0.96% 0.42% -
XYZ 3.61 1.62 14.03 -
YUV 26.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 41 4 107 0.62 0.96 0 0.58 261.55 0.93 0.22
Hex 29 4 6B 3E 60 0 3A 106 5D 16
Octal 51 4 153 76 140 0 72 406 135 26
Binary 101001 100 1101011 111110 1100000 0 111010 100000110 1011101 10110

Color Harmonies of #29046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29046B

Black with #29046B

Text Example


Text Example

White with #29046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29046B; }

 p { color: rgb(41,4,107); }

 H1.HeaderClassName
 {
   color: #29046B;
 }
 .AnyTagClassName
 {
   color: #29046B;
 }
</style>

background-color css

<style>
 a { background-color: #29046B; }

 a { background-color: rgb(41,4,107); }

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

border-color css

<style>
 span { border-color: #29046B; }

 span { border-color: rgb(41,4,107); }

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