#290686

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

Shades of Persian Indigo #290686

Tints of Persian Indigo #290686

Color information

#290686 (or 0x290686) is unknown color: approx Persian Indigo. HEX triplet: 29, 06 and 86. RGB value is (41,6,134). Sum of RGB (Red+Green+Blue) = 41+6+134=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #290686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290686 is #D6F979. Grayscale: #1E1E1E. Windows color (decimal): -14088570 or 8783401. OLE color: 8783401.

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

Color convert

RGB416134-
CMYK0.690.9600.47
HSL256.41º91.43%27.45%-
HSV(B)256.41º95.52%52.55%-
XYZ5.282.3222.72-
YUV31.06186.1135.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 134 (52.73% from 255) = 74.03%
R=22.65%
G=3.31%
B=74.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4161340.690.9600.47256.4191.4327.45
Hex29686456002F1005b1b
Octal51620610514005740013333
Binary10100111010000110100010111000000101111100000000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290686; }

 p { color: rgb(41,6,134); }

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

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

 a { background-color: rgb(41,6,134); }

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

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

 span { border-color: rgb(41,6,134); }

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