#290586

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

Shades of Persian Indigo #290586

Tints of Persian Indigo #290586

Color information

#290586 (or 0x290586) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 86. RGB value is (41,5,134). Sum of RGB (Red+Green+Blue) = 41+5+134=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 134 (52.73% from 255 or 74.44% from 180); Max value from RGB is 134 - color contains mainly: blue. Hex color #290586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290586 is #D6FA79. Grayscale: #1D1D1D. Windows color (decimal): -14088826 or 8783145. OLE color: 8783145.

HSL color Cylindrical-coordinate representation of color #290586: hue angle of 256.74º degrees, saturation: 0.93, 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 #290586 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB415134-
CMYK0.690.9600.47
HSL256.74º92.81%27.25%-
HSV(B)256.74º96.27%52.55%-
XYZ5.272.322.72-
YUV30.47186.43135.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 134 (52.73% from 255) = 74.44%
R=22.78%
G=2.78%
B=74.44%

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
Decimal4151340.690.9600.47256.7492.8127.25
Hex29586456002F1015d1b
Octal51520610514005740113533
Binary10100110110000110100010111000000101111100000001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290586; }

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

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

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

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

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

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

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

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