Html Css Color HEX #290591 Persian Indigo

📋 copy color: '#290591'

red 41 ◦ green 5 ◦ blue 145

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

Shades of Persian Indigo #290591

Tints of Persian Indigo #290591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 145 (57.03% from 255) = 75.92%

R = 21.47%
G = 2.62%
B = 75.92%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#290591 (or 0x290591) is known color: Persian Indigo. HEX triplet: 29, 05 and 91. RGB value is (41,5,145). Sum of RGB (Red+Green+Blue) = 41+5+145=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #290591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290591 is #D6FA6E. Grayscale: #1F1F1F. Windows color (decimal): -14088815 or 9504041. OLE color: 9504041.

HSL color Cylindrical-coordinate representation of color #290591: hue angle of 255.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290591 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 5 145 -
CMYK 0.72 0.97 0 0.43
HSL 255.43º 0.93% 0.29% -
HSV(B) 255.43º 0.97% 0.57% -
XYZ 6.08 2.62 26.97 -
YUV 31.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 41 5 145 0.72 0.97 0 0.43 255.43 0.93 0.29
Hex 29 5 91 48 61 0 2B FF 5D 1D
Octal 51 5 221 110 141 0 53 377 135 35
Binary 101001 101 10010001 1001000 1100001 0 101011 11111111 1011101 11101

Color Harmonies of #290591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290591

Black with #290591

Text Example


Text Example

White with #290591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290591; }

 p { color: rgb(41,5,145); }

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

background-color css

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

 a { background-color: rgb(41,5,145); }

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

border-color css

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

 span { border-color: rgb(41,5,145); }

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