Html Css Color HEX #29198B Persian Indigo

📋 copy color: '#29198B'

red 41 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #29198B

Tints of Persian Indigo #29198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 20%
G = 12.2%
B = 67.8%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29198B (or 0x29198B) is known color: Persian Indigo. HEX triplet: 29, 19 and 8B. RGB value is (41,25,139). Sum of RGB (Red+Green+Blue) = 41+25+139=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #29198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29198B is #D6E674. Grayscale: #2A2A2A. Windows color (decimal): -14083701 or 9115945. OLE color: 9115945.

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

Color convert

RGB 41 25 139 -
CMYK 0.71 0.82 0 0.45
HSL 248.42º 0.7% 0.32% -
HSV(B) 248.42º 0.82% 0.55% -
XYZ 5.92 3.03 24.7 -
YUV 42.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 41 25 139 0.71 0.82 0 0.45 248.42 0.7 0.32
Hex 29 19 8B 47 52 0 2D F8 46 20
Octal 51 31 213 107 122 0 55 370 106 40
Binary 101001 11001 10001011 1000111 1010010 0 101101 11111000 1000110 100000

Color Harmonies of #29198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29198B

Black with #29198B

Text Example


Text Example

White with #29198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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