Html Css Color HEX #29036D Persian Indigo

📋 copy color: '#29036D'

red 41 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #29036D

Tints of Persian Indigo #29036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 109 (42.97% from 255) = 71.24%

R = 26.8%
G = 1.96%
B = 71.24%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29036D (or 0x29036D) is known color: Persian Indigo. HEX triplet: 29, 03 and 6D. RGB value is (41,3,109). Sum of RGB (Red+Green+Blue) = 41+3+109=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #29036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29036D is #D6FC92. Grayscale: #1A1A1A. Windows color (decimal): -14089363 or 7144233. OLE color: 7144233.

HSL color Cylindrical-coordinate representation of color #29036D: hue angle of 261.51º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29036D is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 3 109 -
CMYK 0.62 0.97 0 0.57
HSL 261.51º 0.95% 0.22% -
HSV(B) 261.51º 0.97% 0.43% -
XYZ 3.71 1.64 14.59 -
YUV 26.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 41 3 109 0.62 0.97 0 0.57 261.51 0.95 0.22
Hex 29 3 6D 3E 61 0 39 106 5F 16
Octal 51 3 155 76 141 0 71 406 137 26
Binary 101001 11 1101101 111110 1100001 0 111001 100000110 1011111 10110

Color Harmonies of #29036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29036D

Black with #29036D

Text Example


Text Example

White with #29036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29036D; }

 p { color: rgb(41,3,109); }

 H1.HeaderClassName
 {
   color: #29036D;
 }
 .AnyTagClassName
 {
   color: #29036D;
 }
</style>

background-color css

<style>
 a { background-color: #29036D; }

 a { background-color: rgb(41,3,109); }

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

border-color css

<style>
 span { border-color: #29036D; }

 span { border-color: rgb(41,3,109); }

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