Html Css Color HEX #29088D Persian Indigo

📋 copy color: '#29088D'

red 41 ◦ green 8 ◦ blue 141

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

Shades of Persian Indigo #29088D

Tints of Persian Indigo #29088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 21.58%
G = 4.21%
B = 74.21%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29088D (or 0x29088D) is known color: Persian Indigo. HEX triplet: 29, 08 and 8D. RGB value is (41,8,141). Sum of RGB (Red+Green+Blue) = 41+8+141=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #29088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29088D is #D6F772. Grayscale: #202020. Windows color (decimal): -14088051 or 9242665. OLE color: 9242665.

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

Color convert

RGB 41 8 141 -
CMYK 0.71 0.94 0 0.45
HSL 254.89º 0.89% 0.29% -
HSV(B) 254.89º 0.94% 0.55% -
XYZ 5.81 2.57 25.39 -
YUV 33.03 188.93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 41 8 141 0.71 0.94 0 0.45 254.89 0.89 0.29
Hex 29 8 8D 47 5E 0 2D FF 59 1D
Octal 51 10 215 107 136 0 55 377 131 35
Binary 101001 1000 10001101 1000111 1011110 0 101101 11111111 1011001 11101

Color Harmonies of #29088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29088D

Black with #29088D

Text Example


Text Example

White with #29088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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