Html Css Color HEX #290B89 Persian Indigo

📋 copy color: '#290B89'

red 41 ◦ green 11 ◦ blue 137

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

Shades of Persian Indigo #290B89

Tints of Persian Indigo #290B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.82%

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

R = 21.69%
G = 5.82%
B = 72.49%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#290B89 (or 0x290B89) is known color: Persian Indigo. HEX triplet: 29, 0B and 89. RGB value is (41,11,137). Sum of RGB (Red+Green+Blue) = 41+11+137=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #290B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290B89 is #D6F476. Grayscale: #212121. Windows color (decimal): -14087287 or 8981289. OLE color: 8981289.

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

Color convert

RGB 41 11 137 -
CMYK 0.70 0.92 0 0.46
HSL 254.29º 0.85% 0.29% -
HSV(B) 254.29º 0.92% 0.54% -
XYZ 5.55 2.52 23.86 -
YUV 34.33 185.94 132.75 -
System Red Green Blue C M Y K H S L
Decimal 41 11 137 0.70 0.92 0 0.46 254.29 0.85 0.29
Hex 29 B 89 46 5C 0 2E FE 55 1D
Octal 51 13 211 106 134 0 56 376 125 35
Binary 101001 1011 10001001 1000110 1011100 0 101110 11111110 1010101 11101

Color Harmonies of #290B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B89

Black with #290B89

Text Example


Text Example

White with #290B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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