Html Css Color HEX #290471 Persian Indigo

📋 copy color: '#290471'

red 41 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #290471

Tints of Persian Indigo #290471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

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

R = 25.95%
G = 2.53%
B = 71.52%

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

#290471 (or 0x290471) is known color: Persian Indigo. HEX triplet: 29, 04 and 71. RGB value is (41,4,113). Sum of RGB (Red+Green+Blue) = 41+4+113=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #290471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290471 is #D6FB8E. Grayscale: #1B1B1B. Windows color (decimal): -14089103 or 7406633. OLE color: 7406633.

HSL color Cylindrical-coordinate representation of color #290471: hue angle of 260.37º degrees, saturation: 0.93, 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 #290471 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 4 113 -
CMYK 0.64 0.96 0 0.56
HSL 260.37º 0.93% 0.23% -
HSV(B) 260.37º 0.96% 0.44% -
XYZ 3.94 1.75 15.75 -
YUV 27.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 41 4 113 0.64 0.96 0 0.56 260.37 0.93 0.23
Hex 29 4 71 40 60 0 38 104 5D 17
Octal 51 4 161 100 140 0 70 404 135 27
Binary 101001 100 1110001 1000000 1100000 0 111000 100000100 1011101 10111

Color Harmonies of #290471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290471

Black with #290471

Text Example


Text Example

White with #290471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290471; }

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

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

background-color css

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

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

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

border-color css

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

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

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