#390982

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

Shades of Persian Indigo #390982

Tints of Persian Indigo #390982

Color information

#390982 (or 0x390982) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 82. RGB value is (57,9,130). Sum of RGB (Red+Green+Blue) = 57+9+130=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #390982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390982 is #C6F67D. Grayscale: #242424. Windows color (decimal): -13039230 or 8522041. OLE color: 8522041.

HSL color Cylindrical-coordinate representation of color #390982: hue angle of 263.8º 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 #390982 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB579130-
CMYK0.560.9300.49
HSL263.8º87.05%27.25%-
HSV(B)263.8º93.08%50.98%-
XYZ5.812.6821.33-
YUV37.15180.4142.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=29.08%
G=4.59%
B=66.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5791300.560.9300.49263.887.0527.25
Hex39982385D031108571b
Octal71112027013506141012733
Binary11100110011000001011100010111010110001100001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390982; }

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

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

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

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

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

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

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

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