Html Css Color HEX #291589 Persian Indigo

📋 copy color: '#291589'

red 41 ◦ green 21 ◦ blue 137

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

Shades of Persian Indigo #291589

Tints of Persian Indigo #291589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 20.6%
G = 10.55%
B = 68.84%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#291589 (or 0x291589) is known color: Persian Indigo. HEX triplet: 29, 15 and 89. RGB value is (41,21,137). Sum of RGB (Red+Green+Blue) = 41+21+137=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #291589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291589 is #D6EA76. Grayscale: #272727. Windows color (decimal): -14084727 or 8983849. OLE color: 8983849.

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

Color convert

RGB 41 21 137 -
CMYK 0.70 0.85 0 0.46
HSL 250.34º 0.73% 0.31% -
HSV(B) 250.34º 0.85% 0.54% -
XYZ 5.7 2.81 23.91 -
YUV 40.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 41 21 137 0.70 0.85 0 0.46 250.34 0.73 0.31
Hex 29 15 89 46 55 0 2E FA 49 1F
Octal 51 25 211 106 125 0 56 372 111 37
Binary 101001 10101 10001001 1000110 1010101 0 101110 11111010 1001001 11111

Color Harmonies of #291589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291589

Black with #291589

Text Example


Text Example

White with #291589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291589; }

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

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

background-color css

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

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

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

border-color css

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

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

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