Html Css Color HEX #29008D Persian Indigo

📋 copy color: '#29008D'

red 41 ◦ green 0 ◦ blue 141

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

Shades of Persian Indigo #29008D

Tints of Persian Indigo #29008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.53%
G = 0%
B = 77.47%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29008D (or 0x29008D) is known color: Persian Indigo. HEX triplet: 29, 00 and 8D. RGB value is (41,0,141). Sum of RGB (Red+Green+Blue) = 41+0+141=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #29008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29008D is #D6FF72. Grayscale: #1B1B1B. Windows color (decimal): -14090099 or 9240617. OLE color: 9240617.

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

Color convert

RGB 41 0 141 -
CMYK 0.71 1 0 0.45
HSL 257.45º 1% 0.28% -
HSV(B) 257.45º 1% 0.55% -
XYZ 5.72 2.39 25.36 -
YUV 28.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 41 0 141 0.71 1 0 0.45 257.45 1 0.28
Hex 29 0 8D 47 64 0 2D 101 64 1C
Octal 51 0 215 107 144 0 55 401 144 34
Binary 101001 0 10001101 1000111 1100100 0 101101 100000001 1100100 11100

Color Harmonies of #29008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29008D

Black with #29008D

Text Example


Text Example

White with #29008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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