#390768

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

Shades of Persian Indigo #390768

Tints of Persian Indigo #390768

Color information

#390768 (or 0x390768) is unknown color: approx Persian Indigo. HEX triplet: 39, 07 and 68. RGB value is (57,7,104). Sum of RGB (Red+Green+Blue) = 57+7+104=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #390768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390768 is #C6F897. Grayscale: #202020. Windows color (decimal): -13039768 or 6817593. OLE color: 6817593.

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

Color convert

RGB577104-
CMYK0.450.9300.59
HSL270.93º87.39%21.76%-
HSV(B)270.93º93.27%40.78%-
XYZ4.262.0213.26-
YUV33.01168.06145.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=33.93%
G=4.17%
B=61.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5771040.450.9300.59270.9387.3921.76
Hex397682D5D03B10f5716
Octal7171505513507341712726
Binary111001111110100010110110111010111011100001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390768; }

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

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

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

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

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

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

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

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