#290A71

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

Shades of Persian Indigo #290A71

Tints of Persian Indigo #290A71

Color information

#290A71 (or 0x290A71) is unknown color: approx Persian Indigo. HEX triplet: 29, 0A and 71. RGB value is (41,10,113). Sum of RGB (Red+Green+Blue) = 41+10+113=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #290A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290A71 is #D6F58E. Grayscale: #1E1E1E. Windows color (decimal): -14087567 or 7408169. OLE color: 7408169.

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

Color convert

RGB4110113-
CMYK0.640.9100.56
HSL258.06º83.74%24.12%-
HSV(B)258.06º91.15%44.31%-
XYZ41.8815.77-
YUV31.01174.27135.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 113 (44.53% from 255) = 68.90%
R=25%
G=6.10%
B=68.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41101130.640.9100.56258.0683.7424.12
Hex29A71405B0381025418
Octal511216110013307040212430
Binary10100110101110001100000010110110111000100000010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290A71; }

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

 H1.HeaderClassName
 {
   color: #290A71;
 }
 .AnyTagClassName
 {
   color: #290A71;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #290A71;
 }
 .BgClassName
 {
   background-color: #290A71;
 }
</style>
border-color css

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

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

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