#390D7B

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

Shades of Persian Indigo #390D7B

Tints of Persian Indigo #390D7B

Color information

#390D7B (or 0x390D7B) is unknown color: approx Persian Indigo. HEX triplet: 39, 0D and 7B. RGB value is (57,13,123). Sum of RGB (Red+Green+Blue) = 57+13+123=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #390D7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D7B is #C6F284. Grayscale: #262626. Windows color (decimal): -13038213 or 8064313. OLE color: 8064313.

HSL color Cylindrical-coordinate representation of color #390D7B: hue angle of 264º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390D7B is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5713123-
CMYK0.540.8900.52
HSL264º80.88%26.67%-
HSV(B)264º89.43%48.24%-
XYZ5.412.5918.95-
YUV38.7175.58141.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=29.53%
G=6.74%
B=63.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57131230.540.8900.5226480.8826.67
Hex39D7B3659034108511b
Octal71151736613106441012133
Binary1110011101111101111011010110010110100100001000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390D7B; }

 p { color: rgb(57,13,123); }

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

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

 a { background-color: rgb(57,13,123); }

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

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

 span { border-color: rgb(57,13,123); }

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