#390C6D

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

Shades of Persian Indigo #390C6D

Tints of Persian Indigo #390C6D

Color information

#390C6D (or 0x390C6D) is unknown color: approx Persian Indigo. HEX triplet: 39, 0C and 6D. RGB value is (57,12,109). Sum of RGB (Red+Green+Blue) = 57+12+109=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #390C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C6D is #C6F392. Grayscale: #242424. Windows color (decimal): -13038483 or 7146553. OLE color: 7146553.

HSL color Cylindrical-coordinate representation of color #390C6D: hue angle of 267.84º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390C6D is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5712109-
CMYK0.480.8900.57
HSL267.84º80.17%23.73%-
HSV(B)267.84º88.99%42.75%-
XYZ4.582.2414.66-
YUV36.51168.91142.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 12 (5.08% from 255) = 6.74%
BLUE value IS 109 (42.97% from 255) = 61.24%
R=32.02%
G=6.74%
B=61.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57121090.480.8900.57267.8480.1723.73
Hex39C6D305903910c5018
Octal71141556013107141412030
Binary1110011100110110111000010110010111001100001100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,12,109); }

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

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

 a { background-color: rgb(57,12,109); }

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

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

 span { border-color: rgb(57,12,109); }

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