Html Css Color HEX #29087D Persian Indigo

📋 copy color: '#29087D'

red 41 ◦ green 8 ◦ blue 125

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

Shades of Persian Indigo #29087D

Tints of Persian Indigo #29087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 71.84%

R = 23.56%
G = 4.6%
B = 71.84%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29087D (or 0x29087D) is known color: Persian Indigo. HEX triplet: 29, 08 and 7D. RGB value is (41,8,125). Sum of RGB (Red+Green+Blue) = 41+8+125=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #29087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29087D is #D6F782. Grayscale: #1E1E1E. Windows color (decimal): -14088067 or 8194089. OLE color: 8194089.

HSL color Cylindrical-coordinate representation of color #29087D: hue angle of 256.92º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29087D is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 8 125 -
CMYK 0.67 0.94 0 0.51
HSL 256.92º 0.88% 0.26% -
HSV(B) 256.92º 0.94% 0.49% -
XYZ 4.7 2.13 19.56 -
YUV 31.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 41 8 125 0.67 0.94 0 0.51 256.92 0.88 0.26
Hex 29 8 7D 43 5E 0 33 101 58 1A
Octal 51 10 175 103 136 0 63 401 130 32
Binary 101001 1000 1111101 1000011 1011110 0 110011 100000001 1011000 11010

Color Harmonies of #29087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29087D

Black with #29087D

Text Example


Text Example

White with #29087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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