#290478

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

Shades of Persian Indigo #290478

Tints of Persian Indigo #290478

Color information

#290478 (or 0x290478) is unknown color: approx Persian Indigo. HEX triplet: 29, 04 and 78. RGB value is (41,4,120). Sum of RGB (Red+Green+Blue) = 41+4+120=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #290478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290478 is #D6FB87. Grayscale: #1B1B1B. Windows color (decimal): -14089096 or 7865385. OLE color: 7865385.

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

Color convert

RGB414120-
CMYK0.660.9700.53
HSL259.14º93.55%24.31%-
HSV(B)259.14º96.67%47.06%-
XYZ4.351.9117.91-
YUV28.29179.76137.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 120 (47.27% from 255) = 72.73%
R=24.85%
G=2.42%
B=72.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4141200.660.9700.53259.1493.5524.31
Hex2947842610351035e18
Octal51417010214106540313630
Binary1010011001111000100001011000010110101100000011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290478; }

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

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

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

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

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

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

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

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