Html Css Color HEX #290971 Persian Indigo

📋 copy color: '#290971'

red 41 ◦ green 9 ◦ blue 113

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

Shades of Persian Indigo #290971

Tints of Persian Indigo #290971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 25.15%
G = 5.52%
B = 69.33%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290971 (or 0x290971) is known color: Persian Indigo. HEX triplet: 29, 09 and 71. RGB value is (41,9,113). Sum of RGB (Red+Green+Blue) = 41+9+113=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #290971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290971 is #D6F68E. Grayscale: #1E1E1E. Windows color (decimal): -14087823 or 7407913. OLE color: 7407913.

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

Color convert

RGB 41 9 113 -
CMYK 0.64 0.92 0 0.56
HSL 258.46º 0.85% 0.24% -
HSV(B) 258.46º 0.92% 0.44% -
XYZ 3.99 1.86 15.77 -
YUV 30.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 41 9 113 0.64 0.92 0 0.56 258.46 0.85 0.24
Hex 29 9 71 40 5C 0 38 102 55 18
Octal 51 11 161 100 134 0 70 402 125 30
Binary 101001 1001 1110001 1000000 1011100 0 111000 100000010 1010101 11000

Color Harmonies of #290971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290971

Black with #290971

Text Example


Text Example

White with #290971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290971; }

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

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

background-color css

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

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

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

border-color css

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

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

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