Html Css Color HEX #292089 Persian Indigo

📋 copy color: '#292089'

red 41 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #292089

Tints of Persian Indigo #292089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 137 (53.91% from 255) = 65.24%

R = 19.52%
G = 15.24%
B = 65.24%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#292089 (or 0x292089) is known color: Persian Indigo. HEX triplet: 29, 20 and 89. RGB value is (41,32,137). Sum of RGB (Red+Green+Blue) = 41+32+137=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #292089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292089 is #D6DF76. Grayscale: #2E2E2E. Windows color (decimal): -14081911 or 8986665. OLE color: 8986665.

HSL color Cylindrical-coordinate representation of color #292089: hue angle of 245.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #292089 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 32 137 -
CMYK 0.70 0.77 0 0.46
HSL 245.14º 0.62% 0.33% -
HSV(B) 245.14º 0.77% 0.54% -
XYZ 5.95 3.31 23.99 -
YUV 46.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 41 32 137 0.70 0.77 0 0.46 245.14 0.62 0.33
Hex 29 20 89 46 4D 0 2E F5 3E 21
Octal 51 40 211 106 115 0 56 365 76 41
Binary 101001 100000 10001001 1000110 1001101 0 101110 11110101 111110 100001

Color Harmonies of #292089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292089

Black with #292089

Text Example


Text Example

White with #292089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292089; }

 p { color: rgb(41,32,137); }

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

background-color css

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

 a { background-color: rgb(41,32,137); }

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

border-color css

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

 span { border-color: rgb(41,32,137); }

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