Html Css Color HEX #29228B Persian Indigo

📋 copy color: '#29228B'

red 41 ◦ green 34 ◦ blue 139

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

Shades of Persian Indigo #29228B

Tints of Persian Indigo #29228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

 BLUE value IS 139 (54.69% from 255) = 64.95%

R = 19.16%
G = 15.89%
B = 64.95%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29228B (or 0x29228B) is known color: Persian Indigo. HEX triplet: 29, 22 and 8B. RGB value is (41,34,139). Sum of RGB (Red+Green+Blue) = 41+34+139=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #29228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29228B is #D6DD74. Grayscale: #2F2F2F. Windows color (decimal): -14081397 or 9118249. OLE color: 9118249.

HSL color Cylindrical-coordinate representation of color #29228B: hue angle of 244º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29228B is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 34 139 -
CMYK 0.71 0.76 0 0.45
HSL 244º 0.61% 0.34% -
HSV(B) 244º 0.76% 0.55% -
XYZ 6.15 3.48 24.77 -
YUV 48.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 41 34 139 0.71 0.76 0 0.45 244 0.61 0.34
Hex 29 22 8B 47 4C 0 2D F4 3D 22
Octal 51 42 213 107 114 0 55 364 75 42
Binary 101001 100010 10001011 1000111 1001100 0 101101 11110100 111101 100010

Color Harmonies of #29228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29228B

Black with #29228B

Text Example


Text Example

White with #29228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29228B; }

 p { color: rgb(41,34,139); }

 H1.HeaderClassName
 {
   color: #29228B;
 }
 .AnyTagClassName
 {
   color: #29228B;
 }
</style>

background-color css

<style>
 a { background-color: #29228B; }

 a { background-color: rgb(41,34,139); }

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

border-color css

<style>
 span { border-color: #29228B; }

 span { border-color: rgb(41,34,139); }

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