#291C73

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

Shades of Persian Indigo #291C73

Tints of Persian Indigo #291C73

Color information

#291C73 (or 0x291C73) is unknown color: approx Persian Indigo. HEX triplet: 29, 1C and 73. RGB value is (41,28,115). Sum of RGB (Red+Green+Blue) = 41+28+115=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #291C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C73 is #D6E38C. Grayscale: #292929. Windows color (decimal): -14082957 or 7543849. OLE color: 7543849.

HSL color Cylindrical-coordinate representation of color #291C73: hue angle of 248.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291C73 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4128115-
CMYK0.640.7600.55
HSL248.97º60.84%28.04%-
HSV(B)248.97º75.65%45.1%-
XYZ4.422.5416.48-
YUV41.8169.31127.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=22.28%
G=15.22%
B=62.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41281150.640.7600.55248.9760.8428.04
Hex291C73404C037f93d1c
Octal51341631001140673717534
Binary1010011110011100111000000100110001101111111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291C73; }

 p { color: rgb(41,28,115); }

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

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

 a { background-color: rgb(41,28,115); }

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

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

 span { border-color: rgb(41,28,115); }

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