Html Css Color HEX #29127D Persian Indigo

📋 copy color: '#29127D'

red 41 ◦ green 18 ◦ blue 125

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

Shades of Persian Indigo #29127D

Tints of Persian Indigo #29127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 22.28%
G = 9.78%
B = 67.93%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29127D (or 0x29127D) is known color: Persian Indigo. HEX triplet: 29, 12 and 7D. RGB value is (41,18,125). Sum of RGB (Red+Green+Blue) = 41+18+125=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #29127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29127D is #D6ED82. Grayscale: #242424. Windows color (decimal): -14085507 or 8196649. OLE color: 8196649.

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

Color convert

RGB 41 18 125 -
CMYK 0.67 0.86 0 0.51
HSL 252.9º 0.75% 0.28% -
HSV(B) 252.9º 0.86% 0.49% -
XYZ 4.83 2.38 19.61 -
YUV 37.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 41 18 125 0.67 0.86 0 0.51 252.9 0.75 0.28
Hex 29 12 7D 43 56 0 33 FD 4B 1C
Octal 51 22 175 103 126 0 63 375 113 34
Binary 101001 10010 1111101 1000011 1010110 0 110011 11111101 1001011 11100

Color Harmonies of #29127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29127D

Black with #29127D

Text Example


Text Example

White with #29127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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