Html Css Color HEX #29046F Persian Indigo

📋 copy color: '#29046F'

red 41 ◦ green 4 ◦ blue 111

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

Shades of Persian Indigo #29046F

Tints of Persian Indigo #29046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 71.15%

R = 26.28%
G = 2.56%
B = 71.15%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29046F (or 0x29046F) is known color: Persian Indigo. HEX triplet: 29, 04 and 6F. RGB value is (41,4,111). Sum of RGB (Red+Green+Blue) = 41+4+111=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #29046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29046F is #D6FB90. Grayscale: #1A1A1A. Windows color (decimal): -14089105 or 7275561. OLE color: 7275561.

HSL color Cylindrical-coordinate representation of color #29046F: hue angle of 260.75º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #29046F is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 4 111 -
CMYK 0.63 0.96 0 0.56
HSL 260.75º 0.93% 0.23% -
HSV(B) 260.75º 0.96% 0.44% -
XYZ 3.83 1.71 15.17 -
YUV 27.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 41 4 111 0.63 0.96 0 0.56 260.75 0.93 0.23
Hex 29 4 6F 3F 60 0 38 105 5D 17
Octal 51 4 157 77 140 0 70 405 135 27
Binary 101001 100 1101111 111111 1100000 0 111000 100000101 1011101 10111

Color Harmonies of #29046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29046F

Black with #29046F

Text Example


Text Example

White with #29046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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