Html Css Color HEX #29148D Persian Indigo

📋 copy color: '#29148D'

red 41 ◦ green 20 ◦ blue 141

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

Shades of Persian Indigo #29148D

Tints of Persian Indigo #29148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 20.3%
G = 9.9%
B = 69.8%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29148D (or 0x29148D) is known color: Persian Indigo. HEX triplet: 29, 14 and 8D. RGB value is (41,20,141). Sum of RGB (Red+Green+Blue) = 41+20+141=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #29148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29148D is #D6EB72. Grayscale: #272727. Windows color (decimal): -14084979 or 9245737. OLE color: 9245737.

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

Color convert

RGB 41 20 141 -
CMYK 0.71 0.86 0 0.45
HSL 250.41º 0.75% 0.32% -
HSV(B) 250.41º 0.86% 0.55% -
XYZ 5.97 2.89 25.44 -
YUV 40.07 184.96 128.66 -
System Red Green Blue C M Y K H S L
Decimal 41 20 141 0.71 0.86 0 0.45 250.41 0.75 0.32
Hex 29 14 8D 47 56 0 2D FA 4B 20
Octal 51 24 215 107 126 0 55 372 113 40
Binary 101001 10100 10001101 1000111 1010110 0 101101 11111010 1001011 100000

Color Harmonies of #29148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29148D

Black with #29148D

Text Example


Text Example

White with #29148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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