Html Css Color HEX #29018D Persian Indigo

📋 copy color: '#29018D'

red 41 ◦ green 1 ◦ blue 141

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

Shades of Persian Indigo #29018D

Tints of Persian Indigo #29018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 22.4%
G = 0.55%
B = 77.05%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29018D (or 0x29018D) is known color: Persian Indigo. HEX triplet: 29, 01 and 8D. RGB value is (41,1,141). Sum of RGB (Red+Green+Blue) = 41+1+141=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #29018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29018D is #D6FE72. Grayscale: #1C1C1C. Windows color (decimal): -14089843 or 9240873. OLE color: 9240873.

HSL color Cylindrical-coordinate representation of color #29018D: hue angle of 257.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29018D is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 1 141 -
CMYK 0.71 0.99 0 0.45
HSL 257.14º 0.99% 0.28% -
HSV(B) 257.14º 0.99% 0.55% -
XYZ 5.73 2.42 25.36 -
YUV 28.92 191.25 136.62 -
System Red Green Blue C M Y K H S L
Decimal 41 1 141 0.71 0.99 0 0.45 257.14 0.99 0.28
Hex 29 1 8D 47 63 0 2D 101 63 1C
Octal 51 1 215 107 143 0 55 401 143 34
Binary 101001 1 10001101 1000111 1100011 0 101101 100000001 1100011 11100

Color Harmonies of #29018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29018D

Black with #29018D

Text Example


Text Example

White with #29018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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