#290475

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

Shades of Persian Indigo #290475

Tints of Persian Indigo #290475

Color information

#290475 (or 0x290475) is unknown color: approx Persian Indigo. HEX triplet: 29, 04 and 75. RGB value is (41,4,117). Sum of RGB (Red+Green+Blue) = 41+4+117=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #290475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290475 is #D6FB8A. Grayscale: #1B1B1B. Windows color (decimal): -14089099 or 7668777. OLE color: 7668777.

HSL color Cylindrical-coordinate representation of color #290475: hue angle of 259.65º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290475 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB414117-
CMYK0.650.9700.54
HSL259.65º93.39%23.73%-
HSV(B)259.65º96.58%45.88%-
XYZ4.171.8416.97-
YUV27.94178.26137.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 117 (46.09% from 255) = 72.22%
R=25.31%
G=2.47%
B=72.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4141170.650.9700.54259.6593.3923.73
Hex2947541610361045d18
Octal51416510114106640413530
Binary1010011001110101100000111000010110110100000100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290475; }

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

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

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

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

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

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

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

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