Html Css Color HEX #29117B Persian Indigo

📋 copy color: '#29117B'

red 41 ◦ green 17 ◦ blue 123

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

Shades of Persian Indigo #29117B

Tints of Persian Indigo #29117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

 BLUE value IS 123 (48.44% from 255) = 67.96%

R = 22.65%
G = 9.39%
B = 67.96%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29117B (or 0x29117B) is known color: Persian Indigo. HEX triplet: 29, 11 and 7B. RGB value is (41,17,123). Sum of RGB (Red+Green+Blue) = 41+17+123=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #29117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29117B is #D6EE84. Grayscale: #232323. Windows color (decimal): -14085765 or 8065321. OLE color: 8065321.

HSL color Cylindrical-coordinate representation of color #29117B: hue angle of 253.58º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29117B is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 17 123 -
CMYK 0.67 0.86 0 0.52
HSL 253.58º 0.76% 0.27% -
HSV(B) 253.58º 0.86% 0.48% -
XYZ 4.69 2.3 18.94 -
YUV 36.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 41 17 123 0.67 0.86 0 0.52 253.58 0.76 0.27
Hex 29 11 7B 43 56 0 34 FE 4C 1B
Octal 51 21 173 103 126 0 64 376 114 33
Binary 101001 10001 1111011 1000011 1010110 0 110100 11111110 1001100 11011

Color Harmonies of #29117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29117B

Black with #29117B

Text Example


Text Example

White with #29117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,17,123); }

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

background-color css

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

 a { background-color: rgb(41,17,123); }

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

border-color css

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

 span { border-color: rgb(41,17,123); }

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