#390C6B

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

Shades of Persian Indigo #390C6B

Tints of Persian Indigo #390C6B

Color information

#390C6B (or 0x390C6B) is unknown color: approx Persian Indigo. HEX triplet: 39, 0C and 6B. RGB value is (57,12,107). Sum of RGB (Red+Green+Blue) = 57+12+107=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #390C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C6B is #C6F394. Grayscale: #232323. Windows color (decimal): -13038485 or 7015481. OLE color: 7015481.

HSL color Cylindrical-coordinate representation of color #390C6B: hue angle of 268.42º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390C6B is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5712107-
CMYK0.470.8900.58
HSL268.42º79.83%23.33%-
HSV(B)268.42º88.79%41.96%-
XYZ4.472.1914.1-
YUV36.28167.91142.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 107 (42.19% from 255) = 60.80%
R=32.39%
G=6.82%
B=60.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57121070.470.8900.58268.4279.8323.33
Hex39C6B2F5903A10c5017
Octal71141535713107241412027
Binary1110011100110101110111110110010111010100001100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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