Html Css Color HEX #29136B Persian Indigo

📋 copy color: '#29136B'

red 41 ◦ green 19 ◦ blue 107

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

Shades of Persian Indigo #29136B

Tints of Persian Indigo #29136B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 24.55%
G = 11.38%
B = 64.07%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29136B (or 0x29136B) is known color: Persian Indigo. HEX triplet: 29, 13 and 6B. RGB value is (41,19,107). Sum of RGB (Red+Green+Blue) = 41+19+107=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #29136B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29136B is #D6EC94. Grayscale: #232323. Windows color (decimal): -14085269 or 7017257. OLE color: 7017257.

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

Color convert

RGB 41 19 107 -
CMYK 0.62 0.82 0 0.58
HSL 255º 0.7% 0.25% -
HSV(B) 255º 0.82% 0.42% -
XYZ 3.8 2 14.1 -
YUV 35.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 41 19 107 0.62 0.82 0 0.58 255 0.7 0.25
Hex 29 13 6B 3E 52 0 3A FF 46 19
Octal 51 23 153 76 122 0 72 377 106 31
Binary 101001 10011 1101011 111110 1010010 0 111010 11111111 1000110 11001

Color Harmonies of #29136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29136B

Black with #29136B

Text Example


Text Example

White with #29136B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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