Html Css Color HEX #292289 Persian Indigo

📋 copy color: '#292289'

red 41 ◦ green 34 ◦ blue 137

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

Shades of Persian Indigo #292289

Tints of Persian Indigo #292289

RGB

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

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

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

R = 19.34%
G = 16.04%
B = 64.62%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#292289 (or 0x292289) is known color: Persian Indigo. HEX triplet: 29, 22 and 89. RGB value is (41,34,137). Sum of RGB (Red+Green+Blue) = 41+34+137=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #292289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292289 is #D6DD76. Grayscale: #2F2F2F. Windows color (decimal): -14081399 or 8987177. OLE color: 8987177.

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

Color convert

RGB 41 34 137 -
CMYK 0.70 0.75 0 0.46
HSL 244.08º 0.6% 0.34% -
HSV(B) 244.08º 0.75% 0.54% -
XYZ 6 3.42 24.01 -
YUV 47.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 41 34 137 0.70 0.75 0 0.46 244.08 0.6 0.34
Hex 29 22 89 46 4B 0 2E F4 3C 22
Octal 51 42 211 106 113 0 56 364 74 42
Binary 101001 100010 10001001 1000110 1001011 0 101110 11110100 111100 100010

Color Harmonies of #292289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292289

Black with #292289

Text Example


Text Example

White with #292289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292289; }

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

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

background-color css

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

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

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

border-color css

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

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

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