Html Css Color HEX #290371 Persian Indigo

📋 copy color: '#290371'

red 41 ◦ green 3 ◦ blue 113

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

Shades of Persian Indigo #290371

Tints of Persian Indigo #290371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 26.11%
G = 1.91%
B = 71.97%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290371 (or 0x290371) is known color: Persian Indigo. HEX triplet: 29, 03 and 71. RGB value is (41,3,113). Sum of RGB (Red+Green+Blue) = 41+3+113=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #290371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290371 is #D6FC8E. Grayscale: #1A1A1A. Windows color (decimal): -14089359 or 7406377. OLE color: 7406377.

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

Color convert

RGB 41 3 113 -
CMYK 0.64 0.97 0 0.56
HSL 260.73º 0.95% 0.23% -
HSV(B) 260.73º 0.97% 0.44% -
XYZ 3.93 1.73 15.75 -
YUV 26.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 41 3 113 0.64 0.97 0 0.56 260.73 0.95 0.23
Hex 29 3 71 40 61 0 38 105 5F 17
Octal 51 3 161 100 141 0 70 405 137 27
Binary 101001 11 1110001 1000000 1100001 0 111000 100000101 1011111 10111

Color Harmonies of #290371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290371

Black with #290371

Text Example


Text Example

White with #290371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290371; }

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

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

background-color css

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

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

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

border-color css

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

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

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