Html Css Color HEX #29028D Persian Indigo

📋 copy color: '#29028D'

red 41 ◦ green 2 ◦ blue 141

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

Shades of Persian Indigo #29028D

Tints of Persian Indigo #29028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 22.28%
G = 1.09%
B = 76.63%

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

#29028D (or 0x29028D) is known color: Persian Indigo. HEX triplet: 29, 02 and 8D. RGB value is (41,2,141). Sum of RGB (Red+Green+Blue) = 41+2+141=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #29028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29028D is #D6FD72. Grayscale: #1C1C1C. Windows color (decimal): -14089587 or 9241129. OLE color: 9241129.

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

Color convert

RGB 41 2 141 -
CMYK 0.71 0.99 0 0.45
HSL 256.83º 0.97% 0.28% -
HSV(B) 256.83º 0.99% 0.55% -
XYZ 5.74 2.44 25.37 -
YUV 29.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 41 2 141 0.71 0.99 0 0.45 256.83 0.97 0.28
Hex 29 2 8D 47 63 0 2D 101 61 1C
Octal 51 2 215 107 143 0 55 401 141 34
Binary 101001 10 10001101 1000111 1100011 0 101101 100000001 1100001 11100

Color Harmonies of #29028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29028D

Black with #29028D

Text Example


Text Example

White with #29028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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