Html Css Color HEX #290171 Persian Indigo

📋 copy color: '#290171'

red 41 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #290171

Tints of Persian Indigo #290171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 26.45%
G = 0.65%
B = 72.9%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290171 (or 0x290171) is known color: Persian Indigo. HEX triplet: 29, 01 and 71. RGB value is (41,1,113). Sum of RGB (Red+Green+Blue) = 41+1+113=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #290171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290171 is #D6FE8E. Grayscale: #191919. Windows color (decimal): -14089871 or 7405865. OLE color: 7405865.

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

Color convert

RGB 41 1 113 -
CMYK 0.64 0.99 0 0.56
HSL 261.43º 0.98% 0.22% -
HSV(B) 261.43º 0.99% 0.44% -
XYZ 3.91 1.69 15.74 -
YUV 25.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 41 1 113 0.64 0.99 0 0.56 261.43 0.98 0.22
Hex 29 1 71 40 63 0 38 105 62 16
Octal 51 1 161 100 143 0 70 405 142 26
Binary 101001 1 1110001 1000000 1100011 0 111000 100000101 1100010 10110

Color Harmonies of #290171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290171

Black with #290171

Text Example


Text Example

White with #290171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290171; }

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

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

background-color css

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

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

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

border-color css

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

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

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