Html Css Color HEX #290071 Persian Indigo

📋 copy color: '#290071'

red 41 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #290071

Tints of Persian Indigo #290071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.62%
G = 0%
B = 73.38%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290071 (or 0x290071) is known color: Persian Indigo. HEX triplet: 29, 00 and 71. RGB value is (41,0,113). Sum of RGB (Red+Green+Blue) = 41+0+113=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #290071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290071 is #D6FF8E. Grayscale: #181818. Windows color (decimal): -14090127 or 7405609. OLE color: 7405609.

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

Color convert

RGB 41 0 113 -
CMYK 0.64 1 0 0.56
HSL 261.77º 1% 0.22% -
HSV(B) 261.77º 1% 0.44% -
XYZ 3.9 1.66 15.74 -
YUV 25.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 41 0 113 0.64 1 0 0.56 261.77 1 0.22
Hex 29 0 71 40 64 0 38 106 64 16
Octal 51 0 161 100 144 0 70 406 144 26
Binary 101001 0 1110001 1000000 1100100 0 111000 100000110 1100100 10110

Color Harmonies of #290071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290071

Black with #290071

Text Example


Text Example

White with #290071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290071; }

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

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

background-color css

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

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

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

border-color css

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

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

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