#390B6A

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

Shades of Persian Indigo #390B6A

Tints of Persian Indigo #390B6A

Color information

#390B6A (or 0x390B6A) is unknown color: approx Persian Indigo. HEX triplet: 39, 0B and 6A. RGB value is (57,11,106). Sum of RGB (Red+Green+Blue) = 57+11+106=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #390B6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390B6A is #C6F495. Grayscale: #232323. Windows color (decimal): -13038742 or 6949689. OLE color: 6949689.

HSL color Cylindrical-coordinate representation of color #390B6A: hue angle of 269.05º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390B6A is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5711106-
CMYK0.460.9000.58
HSL269.05º81.2%22.94%-
HSV(B)269.05º89.62%41.57%-
XYZ4.412.1513.82-
YUV35.58167.74143.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 106 (41.80% from 255) = 60.92%
R=32.76%
G=6.32%
B=60.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57111060.460.9000.58269.0581.222.94
Hex39B6A2E5A03A10d5117
Octal71131525613207241512127
Binary1110011011110101010111010110100111010100001101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,11,106); }

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

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

 a { background-color: rgb(57,11,106); }

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

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

 span { border-color: rgb(57,11,106); }

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