Html Css Color HEX #291089 Persian Indigo

📋 copy color: '#291089'

red 41 ◦ green 16 ◦ blue 137

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

Shades of Persian Indigo #291089

Tints of Persian Indigo #291089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 21.13%
G = 8.25%
B = 70.62%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#291089 (or 0x291089) is known color: Persian Indigo. HEX triplet: 29, 10 and 89. RGB value is (41,16,137). Sum of RGB (Red+Green+Blue) = 41+16+137=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #291089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291089 is #D6EF76. Grayscale: #242424. Windows color (decimal): -14086007 or 8982569. OLE color: 8982569.

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

Color convert

RGB 41 16 137 -
CMYK 0.70 0.88 0 0.46
HSL 252.4º 0.79% 0.3% -
HSV(B) 252.4º 0.88% 0.54% -
XYZ 5.62 2.65 23.88 -
YUV 37.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 41 16 137 0.70 0.88 0 0.46 252.4 0.79 0.3
Hex 29 10 89 46 58 0 2E FC 4F 1E
Octal 51 20 211 106 130 0 56 374 117 36
Binary 101001 10000 10001001 1000110 1011000 0 101110 11111100 1001111 11110

Color Harmonies of #291089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291089

Black with #291089

Text Example


Text Example

White with #291089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291089; }

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

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

background-color css

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

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

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

border-color css

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

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

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