Html Css Color HEX #291290 Persian Indigo

📋 copy color: '#291290'

red 41 ◦ green 18 ◦ blue 144

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

Shades of Persian Indigo #291290

Tints of Persian Indigo #291290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 144 (56.64% from 255) = 70.94%

R = 20.2%
G = 8.87%
B = 70.94%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#291290 (or 0x291290) is known color: Persian Indigo. HEX triplet: 29, 12 and 90. RGB value is (41,18,144). Sum of RGB (Red+Green+Blue) = 41+18+144=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #291290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291290 is #D6ED6F. Grayscale: #262626. Windows color (decimal): -14085488 or 9441833. OLE color: 9441833.

HSL color Cylindrical-coordinate representation of color #291290: hue angle of 250.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291290 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 18 144 -
CMYK 0.72 0.88 0 0.44
HSL 250.95º 0.78% 0.32% -
HSV(B) 250.95º 0.88% 0.56% -
XYZ 6.16 2.92 26.62 -
YUV 39.24 187.12 129.25 -
System Red Green Blue C M Y K H S L
Decimal 41 18 144 0.72 0.88 0 0.44 250.95 0.78 0.32
Hex 29 12 90 48 58 0 2C FB 4E 20
Octal 51 22 220 110 130 0 54 373 116 40
Binary 101001 10010 10010000 1001000 1011000 0 101100 11111011 1001110 100000

Color Harmonies of #291290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291290

Black with #291290

Text Example


Text Example

White with #291290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291290; }

 p { color: rgb(41,18,144); }

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

background-color css

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

 a { background-color: rgb(41,18,144); }

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

border-color css

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

 span { border-color: rgb(41,18,144); }

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