#290982

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

Shades of Persian Indigo #290982

Tints of Persian Indigo #290982

Color information

#290982 (or 0x290982) is unknown color: approx Persian Indigo. HEX triplet: 29, 09 and 82. RGB value is (41,9,130). Sum of RGB (Red+Green+Blue) = 41+9+130=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #290982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290982 is #D6F67D. Grayscale: #1F1F1F. Windows color (decimal): -14087806 or 8522025. OLE color: 8522025.

HSL color Cylindrical-coordinate representation of color #290982: hue angle of 255.87º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290982 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB419130-
CMYK0.680.9300.49
HSL255.87º87.05%27.25%-
HSV(B)255.87º93.08%50.98%-
XYZ5.042.2821.29-
YUV32.36183.1134.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 130 (51.17% from 255) = 72.22%
R=22.78%
G=5%
B=72.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4191300.680.9300.49255.8787.0527.25
Hex29982445D031100571b
Octal511120210413506140012733
Binary101001100110000010100010010111010110001100000000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290982; }

 p { color: rgb(41,9,130); }

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

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

 a { background-color: rgb(41,9,130); }

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

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

 span { border-color: rgb(41,9,130); }

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