#390968

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

Shades of Persian Indigo #390968

Tints of Persian Indigo #390968

Color information

#390968 (or 0x390968) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 68. RGB value is (57,9,104). Sum of RGB (Red+Green+Blue) = 57+9+104=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #390968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390968 is #C6F697. Grayscale: #212121. Windows color (decimal): -13039256 or 6818105. OLE color: 6818105.

HSL color Cylindrical-coordinate representation of color #390968: hue angle of 270.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390968 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB579104-
CMYK0.450.9100.59
HSL270.32º84.07%22.16%-
HSV(B)270.32º91.35%40.78%-
XYZ4.282.0613.27-
YUV34.18167.4144.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=33.53%
G=5.29%
B=61.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5791040.450.9100.59270.3284.0722.16
Hex399682D5B03B10e5416
Octal71111505513307341612426
Binary1110011001110100010110110110110111011100001110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390968; }

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

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

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

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

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

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

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

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