#291178

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

Shades of Persian Indigo #291178

Tints of Persian Indigo #291178

Color information

#291178 (or 0x291178) is unknown color: approx Persian Indigo. HEX triplet: 29, 11 and 78. RGB value is (41,17,120). Sum of RGB (Red+Green+Blue) = 41+17+120=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #291178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291178 is #D6EE87. Grayscale: #232323. Windows color (decimal): -14085768 or 7868713. OLE color: 7868713.

HSL color Cylindrical-coordinate representation of color #291178: hue angle of 253.98º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291178 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4117120-
CMYK0.660.8600.53
HSL253.98º75.18%26.86%-
HSV(B)253.98º85.83%47.06%-
XYZ4.512.2317.96-
YUV35.92175.45131.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=23.03%
G=9.55%
B=67.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41171200.660.8600.53253.9875.1826.86
Hex2911784256035fe4b1b
Octal512117010212606537611333
Binary10100110001111100010000101010110011010111111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291178; }

 p { color: rgb(41,17,120); }

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

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

 a { background-color: rgb(41,17,120); }

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

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

 span { border-color: rgb(41,17,120); }

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