Html Css Color HEX #29078D Persian Indigo

📋 copy color: '#29078D'

red 41 ◦ green 7 ◦ blue 141

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

Shades of Persian Indigo #29078D

Tints of Persian Indigo #29078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

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

R = 21.69%
G = 3.7%
B = 74.6%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29078D (or 0x29078D) is known color: Persian Indigo. HEX triplet: 29, 07 and 8D. RGB value is (41,7,141). Sum of RGB (Red+Green+Blue) = 41+7+141=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #29078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29078D is #D6F872. Grayscale: #1F1F1F. Windows color (decimal): -14088307 or 9242409. OLE color: 9242409.

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

Color convert

RGB 41 7 141 -
CMYK 0.71 0.95 0 0.45
HSL 255.22º 0.91% 0.29% -
HSV(B) 255.22º 0.95% 0.55% -
XYZ 5.8 2.55 25.39 -
YUV 32.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 41 7 141 0.71 0.95 0 0.45 255.22 0.91 0.29
Hex 29 7 8D 47 5F 0 2D FF 5B 1D
Octal 51 7 215 107 137 0 55 377 133 35
Binary 101001 111 10001101 1000111 1011111 0 101101 11111111 1011011 11101

Color Harmonies of #29078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29078D

Black with #29078D

Text Example


Text Example

White with #29078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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