#290071

Color #290071 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #290071

Tints of Persian Indigo #290071

Color information

#290071 (or 0x290071) is unknown color: approx 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

RGB410113-
CMYK0.64100.56
HSL261.77º100%22.16%-
HSV(B)261.77º100%44.31%-
XYZ3.91.6615.74-
YUV25.14177.58139.31-

RGB Variations

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

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 (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4101130.64100.56261.7710022.16
Hex2907140640381066416
Octal51016110014407040614426
Binary10100101110001100000011001000111000100000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>