Html Css Color HEX #29168D Persian Indigo

📋 copy color: '#29168D'

red 41 ◦ green 22 ◦ blue 141

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

Shades of Persian Indigo #29168D

Tints of Persian Indigo #29168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 20.1%
G = 10.78%
B = 69.12%

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

#29168D (or 0x29168D) is known color: Persian Indigo. HEX triplet: 29, 16 and 8D. RGB value is (41,22,141). Sum of RGB (Red+Green+Blue) = 41+22+141=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #29168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29168D is #D6E972. Grayscale: #282828. Windows color (decimal): -14084467 or 9246249. OLE color: 9246249.

HSL color Cylindrical-coordinate representation of color #29168D: hue angle of 249.58º degrees, saturation: 0.73, 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 #29168D is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 22 141 -
CMYK 0.71 0.84 0 0.45
HSL 249.58º 0.73% 0.32% -
HSV(B) 249.58º 0.84% 0.55% -
XYZ 6.01 2.97 25.46 -
YUV 41.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 41 22 141 0.71 0.84 0 0.45 249.58 0.73 0.32
Hex 29 16 8D 47 54 0 2D FA 49 20
Octal 51 26 215 107 124 0 55 372 111 40
Binary 101001 10110 10001101 1000111 1010100 0 101101 11111010 1001001 100000

Color Harmonies of #29168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29168D

Black with #29168D

Text Example


Text Example

White with #29168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,22,141); }

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

background-color css

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

 a { background-color: rgb(41,22,141); }

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

border-color css

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

 span { border-color: rgb(41,22,141); }

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