#290470

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

Shades of Persian Indigo #290470

Tints of Persian Indigo #290470

Color information

#290470 (or 0x290470) is unknown color: approx Persian Indigo. HEX triplet: 29, 04 and 70. RGB value is (41,4,112). Sum of RGB (Red+Green+Blue) = 41+4+112=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #290470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290470 is #D6FB8F. Grayscale: #1A1A1A. Windows color (decimal): -14089104 or 7341097. OLE color: 7341097.

HSL color Cylindrical-coordinate representation of color #290470: hue angle of 260.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290470 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB414112-
CMYK0.630.9600.56
HSL260.56º93.1%22.75%-
HSV(B)260.56º96.43%43.92%-
XYZ3.881.7315.46-
YUV27.38175.76137.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 112 (44.14% from 255) = 71.34%
R=26.11%
G=2.55%
B=71.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4141120.630.9600.56260.5693.122.75
Hex294703F600381055d17
Octal5141607714007040513527
Binary101001100111000011111111000000111000100000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290470; }

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

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

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

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

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

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

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

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