Html Css Color HEX #29178C Persian Indigo

📋 copy color: '#29178C'

red 41 ◦ green 23 ◦ blue 140

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

Shades of Persian Indigo #29178C

Tints of Persian Indigo #29178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 140 (55.08% from 255) = 68.63%

R = 20.1%
G = 11.27%
B = 68.63%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29178C (or 0x29178C) is known color: Persian Indigo. HEX triplet: 29, 17 and 8C. RGB value is (41,23,140). Sum of RGB (Red+Green+Blue) = 41+23+140=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #29178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29178C is #D6E873. Grayscale: #292929. Windows color (decimal): -14084212 or 9180969. OLE color: 9180969.

HSL color Cylindrical-coordinate representation of color #29178C: hue angle of 249.23º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29178C is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 23 140 -
CMYK 0.71 0.84 0 0.45
HSL 249.23º 0.72% 0.32% -
HSV(B) 249.23º 0.84% 0.55% -
XYZ 5.95 2.98 25.07 -
YUV 41.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 41 23 140 0.71 0.84 0 0.45 249.23 0.72 0.32
Hex 29 17 8C 47 54 0 2D F9 48 20
Octal 51 27 214 107 124 0 55 371 110 40
Binary 101001 10111 10001100 1000111 1010100 0 101101 11111001 1001000 100000

Color Harmonies of #29178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29178C

Black with #29178C

Text Example


Text Example

White with #29178C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29178C; }

 p { color: rgb(41,23,140); }

 H1.HeaderClassName
 {
   color: #29178C;
 }
 .AnyTagClassName
 {
   color: #29178C;
 }
</style>

background-color css

<style>
 a { background-color: #29178C; }

 a { background-color: rgb(41,23,140); }

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

border-color css

<style>
 span { border-color: #29178C; }

 span { border-color: rgb(41,23,140); }

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