Html Css Color HEX #290089 Persian Indigo

📋 copy color: '#290089'

red 41 ◦ green 0 ◦ blue 137

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

Shades of Persian Indigo #290089

Tints of Persian Indigo #290089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.03%
G = 0%
B = 76.97%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#290089 (or 0x290089) is known color: Persian Indigo. HEX triplet: 29, 00 and 89. RGB value is (41,0,137). Sum of RGB (Red+Green+Blue) = 41+0+137=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #290089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290089 is #D6FF76. Grayscale: #1B1B1B. Windows color (decimal): -14090103 or 8978473. OLE color: 8978473.

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

Color convert

RGB 41 0 137 -
CMYK 0.70 1 0 0.46
HSL 257.96º 1% 0.27% -
HSV(B) 257.96º 1% 0.54% -
XYZ 5.43 2.28 23.82 -
YUV 27.88 189.58 137.36 -
System Red Green Blue C M Y K H S L
Decimal 41 0 137 0.70 1 0 0.46 257.96 1 0.27
Hex 29 0 89 46 64 0 2E 102 64 1B
Octal 51 0 211 106 144 0 56 402 144 33
Binary 101001 0 10001001 1000110 1100100 0 101110 100000010 1100100 11011

Color Harmonies of #290089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290089

Black with #290089

Text Example


Text Example

White with #290089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290089; }

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

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

background-color css

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

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

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

border-color css

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

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

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