Html Css Color HEX #290571 Persian Indigo

📋 copy color: '#290571'

red 41 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #290571

Tints of Persian Indigo #290571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.07%

R = 25.79%
G = 3.14%
B = 71.07%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290571 (or 0x290571) is known color: Persian Indigo. HEX triplet: 29, 05 and 71. RGB value is (41,5,113). Sum of RGB (Red+Green+Blue) = 41+5+113=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #290571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290571 is #D6FA8E. Grayscale: #1B1B1B. Windows color (decimal): -14088847 or 7406889. OLE color: 7406889.

HSL color Cylindrical-coordinate representation of color #290571: hue angle of 260º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290571 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 5 113 -
CMYK 0.64 0.96 0 0.56
HSL 260º 0.92% 0.23% -
HSV(B) 260º 0.96% 0.44% -
XYZ 3.95 1.77 15.76 -
YUV 28.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 41 5 113 0.64 0.96 0 0.56 260 0.92 0.23
Hex 29 5 71 40 60 0 38 104 5C 17
Octal 51 5 161 100 140 0 70 404 134 27
Binary 101001 101 1110001 1000000 1100000 0 111000 100000100 1011100 10111

Color Harmonies of #290571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290571

Black with #290571

Text Example


Text Example

White with #290571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290571; }

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

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

background-color css

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

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

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

border-color css

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

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

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