#390368

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

Shades of Persian Indigo #390368

Tints of Persian Indigo #390368

Color information

#390368 (or 0x390368) is unknown color: approx Persian Indigo. HEX triplet: 39, 03 and 68. RGB value is (57,3,104). Sum of RGB (Red+Green+Blue) = 57+3+104=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #390368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390368 is #C6FC97. Grayscale: #1E1E1E. Windows color (decimal): -13040792 or 6816569. OLE color: 6816569.

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

Color convert

RGB573104-
CMYK0.450.9700.59
HSL272.08º94.39%20.98%-
HSV(B)272.08º97.12%40.78%-
XYZ4.221.9313.25-
YUV30.66169.39146.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=34.76%
G=1.83%
B=63.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5731040.450.9700.59272.0894.3920.98
Hex393682D6103B1105e15
Octal7131505514107342013625
Binary11100111110100010110111000010111011100010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390368; }

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

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

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

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

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

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

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

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